Skip to content

Commit

Permalink
ARM: dts: imx6: edmqmx6: Add can bus
Browse files Browse the repository at this point in the history
Signed-off-by: Silvio Fricke <silvio.fricke@gmail.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
  • Loading branch information
Silvio Fricke authored and Shawn Guo committed Jul 18, 2014
1 parent 3c6c868 commit 3718379
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@
};
};

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

&ecspi5 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_ecspi5>;
Expand Down Expand Up @@ -300,6 +306,13 @@
>;
};

pinctrl_can1: can1grp {
fsl,pins = <
MX6QDL_PAD_KEY_ROW2__FLEXCAN1_RX 0x1b0b0
MX6QDL_PAD_GPIO_7__FLEXCAN1_TX 0x1b0b0
>;
};

pinctrl_ecspi5: ecspi5rp-1 {
fsl,pins = <
MX6QDL_PAD_SD1_DAT0__ECSPI5_MISO 0x80000000
Expand Down

0 comments on commit 3718379

Please sign in to comment.