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

syscon: dt-bindings: Add binding document for iProc MHB block

Add binding document for Broadcom iProc's Multi-Host Bridge (MHB)
block

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
88decb02 58ab243e

+18
+18
Documentation/devicetree/bindings/mfd/brcm,iproc-mhb.txt
··· 1 + Broadcom iProc Multi Host Bridge (MHB) 2 + 3 + Certain Broadcom iProc SoCs have a multi host bridge (MHB) block that controls 4 + the connection and configuration of 1) internal PCIe serdes; 2) PCIe endpoint 5 + interface; 3) access to the Nitro (network processing) engine 6 + 7 + This node allows access to these MHB registers via syscon. 8 + 9 + Required properties: 10 + - compatible: should contain: 11 + "brcm,sr-mhb", "syscon" for Stingray 12 + - reg: base address and range of the MHB registers 13 + 14 + Example: 15 + mhb: syscon@60401000 { 16 + compatible = "brcm,sr-mhb", "syscon"; 17 + reg = <0 0x60401000 0 0x38c>; 18 + };