Skip to content

Commit

Permalink
boards: espressif: esp32c6: Add ieee802154 support
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Jäger <[email protected]>
  • Loading branch information
martinjaeger committed Jan 13, 2025
1 parent 1400c0c commit 78413d0
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions boards/espressif/esp32c6_devkitc/esp32c6_devkitc.dts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
zephyr,shell-uart = &uart0;
zephyr,flash = &flash0;
zephyr,code-partition = &slot0_partition;
zephyr,ieee802154 = &ieee802154;
};

aliases {
Expand Down Expand Up @@ -71,3 +72,7 @@
&wdt0 {
status = "okay";
};

&ieee802154 {
status = "okay";
};
1 change: 1 addition & 0 deletions boards/espressif/esp32c6_devkitc/esp32c6_devkitc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ supported:
- counter
- entropy
- i2c
- netif:openthread
5 changes: 5 additions & 0 deletions boards/seeed/xiao_esp32c6/xiao_esp32c6.dts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
zephyr,shell-uart = &usb_serial;
zephyr,flash = &flash0;
zephyr,code-partition = &slot0_partition;
zephyr,ieee802154 = &ieee802154;
};

leds: leds {
Expand Down Expand Up @@ -76,3 +77,7 @@
pinctrl-0 = <&uart0_default>;
pinctrl-names = "default";
};

&ieee802154 {
status = "okay";
};
1 change: 1 addition & 0 deletions boards/seeed/xiao_esp32c6/xiao_esp32c6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ supported:
- spi
- entropy
- i2c
- netif:openthread
testing:
ignore_tags:
- tracing
Expand Down
5 changes: 5 additions & 0 deletions dts/riscv/espressif/esp32c6/esp32c6_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@
status = "disabled";
};

ieee802154: ieee802154 {
compatible = "espressif,esp32-ieee802154";
status = "disabled";
};

soc {
#address-cells = <1>;
#size-cells = <1>;
Expand Down

0 comments on commit 78413d0

Please sign in to comment.