diff --git a/boards/nordic/nrf54ls05dk/nrf54ls05b_cpuapp_common.dtsi b/boards/nordic/nrf54ls05dk/nrf54ls05b_cpuapp_common.dtsi index 9d898fd85f8..cd4180e7344 100644 --- a/boards/nordic/nrf54ls05dk/nrf54ls05b_cpuapp_common.dtsi +++ b/boards/nordic/nrf54ls05dk/nrf54ls05b_cpuapp_common.dtsi @@ -17,7 +17,6 @@ zephyr,flash-controller = &rram_controller; zephyr,flash = &cpuapp_rram; zephyr,bt-hci = &bt_hci_sdc; - zephyr,ieee802154 = &ieee802154; }; }; @@ -86,7 +85,3 @@ &clock { status = "okay"; }; - -&ieee802154 { - status = "okay"; -}; diff --git a/dts/common/nordic/nrf54ls05b.dtsi b/dts/common/nordic/nrf54ls05b.dtsi index 479b724ee7a..45a9fd3b1d7 100644 --- a/dts/common/nordic/nrf54ls05b.dtsi +++ b/dts/common/nordic/nrf54ls05b.dtsi @@ -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 { diff --git a/west.yml b/west.yml index fcfc5dcfd4e..ec7c5ba8487 100644 --- a/west.yml +++ b/west.yml @@ -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