Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates > by-pkgid > 1fb57563f6a37947a01076dd207e61cb > files > 2872

kernel-doc-5.3.2-1.mga7.noarch.rpm

Broadcom iProc Chip Device Resource Unit (CDRU)

Various Broadcom iProc SoCs have a set of registers that provide various
chip specific device and resource configurations. This node allows access to
these CDRU registers via syscon.

Required properties:
- compatible: should contain:
		"brcm,sr-cdru", "syscon" for Stingray
- reg: base address and range of the CDRU registers

Example:
	cdru: syscon@6641d000 {
		compatible = "brcm,sr-cdru", "syscon";
		reg = <0 0x6641d000 0 0x400>;
	};