Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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