Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88decb02 authored by Ray Jui's avatar Ray Jui Committed by Lee Jones
Browse files

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: default avatarRay Jui <ray.jui@broadcom.com>
Reviewed-by: default avatarScott Branden <scott.branden@broadcom.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 58ab243e
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
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>;
	};