boards: arm: olimex_stm32_p405: add CAN transceiver
The Olimex STM32-P405 development board is equipped with a TI SN65HVD230 CAN transceiver with a maximum bitrate of 1Mbit/s. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
db8dde02b7
commit
c2c95abfa4
|
@ -81,6 +81,10 @@
|
|||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
status = "okay";
|
||||
|
||||
can-transceiver {
|
||||
max-bitrate = <1000000>;
|
||||
};
|
||||
};
|
||||
|
||||
&rng {
|
||||
|
|
Loading…
Reference in a new issue