Enable the pcie support for iMX8QXP MEK board.
Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
SC_P_USDHC1_VSELECT_CONN_USDHC1_VSELECT 0x06000021
>;
};
+
+ pinctrl_pcieb: pcieagrp{
+ fsl,pins = <
+ SC_P_PCIE_CTRL0_PERST_B_LSIO_GPIO4_IO00 0x06000021
+ SC_P_PCIE_CTRL0_CLKREQ_B_LSIO_GPIO4_IO01 0x06000021
+ SC_P_PCIE_CTRL0_WAKE_B_LSIO_GPIO4_IO02 0x06000021
+ >;
+ };
};
};
vmmc-supply = <®_usdhc2_vmmc>;
status = "okay";
};
+
+&pcieb{
+ ext_osc = <1>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_pcieb>;
+ clkreq-gpio = <&gpio4 1 GPIO_ACTIVE_LOW>;
+ reset-gpio = <&gpio4 0 GPIO_ACTIVE_LOW>;
+ status = "okay";
+};