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

Commit fd101c4c authored by Silvio Fricke's avatar Silvio Fricke Committed by Shawn Guo
Browse files

ARM: dts: imx6: edmqmx6: Add PCIe support



Add support for the PCI express bus available on MX6 Data Modul
edm-qmx6 board.

Signed-off-by: default avatarSilvio Fricke <silvio.fricke@gmail.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@freescale.com>
parent e60e9461
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -323,6 +323,12 @@
			>;
		};

		pinctrl_pcie: pciegrp {
			fsl,pins = <
				MX6QDL_PAD_KEY_COL1__GPIO4_IO08		0x100b1
			>;
		};

		pinctrl_pfuze: pfuze100grp1 {
			fsl,pins = <
				MX6QDL_PAD_EIM_D20__GPIO3_IO20		0x80000000
@@ -385,6 +391,13 @@
	};
};

&pcie {
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_pcie>;
	reset-gpio = <&gpio4 8 0>;
	status = "okay";
};

&sata {
	status = "okay";
};