Skip to content

Commit 68818df

Browse files
committed
[nrf fromlist] dts: common: nordic: Add power node to nRF54L20
Added the node representing the POWER peripheral on the nRF54L20. Upstream PR #: 85883 Signed-off-by: Rafał Kuźnia <[email protected]>
1 parent b83eabe commit 68818df

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

dts/common/nordic/nrf54l20.dtsi

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,32 @@
684684
status = "disabled";
685685
};
686686

687+
power: power@10e000 {
688+
compatible = "nordic,nrf-power";
689+
reg = <0x10e000 0x1000>;
690+
ranges = <0x0 0x10e000 0x1000>;
691+
interrupts = <270 NRF_DEFAULT_IRQ_PRIORITY>;
692+
status = "disabled";
693+
#address-cells = <1>;
694+
#size-cells = <1>;
695+
696+
gpregret1: gpregret1@51c {
697+
#address-cells = <1>;
698+
#size-cells = <1>;
699+
compatible = "nordic,nrf-gpregret";
700+
reg = <0x51c 0x1>;
701+
status = "disabled";
702+
};
703+
704+
gpregret2: gpregret2@520 {
705+
#address-cells = <1>;
706+
#size-cells = <1>;
707+
compatible = "nordic,nrf-gpregret";
708+
reg = <0x520 0x1>;
709+
status = "disabled";
710+
};
711+
};
712+
687713
regulators: regulator@120000 {
688714
compatible = "nordic,nrf54l-regulators";
689715
reg = <0x120000 0x1000>;

0 commit comments

Comments
 (0)