actions,owl-sps.txt 636 B

12345678910111213141516171819
  1. Actions Semi Owl Smart Power System (SPS)
  2. Required properties:
  3. - compatible : "actions,s500-sps" for S500
  4. "actions,s700-sps" for S700
  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. include/dt-bindings/power/owl-s700-powergate.h for S700
  10. Example:
  11. sps: power-controller@b01b0100 {
  12. compatible = "actions,s500-sps";
  13. reg = <0xb01b0100 0x100>;
  14. #power-domain-cells = <1>;
  15. };