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

syscon: dt-bindings: Add binding doc for Broadcom iProc CDRU

Add binding document for Broadcom iProc's Chip Device Resource Unit
(CDRU). Multiple iProc based chips have this CDRU block that contains
miscellaneous registers for chip or device configurations. Start with
Stingray specific compatible string for the initial binding

Signed-off-by: Ray Jui <ray.jui@broadcom.com>
Reviewed-by: Scott Branden <scott.branden@broadcom.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Ray Jui and committed by
Lee Jones
58ab243e 4589515a

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