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

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

Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Kuldeep Singh 2021-01-21 16:27:39 +05:30 committed by Shawn Guo
parent c9e5ef8cef
commit 837ae08d95
2 changed files with 24 additions and 0 deletions

View File

@ -109,6 +109,14 @@
};
};
&can0 {
status = "okay";
};
&can1 {
status = "okay";
};
&dspi0 {
bus-num = <0>;
status = "okay";

View File

@ -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;