Back to home page

OSCL-LXR

 
 

    


0001 Broadcom iProc Multi Host Bridge (MHB)
0002 
0003 Certain Broadcom iProc SoCs have a multi host bridge (MHB) block that controls
0004 the connection and configuration of 1) internal PCIe serdes; 2) PCIe endpoint
0005 interface; 3) access to the Nitro (network processing) engine
0006 
0007 This node allows access to these MHB registers via syscon.
0008 
0009 Required properties:
0010 - compatible: should contain:
0011                 "brcm,sr-mhb", "syscon" for Stingray
0012 - reg: base address and range of the MHB registers
0013 
0014 Example:
0015         mhb: syscon@60401000 {
0016                 compatible = "brcm,sr-mhb", "syscon";
0017                 reg = <0 0x60401000 0 0x38c>;
0018         };