Skip to content

Commit

Permalink
boards: arm: olimex_stm32_p405: add CAN transceiver
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
henrikbrixandersen authored and MaureenHelm committed Mar 15, 2022
1 parent db8dde0 commit c2c95ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions boards/arm/olimex_stm32_p405/olimex_stm32_p405.dts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@
pinctrl-names = "default";
bus-speed = <125000>;
status = "okay";

can-transceiver {
max-bitrate = <1000000>;
};
};

&rng {
Expand Down

0 comments on commit c2c95ab

Please sign in to comment.