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

Commit 6cd18cff authored by Sumeet Sahu's avatar Sumeet Sahu
Browse files

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



Add device tree for calypso can controller on sa6155 adp star board.

Change-Id: Ic82789755be1ecb311aa863a51a8bc7bde1d02ea
Signed-off-by: default avatarSumeet Sahu <sumesahu@codeaurora.org>
parent 58589df3
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -10,6 +10,21 @@
 * GNU General Public License for more details.
 */

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

&soc {
	qcom,glink {
		modem {