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.18-rc2 16 lines 488 B view raw
1Broadcom iProc Chip Device Resource Unit (CDRU) 2 3Various Broadcom iProc SoCs have a set of registers that provide various 4chip specific device and resource configurations. This node allows access to 5these CDRU registers via syscon. 6 7Required properties: 8- compatible: should contain: 9 "brcm,sr-cdru", "syscon" for Stingray 10- reg: base address and range of the CDRU registers 11 12Example: 13 cdru: syscon@6641d000 { 14 compatible = "brcm,sr-cdru", "syscon"; 15 reg = <0 0x6641d000 0 0x400>; 16 };