Skip to content

Commit b7cc11b

Browse files
bjarki-andreasenrlubos
authored andcommitted
[nrf fromlist] dts: common: nordic: nrf54l15: add power peripheral
Add power peripheral to nrf54l15. Upstream PR #: 79934 Signed-off-by: Bjarki Arge Andreasen <[email protected]>
1 parent 5a8a8e3 commit b7cc11b

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

dts/common/nordic/nrf54l15.dtsi

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,32 @@
606606
status = "disabled";
607607
};
608608

609+
power: power@10e000 {
610+
compatible = "nordic,nrf-power";
611+
reg = <0x10e000 0x1000>;
612+
ranges = <0x0 0x10e000 0x1000>;
613+
interrupts = <270 NRF_DEFAULT_IRQ_PRIORITY>;
614+
status = "disabled";
615+
#address-cells = <1>;
616+
#size-cells = <1>;
617+
618+
gpregret1: gpregret1@51c {
619+
#address-cells = <1>;
620+
#size-cells = <1>;
621+
compatible = "nordic,nrf-gpregret";
622+
reg = <0x51c 0x1>;
623+
status = "disabled";
624+
};
625+
626+
gpregret2: gpregret2@520 {
627+
#address-cells = <1>;
628+
#size-cells = <1>;
629+
compatible = "nordic,nrf-gpregret";
630+
reg = <0x520 0x1>;
631+
status = "disabled";
632+
};
633+
};
634+
609635
regulators: regulator@120000 {
610636
compatible = "nordic,nrf54l-regulators";
611637
reg = <0x120000 0x1000>;

0 commit comments

Comments
 (0)