summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrichard zhu <hongxing.zhu@nxp.com>2019-11-07 17:56:56 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 16:09:28 +0800
commit785749398f843b2f812e176e7252e9c94a3659c9 (patch)
tree23037c39cf47c91332251a58f5d1a34eb3160a5e
parentbda3f9898b2b4782d5b8e34c1a8a3a0d2b3ad31c (diff)
arm64: dts: freescale: Add the pcie on imx8dxl phantom mek board
Add the PCIe on iMX8DXL phantom MEK board. Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com> Acked-by: Fugang Duan <fugang.duan@nxp.com>
-rwxr-xr-xarch/arm64/boot/dts/freescale/imx8dxl-phantom-mek.dtsi9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8dxl-phantom-mek.dtsi b/arch/arm64/boot/dts/freescale/imx8dxl-phantom-mek.dtsi
index 53a241d44c43..1df4750b4c14 100755
--- a/arch/arm64/boot/dts/freescale/imx8dxl-phantom-mek.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8dxl-phantom-mek.dtsi
@@ -642,3 +642,12 @@
/delete-node/ cpu@2;
/delete-node/ cpu@3;
};
+
+&pcieb{
+ compatible = "fsl,imx8qxp-pcie","snps,dw-pcie";
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_pcieb>;
+ reset-gpio = <&lsio_gpio4 0 GPIO_ACTIVE_LOW>;
+ ext_osc = <1>;
+ status = "okay";
+};