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:
YuLong Yao 2023-09-10 12:36:27 +08:00 committed by Carles Cufí
parent b83a0580aa
commit 0c867d310c
2 changed files with 26 additions and 0 deletions

View file

@ -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>;
};
};

View file

@ -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>;
};
};