rtc: stm32: fix misspelling and misalignment issues
[linux/fpc-iii.git] / Documentation / devicetree / bindings / power / actions,owl-sps.txt
blob78edd63641e87230dabd23465978e1b52c4a65d6
1 Actions Semi Owl Smart Power System (SPS)
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
13 Example:
15                 sps: power-controller@b01b0100 {
16                         compatible = "actions,s500-sps";
17                         reg = <0xb01b0100 0x100>;
18                         #power-domain-cells = <1>;
19                 };