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

Commit 3658467c authored by aishpras's avatar aishpras
Browse files

ARM: dts: qcom: Add qti-can device tree node

Add qti-can device node for sa8195 and sa6155.

Change-Id: I1dce510c999e8015104df5b4fa47939723f892c5
parent b73fc9ab
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -5,6 +5,21 @@
	status = "ok";
};

&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,lpass@62400000 {
	status = "ok";
+19 −0
Original line number Diff line number Diff line
@@ -7,6 +7,25 @@
	status = "ok";
};

&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";
};