18c2ecf20Sopenharmony_ciActions Semi Owl Smart Power System (SPS)
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible          :  "actions,s500-sps" for S500
58c2ecf20Sopenharmony_ci                         "actions,s700-sps" for S700
68c2ecf20Sopenharmony_ci                         "actions,s900-sps" for S900
78c2ecf20Sopenharmony_ci- reg                 :  Offset and length of the register set for the device.
88c2ecf20Sopenharmony_ci- #power-domain-cells :  Must be 1.
98c2ecf20Sopenharmony_ci                         See macros in:
108c2ecf20Sopenharmony_ci                          include/dt-bindings/power/owl-s500-powergate.h for S500
118c2ecf20Sopenharmony_ci                          include/dt-bindings/power/owl-s700-powergate.h for S700
128c2ecf20Sopenharmony_ci                          include/dt-bindings/power/owl-s900-powergate.h for S900
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ciExample:
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci		sps: power-controller@b01b0100 {
188c2ecf20Sopenharmony_ci			compatible = "actions,s500-sps";
198c2ecf20Sopenharmony_ci			reg = <0xb01b0100 0x100>;
208c2ecf20Sopenharmony_ci			#power-domain-cells = <1>;
218c2ecf20Sopenharmony_ci		};
22