diff options
author | Christian Hemp <c.hemp@phytec.de> | 2014-11-14 08:32:25 -0500 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-11-23 02:08:15 -0500 |
commit | 9924546b29f5f20d0596ebc76ab1ddc1f716cae4 (patch) | |
tree | 2d95b9a805a36ca967744a3abb1c54a5a2c1ab3a /arch/arm/boot | |
parent | c082fd422e66df8e2492e27219192a773ccb72e5 (diff) |
ARM: dts: imx6: phyFLEX: Add PCIe
Add PCIe support for Phytec phyFLEX-i.MX6 (PFL-A-02 and PBA-B-01).
Signed-off-by: Christian Hemp <c.hemp@phytec.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi | 4 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi | 11 |
2 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi b/arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi index 111b1f5021b9..7634cc1c9436 100644 --- a/arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi +++ b/arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi | |||
@@ -144,6 +144,10 @@ | |||
144 | status = "okay"; | 144 | status = "okay"; |
145 | }; | 145 | }; |
146 | 146 | ||
147 | &pcie { | ||
148 | status = "okay"; | ||
149 | }; | ||
150 | |||
147 | &ssi2 { | 151 | &ssi2 { |
148 | status = "okay"; | 152 | status = "okay"; |
149 | }; | 153 | }; |
diff --git a/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi b/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi index 8d718b55a07f..2d721095a369 100644 --- a/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi +++ b/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi | |||
@@ -283,6 +283,10 @@ | |||
283 | >; | 283 | >; |
284 | }; | 284 | }; |
285 | 285 | ||
286 | pinctrl_pcie: pciegrp { | ||
287 | fsl,pins = <MX6QDL_PAD_DI0_PIN15__GPIO4_IO17 0x80000000>; | ||
288 | }; | ||
289 | |||
286 | pinctrl_uart3: uart3grp { | 290 | pinctrl_uart3: uart3grp { |
287 | fsl,pins = < | 291 | fsl,pins = < |
288 | MX6QDL_PAD_EIM_D24__UART3_TX_DATA 0x1b0b1 | 292 | MX6QDL_PAD_EIM_D24__UART3_TX_DATA 0x1b0b1 |
@@ -353,6 +357,13 @@ | |||
353 | }; | 357 | }; |
354 | }; | 358 | }; |
355 | 359 | ||
360 | &pcie { | ||
361 | pinctrl-name = "default"; | ||
362 | pinctrl-0 = <&pinctrl_pcie>; | ||
363 | reset-gpio = <&gpio4 17 0>; | ||
364 | status = "disabled"; | ||
365 | }; | ||
366 | |||
356 | &uart3 { | 367 | &uart3 { |
357 | pinctrl-names = "default"; | 368 | pinctrl-names = "default"; |
358 | pinctrl-0 = <&pinctrl_uart3>; | 369 | pinctrl-0 = <&pinctrl_uart3>; |