提交 9924546b 编写于 作者: C Christian Hemp 提交者: Shawn Guo

ARM: dts: imx6: phyFLEX: Add PCIe

Add PCIe support for Phytec phyFLEX-i.MX6 (PFL-A-02 and PBA-B-01).
Signed-off-by: NChristian Hemp <c.hemp@phytec.de>
Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
上级 c082fd42
......@@ -144,6 +144,10 @@
status = "okay";
};
&pcie {
status = "okay";
};
&ssi2 {
status = "okay";
};
......
......@@ -283,6 +283,10 @@
>;
};
pinctrl_pcie: pciegrp {
fsl,pins = <MX6QDL_PAD_DI0_PIN15__GPIO4_IO17 0x80000000>;
};
pinctrl_uart3: uart3grp {
fsl,pins = <
MX6QDL_PAD_EIM_D24__UART3_TX_DATA 0x1b0b1
......@@ -353,6 +357,13 @@
};
};
&pcie {
pinctrl-name = "default";
pinctrl-0 = <&pinctrl_pcie>;
reset-gpio = <&gpio4 17 0>;
status = "disabled";
};
&uart3 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart3>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册