From a8a52422490a25ceee78a69c5ccc8d3e2bbd6388 Mon Sep 17 00:00:00 2001 From: Abhishek Shah Date: Mon, 4 May 2020 12:57:13 +0530 Subject: [PATCH] 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 Signed-off-by: Shivaraj Shetty --- dts/arm/broadcom/viper-common.dtsi | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/dts/arm/broadcom/viper-common.dtsi b/dts/arm/broadcom/viper-common.dtsi index 6b9e4403324..5286391962e 100644 --- a/dts/arm/broadcom/viper-common.dtsi +++ b/dts/arm/broadcom/viper-common.dtsi @@ -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"; + }; + }; };