Skip to content

Commit 281acd0

Browse files
carlescuficvinayak
authored andcommitted
[nrf fromtree] dts: arm: nordic: Add support for ieee802154 in the nRF52820 radio
The nRF52820 radio peripheral supports IEEE 802.15.4, add the required property and node to reflect this. See https://infocenter.nordicsemi.com/topic/ps_nrf52820/radio.html?cp=5_3_0_5_11 Signed-off-by: Carles Cufi <[email protected]> (cherry picked from commit f399449)
1 parent 41e471d commit 281acd0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dts/arm/nordic/nrf52820.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,15 @@
8888
interrupts = <1 NRF_DEFAULT_IRQ_PRIORITY>;
8989
status = "okay";
9090
dfe-supported;
91+
ieee802154-supported;
9192
ble-2mbps-supported;
9293
ble-coded-phy-supported;
9394
tx-high-power-supported;
95+
96+
ieee802154: ieee802154 {
97+
compatible = "nordic,nrf-ieee802154";
98+
status = "disabled";
99+
};
94100
};
95101

96102
uart0: uart@40002000 {

0 commit comments

Comments
 (0)