ARM: dts: owl-s500: Add SPS node

Add Smart Power System node for PM domains.

Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
Andreas Färber 2017-02-26 04:08:53 +01:00
parent ad90c2bc1e
commit 740f6beb57

View File

@ -176,5 +176,11 @@
<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>;
};
};
};