Skip to content

Commit

Permalink
ARM: dts: imx: ventana: add canbus support for GW52xx
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tim Harvey authored and Shawn Guo committed Sep 16, 2014
1 parent b5f37b7 commit 7cab35c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions arch/arm/boot/dts/imx6qdl-gw52xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,12 @@
status = "okay";
};

&can1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_flexcan1>;
status = "okay";
};

&fec {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_enet>;
Expand Down Expand Up @@ -352,6 +358,14 @@
>;
};

pinctrl_flexcan1: flexcan1grp {
fsl,pins = <
MX6QDL_PAD_KEY_ROW2__FLEXCAN1_RX 0x1b0b1
MX6QDL_PAD_KEY_COL2__FLEXCAN1_TX 0x1b0b1
MX6QDL_PAD_GPIO_9__GPIO1_IO09 0x4001b0b0 /* CAN_STBY */
>;
};

pinctrl_gpio_leds: gpioledsgrp {
fsl,pins = <
MX6QDL_PAD_KEY_COL0__GPIO4_IO06 0x1b0b0
Expand Down

0 comments on commit 7cab35c

Please sign in to comment.