mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
c525113603
This add documentation for the SCU system clock unit device tree binding to the kernel. Signed-off-by: Feng Kan <fkan@apm.com>
18 lines
501 B
Plaintext
18 lines
501 B
Plaintext
APM X-GENE SoC series SCU Registers
|
|
|
|
This system clock unit contain various register that control block resets,
|
|
clock enable/disables, clock divisors and other deepsleep registers.
|
|
|
|
Properties:
|
|
- compatible : should contain two values. First value must be:
|
|
- "apm,xgene-scu"
|
|
second value must be always "syscon".
|
|
|
|
- reg : offset and length of the register set.
|
|
|
|
Example :
|
|
scu: system-clk-controller@17000000 {
|
|
compatible = "apm,xgene-scu","syscon";
|
|
reg = <0x0 0x17000000 0x0 0x400>;
|
|
};
|