drivers: gpio: esp32c2: Add support
Add gpio support to ESP32C2 and ESP8684 Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
This commit is contained in:
parent
8a48cd1130
commit
cc2e0f2131
2 changed files with 25 additions and 2 deletions
13
tests/drivers/gpio/gpio_basic_api/socs/esp32c2.overlay
Normal file
13
tests/drivers/gpio/gpio_basic_api/socs/esp32c2.overlay
Normal 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 2 0>;
|
||||
in-gpios = <&gpio0 3 0>;
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue