Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9924546b authored by Christian Hemp's avatar Christian Hemp Committed by Shawn Guo
Browse files

ARM: dts: imx6: phyFLEX: Add PCIe



Add PCIe support for Phytec phyFLEX-i.MX6 (PFL-A-02 and PBA-B-01).

Signed-off-by: default avatarChristian Hemp <c.hemp@phytec.de>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent c082fd42
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -144,6 +144,10 @@
	status = "okay";
};

&pcie {
	status = "okay";
};

&ssi2 {
	status = "okay";
};
+11 −0
Original line number Diff line number Diff line
@@ -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>;