arm64: dts: ls1028a: Enable flexcan support for LS1028A-RDB/QDS
authorKuldeep Singh <kuldeep.singh@nxp.com>
Thu, 21 Jan 2021 10:57:39 +0000 (16:27 +0530)
committerShawn Guo <shawnguo@kernel.org>
Sat, 30 Jan 2021 13:22:50 +0000 (21:22 +0800)
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>
arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts
arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts

index c0786b7137919cf9b76a3f911d32d5554a21e6d7..fbcba9cb8503dc06210d01aef5d1443c201ca1b1 100644 (file)
        };
 };
 
+&can0 {
+       status = "okay";
+};
+
+&can1 {
+       status = "okay";
+};
+
 &dspi0 {
        bus-num = <0>;
        status = "okay";
index c1d1ba459307a5b1e70428922f80324592ed59d7..41ae6e7675ba9558aea580ebb441f2a0942c78f5 100644 (file)
        };
 };
 
+&can0 {
+       status = "okay";
+
+       can-transceiver {
+               max-bitrate = <5000000>;
+       };
+};
+
+&can1 {
+       status = "okay";
+
+       can-transceiver {
+               max-bitrate = <5000000>;
+       };
+};
+
 &esdhc {
        sd-uhs-sdr104;
        sd-uhs-sdr50;