blob: 6be8e7e393bb985a223d72589bd77a116d1ff46b [file] [log] [blame]
/*
* Copyright (c) 2021 Espressif Systems (Shanghai) Co., Ltd.
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <espressif/esp32c3.dtsi>
/ {
model = "esp32c3_devkitm";
compatible = "espressif,esp32c3";
chosen {
zephyr,sram = &sram0;
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
};
aliases {
sw0 = &user_button1;
};
gpio_keys {
compatible = "gpio-keys";
user_button1: button_1 {
label = "User SW1";
gpios = <&gpio0 9 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
};
};
};
&uart0 {
status = "okay";
current-speed = <115200>;
};
&trng0 {
status = "okay";
};
&gpio0 {
status = "okay";
};