2022-12-06 16:06:44 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2022 Google LLC
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
|
2023-06-09 01:29:56 +02:00
|
|
|
#include <espressif/esp32c3/esp32c3_fx4.dtsi>
|
2022-12-06 16:06:44 +00:00
|
|
|
#include "xiao_esp32c3-pinctrl.dtsi"
|
|
|
|
#include "seeed_xiao_connector.dtsi"
|
2024-10-02 23:07:19 +02:00
|
|
|
#include <espressif/partitions_0x0_default.dtsi>
|
2022-12-06 16:06:44 +00:00
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Seeed XIAO ESP32C3";
|
|
|
|
compatible = "seeed,xiao-esp32c3";
|
|
|
|
|
|
|
|
chosen {
|
2024-11-14 13:55:02 -03:00
|
|
|
zephyr,sram = &sram1;
|
2022-12-06 16:06:44 +00:00
|
|
|
zephyr,console = &usb_serial;
|
|
|
|
zephyr,shell-uart = &usb_serial;
|
|
|
|
zephyr,flash = &flash0;
|
2023-11-15 17:47:31 -03:00
|
|
|
zephyr,code-partition = &slot0_partition;
|
2022-12-06 16:06:44 +00:00
|
|
|
zephyr,canbus = &twai;
|
2024-05-31 14:27:11 +03:00
|
|
|
zephyr,bt-hci = &esp32_bt_hci;
|
2022-12-06 16:06:44 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
aliases {
|
|
|
|
i2c-0 = &i2c0;
|
|
|
|
watchdog0 = &wdt0;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&uart0 {
|
|
|
|
status = "okay";
|
|
|
|
current-speed = <115200>;
|
|
|
|
pinctrl-0 = <&uart0_default>;
|
|
|
|
pinctrl-names = "default";
|
|
|
|
};
|
|
|
|
|
|
|
|
&usb_serial {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c0 {
|
|
|
|
status = "okay";
|
|
|
|
clock-frequency = <I2C_BITRATE_STANDARD>;
|
|
|
|
pinctrl-0 = <&i2c0_default>;
|
|
|
|
pinctrl-names = "default";
|
|
|
|
};
|
|
|
|
|
|
|
|
&trng0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&spi2 {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
status = "okay";
|
|
|
|
pinctrl-0 = <&spim2_default>;
|
|
|
|
pinctrl-names = "default";
|
|
|
|
};
|
|
|
|
|
|
|
|
&gpio0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&wdt0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&timer0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&timer1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&twai {
|
|
|
|
status = "okay";
|
|
|
|
pinctrl-0 = <&twai_default>;
|
|
|
|
pinctrl-names = "default";
|
|
|
|
};
|
|
|
|
|
|
|
|
&wifi {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2024-05-31 14:27:11 +03:00
|
|
|
&esp32_bt_hci {
|
|
|
|
status = "okay";
|
|
|
|
};
|