Skip to content

Commit bfbe1e0

Browse files
bjdarlubos
authored andcommitted
[nrf fromtree] boards: nrf9280pdk: disable IEEE 802.15.4 support
nRF92 series is not supported in the IEEE 802.15.4 stack yet, so remove it from the board for now. Signed-off-by: Bernt Johan Damslora <[email protected]> (cherry picked from commit cb1b569)
1 parent 08ea5d1 commit bfbe1e0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280_cpuapp.dts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
zephyr,flash = &mram1x;
2525
zephyr,sram = &cpuapp_data;
2626
zephyr,shell-uart = &uart136;
27-
zephyr,ieee802154 = &cpuapp_ieee802154;
2827
zephyr,bt-hci = &bt_hci_ipc0;
2928
nordic,802154-spinel-ipc = &ipc0;
3029
zephyr,entropy = &prng;
@@ -291,10 +290,6 @@ ipc0: &cpuapp_cpurad_ipc {
291290
};
292291
};
293292

294-
&cpuapp_ieee802154 {
295-
status = "okay";
296-
};
297-
298293
zephyr_udc0: &usbhs {
299294
status = "okay";
300295
};

0 commit comments

Comments
 (0)