boards: arm: sam_e70_xplained: add CAN transceiver
The Atmel SAM E70(B) Xplained development board is equipped with a Microchip ATA6561 CAN transceiver with a maximum bitrate of 5Mbit/s. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
ceefdeb848
commit
6b0c8bf47b
1 changed files with 4 additions and 0 deletions
|
@ -157,4 +157,8 @@ zephyr_udc0: &usbhs {
|
|||
pinctrl-0 = <&pb3a_can0_rx0 &pb2a_can0_tx0>;
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
|
||||
can-transceiver {
|
||||
max-bitrate = <5000000>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue