boards: arm: mimxrt1xxx: add CAN transceiver

The NXP MIMXRT10xx/11xx EVK boards are equipped with NXP TJA1057 CAN
transceivers with a maximum bitrate of 5Mbit/s.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
Henrik Brix Andersen 2022-02-28 14:32:27 +01:00 committed by Maureen Helm
commit db8dde02b7
5 changed files with 20 additions and 0 deletions

View file

@ -97,6 +97,10 @@
&flexcan1 {
status = "okay";
bus-speed = <125000>;
can-transceiver {
max-bitrate = <5000000>;
};
};
&wdog0 {

View file

@ -211,6 +211,10 @@ zephyr_udc0: &usb1 {
&flexcan2 {
status = "okay";
bus-speed = <125000>;
can-transceiver {
max-bitrate = <5000000>;
};
};
&wdog0 {

View file

@ -273,6 +273,10 @@ zephyr_udc0: &usb1 {
&flexcan2 {
status = "okay";
bus-speed = <125000>;
can-transceiver {
max-bitrate = <5000000>;
};
};
&wdog0 {

View file

@ -40,6 +40,10 @@
&flexcan3 {
status = "okay";
bus-speed = <125000>;
can-transceiver {
max-bitrate = <5000000>;
};
};
&lpi2c1 {

View file

@ -40,6 +40,10 @@
&flexcan3 {
status = "okay";
bus-speed = <125000>;
can-transceiver {
max-bitrate = <5000000>;
};
};
&lpspi1 {