Skip to content

Commit a96fd58

Browse files
grochunordic-piks
authored andcommitted
boards: nordic: nrf54ls05: remove not supported radio HW from DTS
Radio on nRF54LS05 doesn't support IEEE 802.15.4 mode nor BT Long Range Ref. NCSDK-36650 Signed-off-by: Michał Grochala <[email protected]>
1 parent da2281f commit a96fd58

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

boards/nordic/nrf54ls05dk/nrf54ls05b_cpuapp_common.dtsi

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
zephyr,flash-controller = &rram_controller;
1818
zephyr,flash = &cpuapp_rram;
1919
zephyr,bt-hci = &bt_hci_sdc;
20-
zephyr,ieee802154 = &ieee802154;
2120
};
2221
};
2322

@@ -86,7 +85,3 @@
8685
&clock {
8786
status = "okay";
8887
};
89-
90-
&ieee802154 {
91-
status = "okay";
92-
};

dts/common/nordic/nrf54ls05b.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,7 @@
176176
interrupts = <138 NRF_DEFAULT_IRQ_PRIORITY>;
177177
status = "disabled";
178178
dfe-supported;
179-
ieee802154-supported;
180179
ble-2mbps-supported;
181-
ble-coded-phy-supported;
182180
cs-supported;
183181

184182
ieee802154: ieee802154 {

0 commit comments

Comments
 (0)