boards: arm: twr_ke18f: add CAN transceiver
The NXP TWR-KE18F development board is equipped with a NXP MC33901 CAN transceiver with a maximum bitrate of 1Mbit/s. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
6b0c8bf47b
commit
4ad3964369
1 changed files with 4 additions and 0 deletions
|
@ -281,6 +281,10 @@
|
||||||
bus-speed = <125000>;
|
bus-speed = <125000>;
|
||||||
pinctrl-0 = <&flexcan0_default>;
|
pinctrl-0 = <&flexcan0_default>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
|
|
||||||
|
can-transceiver {
|
||||||
|
max-bitrate = <1000000>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&gpioa {
|
&gpioa {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue