Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux...
[linux/fpc-iii.git] / Documentation / devicetree / bindings / arm / apm / scu.txt
blobb45be06625fdd70da7625b30b75755d808cecc69
1 APM X-GENE SoC series SCU Registers
3 This system clock unit contain various register that control block resets,
4 clock enable/disables, clock divisors and other deepsleep registers.
6 Properties:
7  - compatible : should contain two values. First value must be:
8                    - "apm,xgene-scu"
9                 second value must be always "syscon".
11  - reg : offset and length of the register set.
13 Example :
14         scu: system-clk-controller@17000000 {
15                 compatible = "apm,xgene-scu","syscon";
16                 reg = <0x0 0x17000000 0x0 0x400>;
17         };