blob: 4421e9771b8a2a7ca82b1208a7e7a5e8e334fc09 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001Broadcom iProc Multi Host Bridge (MHB)
2
3Certain Broadcom iProc SoCs have a multi host bridge (MHB) block that controls
4the connection and configuration of 1) internal PCIe serdes; 2) PCIe endpoint
5interface; 3) access to the Nitro (network processing) engine
6
7This node allows access to these MHB registers via syscon.
8
9Required properties:
10- compatible: should contain:
11 "brcm,sr-mhb", "syscon" for Stingray
12- reg: base address and range of the MHB registers
13
14Example:
15 mhb: syscon@60401000 {
16 compatible = "brcm,sr-mhb", "syscon";
17 reg = <0 0x60401000 0 0x38c>;
18 };