Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel...
[sfrench/cifs-2.6.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                          "actions,s700-sps" for S700
6 - reg                 :  Offset and length of the register set for the device.
7 - #power-domain-cells :  Must be 1.
8                          See macros in:
9                           include/dt-bindings/power/owl-s500-powergate.h for S500
10                           include/dt-bindings/power/owl-s700-powergate.h for S700
11
12
13 Example:
14
15                 sps: power-controller@b01b0100 {
16                         compatible = "actions,s500-sps";
17                         reg = <0xb01b0100 0x100>;
18                         #power-domain-cells = <1>;
19                 };