diff --git a/dts/common/nordic/nrf54lm20a.dtsi b/dts/common/nordic/nrf54lm20a.dtsi index 98e06bd31656..88283a67134a 100644 --- a/dts/common/nordic/nrf54lm20a.dtsi +++ b/dts/common/nordic/nrf54lm20a.dtsi @@ -507,6 +507,7 @@ reg = <0xd2000 0x1000>; interrupts = <210 NRF_DEFAULT_IRQ_PRIORITY>; #pwm-cells = <3>; + idleout-supported; }; pwm21: pwm@d3000 { @@ -515,6 +516,7 @@ reg = <0xd3000 0x1000>; interrupts = <211 NRF_DEFAULT_IRQ_PRIORITY>; #pwm-cells = <3>; + idleout-supported; }; pwm22: pwm@d4000 { @@ -523,6 +525,7 @@ reg = <0xd4000 0x1000>; interrupts = <212 NRF_DEFAULT_IRQ_PRIORITY>; #pwm-cells = <3>; + idleout-supported; }; adc: adc@d5000 { diff --git a/dts/common/nordic/nrf7120_enga.dtsi b/dts/common/nordic/nrf7120_enga.dtsi index 7521d605d112..24a2a952b1f4 100644 --- a/dts/common/nordic/nrf7120_enga.dtsi +++ b/dts/common/nordic/nrf7120_enga.dtsi @@ -559,6 +559,7 @@ interrupts = <210 NRF_DEFAULT_IRQ_PRIORITY>; #pwm-cells = <3>; status = "disabled"; + idleout-supported; }; pwm21: pwm@d3000 { @@ -567,6 +568,7 @@ interrupts = <211 NRF_DEFAULT_IRQ_PRIORITY>; #pwm-cells = <3>; status = "disabled"; + idleout-supported; }; pwm22: pwm@d4000 { @@ -575,6 +577,7 @@ interrupts = <212 NRF_DEFAULT_IRQ_PRIORITY>; #pwm-cells = <3>; status = "disabled"; + idleout-supported; }; adc: adc@d5000 { diff --git a/west.yml b/west.yml index 04e4df08b407..63a372a26f38 100644 --- a/west.yml +++ b/west.yml @@ -65,7 +65,7 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr repo-path: sdk-zephyr - revision: 8ea7c4596e3a101b3fb117a08f5e09f433742738 + revision: f28ed0b510bd0ba3d9d3d6b719dfd93d481ca52c import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above