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 "actions,s900-sps" for S900 7 - reg : Offset and length of the register set for the device. 8 - #power-domain-cells : Must be 1. 9 See macros in: 10 include/dt-bindings/power/owl-s500-powergate.h for S500 11 include/dt-bindings/power/owl-s700-powergate.h for S700 12 include/dt-bindings/power/owl-s900-powergate.h for S900 13 14 15 Example: 16 17 sps: power-controller@b01b0100 { 18 compatible = "actions,s500-sps"; 19 reg = <0xb01b0100 0x100>; 20 #power-domain-cells = <1>; 21 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.