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

Commit 892c1272 authored by Zou Shunxiang's avatar Zou Shunxiang Committed by Gerrit - the friendly Code Review server
Browse files

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

Add qti-can device node for sa8155.

Change-Id: I0f3a813f61b4f8e8efa0bfb0793aac24e9a570f0
parent a08b200c
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -8,6 +8,23 @@
	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;
	};
};

&ufsphy_mem {
	compatible = "qcom,ufs-phy-qmp-v4";