dts: arm: viper: Add DT node for iProc PCIe EP

dts: arm: Add iProc PCIe EP node in Viper DT

Signed-off-by: Abhishek Shah <abhishek.shah@broadcom.com>
Signed-off-by: Shivaraj Shetty <shivaraj.shetty@broadcom.com>
This commit is contained in:
Abhishek Shah 2020-05-04 12:57:13 +05:30 committed by Andrew Boie
commit a8a5242249

View file

@ -28,4 +28,19 @@
status = "disabled";
};
};
pcie {
#address-cells = <2>;
#size-cells = <2>;
pcie0_ep: pcie@4e100000 {
compatible = "brcm,iproc-pcie-ep";
reg = <0x0 0x4e100000 0x0 0x2100>,
<0x0 0x50000000 0x0 0x8000000>,
<0x4 0x0 0x0 0x8000000>;
reg-names = "iproc_pcie_regs", "map_lowmem",
"map_highmem";
label = "PCIE_0";
};
};
};