Skip to content

Commit 0552958

Browse files
bjarki-andreasennashif
authored andcommitted
dts: common: nordic: nrf54l15: add power peripheral
Add power peripheral to nrf54l15. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
1 parent cfdaa91 commit 0552958

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
@@ -616,6 +616,32 @@
616616
status = "disabled";
617617
};
618618

619+
power: power@10e000 {
620+
compatible = "nordic,nrf-power";
621+
reg = <0x10e000 0x1000>;
622+
ranges = <0x0 0x10e000 0x1000>;
623+
interrupts = <270 NRF_DEFAULT_IRQ_PRIORITY>;
624+
status = "disabled";
625+
#address-cells = <1>;
626+
#size-cells = <1>;
627+
628+
gpregret1: gpregret1@51c {
629+
#address-cells = <1>;
630+
#size-cells = <1>;
631+
compatible = "nordic,nrf-gpregret";
632+
reg = <0x51c 0x1>;
633+
status = "disabled";
634+
};
635+
636+
gpregret2: gpregret2@520 {
637+
#address-cells = <1>;
638+
#size-cells = <1>;
639+
compatible = "nordic,nrf-gpregret";
640+
reg = <0x520 0x1>;
641+
status = "disabled";
642+
};
643+
};
644+
619645
regulators: regulator@120000 {
620646
compatible = "nordic,nrf54l-regulators";
621647
reg = <0x120000 0x1000>;

0 commit comments

Comments
 (0)