|
@@ -35,11 +35,6 @@ effective:
|
|
|
Required:
|
|
|
- brcm,pcie-ob-axi-offset: The offset from the AXI address to the internal
|
|
|
address used by the iProc PCIe core (not the PCIe address)
|
|
|
-- brcm,pcie-ob-window-size: The outbound address mapping window size (in MB)
|
|
|
-
|
|
|
-Optional:
|
|
|
-- brcm,pcie-ob-oarr-size: Some iProc SoCs need the OARR size bit to be set to
|
|
|
-increase the outbound window size
|
|
|
|
|
|
MSI support (optional):
|
|
|
|
|
@@ -95,9 +90,7 @@ Example:
|
|
|
phy-names = "pcie-phy";
|
|
|
|
|
|
brcm,pcie-ob;
|
|
|
- brcm,pcie-ob-oarr-size;
|
|
|
brcm,pcie-ob-axi-offset = <0x00000000>;
|
|
|
- brcm,pcie-ob-window-size = <256>;
|
|
|
|
|
|
msi-parent = <&msi0>;
|
|
|
|