tests: drivers: gpio: add esp32c3_luatos_core
add overlay for esp32c3_luatos_core board Signed-off-by: YuLong Yao <feilongphone@gmail.com>
This commit is contained in:
parent
b83a0580aa
commit
0c867d310c
|
@ -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…
Reference in a new issue