Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions boards/nordic/nrf54ls05dk/nrf54ls05b_cpuapp_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
zephyr,flash-controller = &rram_controller;
zephyr,flash = &cpuapp_rram;
zephyr,bt-hci = &bt_hci_sdc;
zephyr,ieee802154 = &ieee802154;
};
};

Expand Down Expand Up @@ -86,7 +85,3 @@
&clock {
status = "okay";
};

&ieee802154 {
status = "okay";
};
2 changes: 0 additions & 2 deletions dts/common/nordic/nrf54ls05b.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,7 @@
interrupts = <138 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
dfe-supported;
ieee802154-supported;
ble-2mbps-supported;
ble-coded-phy-supported;
cs-supported;

ieee802154: ieee802154 {
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ manifest:
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
- name: zephyr
repo-path: sdk-zephyr
revision: 6a9f0debe2cb0d47328b26f109b09649b74ab269
revision: 13f0ae1445f47a553c85b759766f4da4719eea71
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
Expand Down
Loading