aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/mfd
diff options
context:
space:
mode:
authorRay Jui <ray.jui@broadcom.com>2017-09-06 17:27:42 -0700
committerLee Jones <lee.jones@linaro.org>2017-10-13 10:42:58 +0100
commit88decb026d90c386b2a15adbe6fb094f6a86d144 (patch)
tree22b02bb1e2973852cdbd6e8d952cc9bb6bd8708c /Documentation/devicetree/bindings/mfd
parentsyscon: dt-bindings: Add binding doc for Broadcom iProc CDRU (diff)
downloadlinux-dev-88decb026d90c386b2a15adbe6fb094f6a86d144.tar.xz
linux-dev-88decb026d90c386b2a15adbe6fb094f6a86d144.zip
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>
Diffstat (limited to 'Documentation/devicetree/bindings/mfd')
-rw-r--r--Documentation/devicetree/bindings/mfd/brcm,iproc-mhb.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mfd/brcm,iproc-mhb.txt b/Documentation/devicetree/bindings/mfd/brcm,iproc-mhb.txt
new file mode 100644
index 000000000000..4421e9771b8a
--- /dev/null
+++ b/Documentation/devicetree/bindings/mfd/brcm,iproc-mhb.txt
@@ -0,0 +1,18 @@
+Broadcom iProc Multi Host Bridge (MHB)
+
+Certain Broadcom iProc SoCs have a multi host bridge (MHB) block that controls
+the connection and configuration of 1) internal PCIe serdes; 2) PCIe endpoint
+interface; 3) access to the Nitro (network processing) engine
+
+This node allows access to these MHB registers via syscon.
+
+Required properties:
+- compatible: should contain:
+ "brcm,sr-mhb", "syscon" for Stingray
+- reg: base address and range of the MHB registers
+
+Example:
+ mhb: syscon@60401000 {
+ compatible = "brcm,sr-mhb", "syscon";
+ reg = <0 0x60401000 0 0x38c>;
+ };