Commit 740f6beb authored by Andreas Färber's avatar Andreas Färber

ARM: dts: owl-s500: Add SPS node

Add Smart Power System node for PM domains.
Signed-off-by: default avatarAndreas Färber <afaerber@suse.de>
parent ad90c2bc
......@@ -176,5 +176,11 @@ timer: timer@b0168000 {
<GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "2hz0", "2hz1", "timer0", "timer1";
};
sps: power-controller@b01b0100 {
compatible = "actions,s500-sps";
reg = <0xb01b0100 0x100>;
#power-domain-cells = <1>;
};
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment