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:
parent
455663dbf2
commit
a8a5242249
1 changed files with 15 additions and 0 deletions
|
@ -28,4 +28,19 @@
|
||||||
status = "disabled";
|
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";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue