diff options
author | Damien Riegel <damien.riegel@savoirfairelinux.com> | 2016-06-09 17:46:50 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-06-09 18:13:37 +0300 |
commit | a059ee7910714e4e637d43324d5b1aff3a0350d9 (patch) | |
tree | 4ac46302f38c18b5916c94e6155990b892d96629 /arch/arm/boot/dts/imx51-ts4800.dts | |
parent | d6535e6a33168cc0bd49ac0712c32b64292bc1fb (diff) | |
download | linux-a059ee7910714e4e637d43324d5b1aff3a0350d9.tar.xz |
ARM: dts: TS-4800: add CAN support
This enables support for the CAN controller located in the FPGA.
Signed-off-by: Damien Riegel <damien.riegel@savoirfairelinux.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx51-ts4800.dts')
-rw-r--r-- | arch/arm/boot/dts/imx51-ts4800.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx51-ts4800.dts b/arch/arm/boot/dts/imx51-ts4800.dts index 0e80fb7bfb2d..984c71b85561 100644 --- a/arch/arm/boot/dts/imx51-ts4800.dts +++ b/arch/arm/boot/dts/imx51-ts4800.dts @@ -176,6 +176,16 @@ interrupt-controller; #interrupt-cells = <1>; }; + + can@1a000 { + compatible = "technologic,sja1000"; + reg = <0x1a000 0x100>; + interrupt-parent = <&fpga_irqc>; + interrupts = <1>; + reg-io-width = <2>; + nxp,tx-output-config = <0x06>; + nxp,external-clock-frequency = <24000000>; + }; }; }; |