]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/power/actions,owl-sps.txt
Merge tag 'renesas-fixes4-for-v4.13' of https://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / Documentation / devicetree / bindings / power / actions,owl-sps.txt
1 Actions Semi Owl Smart Power System (SPS)
2
3 Required properties:
4 - compatible          :  "actions,s500-sps" for S500
5 - reg                 :  Offset and length of the register set for the device.
6 - #power-domain-cells :  Must be 1.
7                          See macros in:
8                           include/dt-bindings/power/owl-s500-powergate.h for S500
9
10
11 Example:
12
13                 sps: power-controller@b01b0100 {
14                         compatible = "actions,s500-sps";
15                         reg = <0xb01b0100 0x100>;
16                         #power-domain-cells = <1>;
17                 };