rtc: stm32: fix misspelling and misalignment issues
[linux/fpc-iii.git] / Documentation / devicetree / bindings / mfd / brcm,iproc-mhb.txt
blob4421e9771b8a2a7ca82b1208a7e7a5e8e334fc09
1 Broadcom iProc Multi Host Bridge (MHB)
3 Certain Broadcom iProc SoCs have a multi host bridge (MHB) block that controls
4 the connection and configuration of 1) internal PCIe serdes; 2) PCIe endpoint
5 interface; 3) access to the Nitro (network processing) engine
7 This node allows access to these MHB registers via syscon.
9 Required properties:
10 - compatible: should contain:
11                 "brcm,sr-mhb", "syscon" for Stingray
12 - reg: base address and range of the MHB registers
14 Example:
15         mhb: syscon@60401000 {
16                 compatible = "brcm,sr-mhb", "syscon";
17                 reg = <0 0x60401000 0 0x38c>;
18         };