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

Commit 87d60fb4 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add calypso can controller for sm8150-auto"

parents 9b322c6b 04dc71ab
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -15,6 +15,21 @@

#include "sm8150-auto-pmic-overlay.dtsi"

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

&qupv3_se12_2uart {
	status = "ok";
};