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:
parent
e7a2c95f6a
commit
db8dde02b7
5 changed files with 20 additions and 0 deletions
|
@ -97,6 +97,10 @@
|
||||||
&flexcan1 {
|
&flexcan1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
bus-speed = <125000>;
|
bus-speed = <125000>;
|
||||||
|
|
||||||
|
can-transceiver {
|
||||||
|
max-bitrate = <5000000>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&wdog0 {
|
&wdog0 {
|
||||||
|
|
|
@ -211,6 +211,10 @@ zephyr_udc0: &usb1 {
|
||||||
&flexcan2 {
|
&flexcan2 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
bus-speed = <125000>;
|
bus-speed = <125000>;
|
||||||
|
|
||||||
|
can-transceiver {
|
||||||
|
max-bitrate = <5000000>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&wdog0 {
|
&wdog0 {
|
||||||
|
|
|
@ -273,6 +273,10 @@ zephyr_udc0: &usb1 {
|
||||||
&flexcan2 {
|
&flexcan2 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
bus-speed = <125000>;
|
bus-speed = <125000>;
|
||||||
|
|
||||||
|
can-transceiver {
|
||||||
|
max-bitrate = <5000000>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&wdog0 {
|
&wdog0 {
|
||||||
|
|
|
@ -40,6 +40,10 @@
|
||||||
&flexcan3 {
|
&flexcan3 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
bus-speed = <125000>;
|
bus-speed = <125000>;
|
||||||
|
|
||||||
|
can-transceiver {
|
||||||
|
max-bitrate = <5000000>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&lpi2c1 {
|
&lpi2c1 {
|
||||||
|
|
|
@ -40,6 +40,10 @@
|
||||||
&flexcan3 {
|
&flexcan3 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
bus-speed = <125000>;
|
bus-speed = <125000>;
|
||||||
|
|
||||||
|
can-transceiver {
|
||||||
|
max-bitrate = <5000000>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&lpspi1 {
|
&lpspi1 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue