Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a059ee79 authored by Damien Riegel's avatar Damien Riegel Committed by Shawn Guo
Browse files

ARM: dts: TS-4800: add CAN support



This enables support for the CAN controller located in the FPGA.

Signed-off-by: default avatarDamien Riegel <damien.riegel@savoirfairelinux.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent d6535e6a
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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>;
		};
	};
};