Add snapshot of device tree bindings from keystone common kernel, branch "android-mainline-keystone-qcom-release" at c4c12103f9c0 ("Snap for 9228065 from e32903b9a63bb558df8b803b076619c53c16baad to android-mainline-keystone-qcom-release"). Change-Id: I7682079615cbd9f29340a5c1f2a1d84ec441a1f1 Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
19 lines
571 B
Plaintext
19 lines
571 B
Plaintext
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>;
|
|
};
|