Add support for the following boards: - esp32s2_saola - esp32c3_devkitm - esp32s3_devkitm Signed-off-by: Lucas Tamborrino <lucas.tamborrino@espressif.com>
14 lines
228 B
Plaintext
14 lines
228 B
Plaintext
/*
|
|
* 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>;
|
|
};
|
|
};
|