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.4 30 lines 688 B view raw
1ZTE sysctrl Registers 2 3Registers for 'zte,zx296702' SoC: 4 5System management required properties: 6 - compatible = "zte,sysctrl" 7 8Low power management required properties: 9 - compatible = "zte,zx296702-pcu" 10 11Bus matrix required properties: 12 - compatible = "zte,zx-bus-matrix" 13 14 15Registers for 'zte,zx296718' SoC: 16 17System management required properties: 18 - compatible = "zte,zx296718-aon-sysctrl" 19 - compatible = "zte,zx296718-sysctrl" 20 21Example: 22aon_sysctrl: aon-sysctrl@116000 { 23 compatible = "zte,zx296718-aon-sysctrl", "syscon"; 24 reg = <0x116000 0x1000>; 25}; 26 27sysctrl: sysctrl@1463000 { 28 compatible = "zte,zx296718-sysctrl", "syscon"; 29 reg = <0x1463000 0x1000>; 30};