aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2014-09-09 02:07:31 -0400
committerShawn Guo <shawn.guo@freescale.com>2014-09-15 22:27:21 -0400
commit7cab35c3643d9ad3b34eaf8501ab5292b6d41fcf (patch)
tree927909c18f6e0bf7c412fd0146516ccc43f22234
parentb5f37b76053afe8863ce9a753903932eb542eca9 (diff)
ARM: dts: imx: ventana: add canbus support for GW52xx
The GW52xx baseboard supports CANbus so we enable it, configure its pinmux and CAN_STBY gpio. Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
-rw-r--r--arch/arm/boot/dts/imx6qdl-gw52xx.dtsi14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi b/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi
index 6d137b47068a..d3c0bf5c84e3 100644
--- a/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi
@@ -145,6 +145,12 @@
145 status = "okay"; 145 status = "okay";
146}; 146};
147 147
148&can1 {
149 pinctrl-names = "default";
150 pinctrl-0 = <&pinctrl_flexcan1>;
151 status = "okay";
152};
153
148&fec { 154&fec {
149 pinctrl-names = "default"; 155 pinctrl-names = "default";
150 pinctrl-0 = <&pinctrl_enet>; 156 pinctrl-0 = <&pinctrl_enet>;
@@ -352,6 +358,14 @@
352 >; 358 >;
353 }; 359 };
354 360
361 pinctrl_flexcan1: flexcan1grp {
362 fsl,pins = <
363 MX6QDL_PAD_KEY_ROW2__FLEXCAN1_RX 0x1b0b1
364 MX6QDL_PAD_KEY_COL2__FLEXCAN1_TX 0x1b0b1
365 MX6QDL_PAD_GPIO_9__GPIO1_IO09 0x4001b0b0 /* CAN_STBY */
366 >;
367 };
368
355 pinctrl_gpio_leds: gpioledsgrp { 369 pinctrl_gpio_leds: gpioledsgrp {
356 fsl,pins = < 370 fsl,pins = <
357 MX6QDL_PAD_KEY_COL0__GPIO4_IO06 0x1b0b0 371 MX6QDL_PAD_KEY_COL0__GPIO4_IO06 0x1b0b0