Back to home page

OSCL-LXR

 
 

    


0001 APM X-GENE SoC series SCU Registers
0002 
0003 This system clock unit contain various register that control block resets,
0004 clock enable/disables, clock divisors and other deepsleep registers.
0005 
0006 Properties:
0007  - compatible : should contain two values. First value must be:
0008                    - "apm,xgene-scu"
0009                 second value must be always "syscon".
0010 
0011  - reg : offset and length of the register set.
0012 
0013 Example :
0014         scu: system-clk-controller@17000000 {
0015                 compatible = "apm,xgene-scu","syscon";
0016                 reg = <0x0 0x17000000 0x0 0x400>;
0017         };