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
3 changes: 3 additions & 0 deletions dts/common/nordic/nrf54lm20a.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@
reg = <0xd2000 0x1000>;
interrupts = <210 NRF_DEFAULT_IRQ_PRIORITY>;
#pwm-cells = <3>;
idleout-supported;
};

pwm21: pwm@d3000 {
Expand All @@ -515,6 +516,7 @@
reg = <0xd3000 0x1000>;
interrupts = <211 NRF_DEFAULT_IRQ_PRIORITY>;
#pwm-cells = <3>;
idleout-supported;
};

pwm22: pwm@d4000 {
Expand All @@ -523,6 +525,7 @@
reg = <0xd4000 0x1000>;
interrupts = <212 NRF_DEFAULT_IRQ_PRIORITY>;
#pwm-cells = <3>;
idleout-supported;
};

adc: adc@d5000 {
Expand Down
3 changes: 3 additions & 0 deletions dts/common/nordic/nrf7120_enga.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@
interrupts = <210 NRF_DEFAULT_IRQ_PRIORITY>;
#pwm-cells = <3>;
status = "disabled";
idleout-supported;
};

pwm21: pwm@d3000 {
Expand All @@ -567,6 +568,7 @@
interrupts = <211 NRF_DEFAULT_IRQ_PRIORITY>;
#pwm-cells = <3>;
status = "disabled";
idleout-supported;
};

pwm22: pwm@d4000 {
Expand All @@ -575,6 +577,7 @@
interrupts = <212 NRF_DEFAULT_IRQ_PRIORITY>;
#pwm-cells = <3>;
status = "disabled";
idleout-supported;
};

adc: adc@d5000 {
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down