cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

actions,owl-sps.txt (771B)


      1Actions Semi Owl Smart Power System (SPS)
      2
      3Required 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
     15Example:
     16
     17		sps: power-controller@b01b0100 {
     18			compatible = "actions,s500-sps";
     19			reg = <0xb01b0100 0x100>;
     20			#power-domain-cells = <1>;
     21		};