Skip to content

Commit c61528b

Browse files
boards: wbz451hpe_curiosity: Update dts and config IEEE802.15.4 support
Add required IEEE 802.15.4 support in defconfig and dts file Signed-off-by: Amaranadhreddy Maddireddy <[email protected]>
1 parent 4d011aa commit c61528b

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

boards/microchip/wbz/wbz451hpe_curiosity/Kconfig.defconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,16 @@ config IDLE_STACK_SIZE
1616
default 512
1717

1818
endif # BT
19+
20+
if IEEE802154
21+
22+
config HPA_SUPPORTED
23+
default y
24+
25+
config FPU
26+
default y
27+
28+
config MAIN_STACK_SIZE
29+
default 4096
30+
31+
endif # IEEE802154

boards/microchip/wbz/wbz451hpe_curiosity/wbz451hpe_curiosity.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
zephyr,code-partition = &code_partition;
2323
zephyr,bt-hci = &bt_hci_microchip;
2424
zephyr,bt-c2h-uart = &sercom0;
25+
zephyr,ieee802154 = &ieee802154;
2526
};
2627

2728
leds {
@@ -148,6 +149,10 @@
148149
status = "okay";
149150
};
150151

152+
&ieee802154 {
153+
status = "okay";
154+
};
155+
151156
&trng {
152157
status = "okay";
153158
};

boards/microchip/wbz/wbz451hpe_curiosity/wbz451hpe_curiosity.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ supported:
2323
- spi
2424
- trng
2525
- uart
26+
- ieee802154
27+
- netif:openthread
2628
vendor: microchip

0 commit comments

Comments
 (0)