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

Commit 38c4b151 authored by Sumeet Sahu's avatar Sumeet Sahu Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add calypso can controller support for sdxpoorwills



Add device tree for calypso can controller for sdxpoorwills board.

Change-Id: I59a2ab50f96430f28a8a15d5192d2f591496ae33
Signed-off-by: default avatarSumeet Sahu <sumesahu@codeaurora.org>
parent 57e76b47
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -76,6 +76,19 @@

&spi_2 {
	status = "okay";

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

&tlmm {