brcm,iproc-mhb.txt 571 B

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