scu.txt 501 B

123456789101112131415161718
  1. APM X-GENE SoC series SCU Registers
  2. This system clock unit contain various register that control block resets,
  3. clock enable/disables, clock divisors and other deepsleep registers.
  4. Properties:
  5. - compatible : should contain two values. First value must be:
  6. - "apm,xgene-scu"
  7. second value must be always "syscon".
  8. - reg : offset and length of the register set.
  9. Example :
  10. scu: system-clk-controller@17000000 {
  11. compatible = "apm,xgene-scu","syscon";
  12. reg = <0x0 0x17000000 0x0 0x400>;
  13. };