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

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
......@@ -109,6 +109,14 @@ qds_phy1: ethernet-phy@5 {
};
};
&can0 {
status = "okay";
};
&can1 {
status = "okay";
};
&dspi0 {
bus-num = <0>;
status = "okay";
......
......@@ -85,6 +85,22 @@ simple-audio-card,codec {
};
};
&can0 {
status = "okay";
can-transceiver {
max-bitrate = <5000000>;
};
};
&can1 {
status = "okay";
can-transceiver {
max-bitrate = <5000000>;
};
};
&esdhc {
sd-uhs-sdr104;
sd-uhs-sdr50;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment