File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 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>;
You can’t perform that action at this time.
0 commit comments