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

Commit 6c2d12ef authored by Anant Goel's avatar Anant Goel
Browse files

ARM: dts: msm: Add calypso CAN controller support for the SA8195 target



This change enables support for the CAN controller on the SA8195 target.

Change-Id: Ied6dba75ae3e48a5e2e1689884db54a6f48e7adc
Signed-off-by: default avatarAnant Goel <anantg@codeaurora.org>
parent 74b9fb89
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -12,6 +12,25 @@

#include "sdmshrike-v2.dtsi"

&qupv3_se0_spi {
	status = "ok";

	#address-cells = <1>;
	#size-cells = <0>;

	can-controller@0 {
		compatible = "qcom,nxp,mpc5746c";
		reg = <0>;
		interrupt-parent = <&tlmm>;
		interrupts = <38 0>;
		spi-max-frequency = <5000000>;
		qcom,clk-freq-mhz = <40000000>;
		qcom,max-can-channels = <1>;
		qcom,bits-per-word = <8>;
		qcom,support-can-fd;
	};
};

&qupv3_se12_2uart {
	status = "ok";
};