tests: drivers: gpio: add esp32s3_luatos_core
add overlay and conf for esp32s3_luatos_core board Signed-off-by: YuLong Yao <feilongphone@gmail.com>
This commit is contained in:
parent
23253ab503
commit
6060082914
2 changed files with 26 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
* Copyright (c) 2023 Espressif Systems (Shanghai) Co., Ltd.
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/ {
|
||||
resources {
|
||||
compatible = "test-gpio-basic-api";
|
||||
out-gpios = <&gpio0 4 0>;
|
||||
in-gpios = <&gpio0 5 0>;
|
||||
};
|
||||
};
|
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
* Copyright (c) 2023 Espressif Systems (Shanghai) Co., Ltd.
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/ {
|
||||
resources {
|
||||
compatible = "test-gpio-basic-api";
|
||||
out-gpios = <&gpio0 4 0>;
|
||||
in-gpios = <&gpio0 5 0>;
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue