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 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>;
You can’t perform that action at this time.
0 commit comments