Commit 837ae08d authored by Kuldeep Singh's avatar Kuldeep Singh Committed by Shawn Guo
Browse files

arm64: dts: ls1028a: Enable flexcan support for LS1028A-RDB/QDS



LS1028A-RDB/QDS provides support for flexcan. Add the properties.

Signed-off-by: default avatarKuldeep Singh <kuldeep.singh@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent c9e5ef8c
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -109,6 +109,14 @@
	};
};

&can0 {
	status = "okay";
};

&can1 {
	status = "okay";
};

&dspi0 {
	bus-num = <0>;
	status = "okay";
+16 −0
Original line number Diff line number Diff line
@@ -85,6 +85,22 @@
	};
};

&can0 {
	status = "okay";

	can-transceiver {
		max-bitrate = <5000000>;
	};
};

&can1 {
	status = "okay";

	can-transceiver {
		max-bitrate = <5000000>;
	};
};

&esdhc {
	sd-uhs-sdr104;
	sd-uhs-sdr50;