diff options
author | Dong Aisheng <b29396@freescale.com> | 2014-11-14 14:13:48 +0800 |
---|---|---|
committer | Dong Aisheng <b29396@freescale.com> | 2014-11-14 17:25:13 +0800 |
commit | 880a0e803727a20035926f02bcd2572ed74bd434 (patch) | |
tree | 0b6f7e28a94a09a1fe428321570f38db34e52a09 /arch | |
parent | a85019e84a93885f271c7115551e8ceeeec067fc (diff) |
MLK-9850 dts: imx6sx-sabreauto: add flexcan devices support
add flexcan devices support
Signed-off-by: Dong Aisheng <b29396@freescale.com>
(cherry picked from commit 5a4fd0864013a5e50b6cdb8132fc4caf15aa1d4b)
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/imx6sx-sabreauto.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx-sabreauto.dts b/arch/arm/boot/dts/imx6sx-sabreauto.dts index 2d8912a1f0d4..d340209b3e32 100644 --- a/arch/arm/boot/dts/imx6sx-sabreauto.dts +++ b/arch/arm/boot/dts/imx6sx-sabreauto.dts @@ -270,6 +270,22 @@ status = "okay"; }; +&flexcan1 { + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_flexcan1_1>; + trx-en-gpio = <&max7310_b 5 GPIO_ACTIVE_HIGH>; + trx-stby-gpio = <&max7310_b 3 GPIO_ACTIVE_HIGH>; + status = "okay"; +}; + +&flexcan2 { + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_flexcan2_1>; + trx-en-gpio = <&max7310_b 5 GPIO_ACTIVE_HIGH>; + trx-stby-gpio = <&max7310_b 3 GPIO_ACTIVE_HIGH>; + status = "okay"; +}; + &gpc { fsl,cpu_pupscr_sw2iso = <0x2>; fsl,cpu_pupscr_sw = <0x1>; |