boards: arm: sam_v71_xult: add CAN transceiver
The Atmel SAM V71 Xplained Ultra 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
58541859ab
commit
fc4016a113
1 changed files with 4 additions and 0 deletions
|
@ -291,6 +291,10 @@ zephyr_udc0: &usbhs {
|
|||
pinctrl-0 = <&pc12c_can1_rx1 &pc14c_can1_tx1>;
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
|
||||
can-transceiver {
|
||||
max-bitrate = <5000000>;
|
||||
};
|
||||
};
|
||||
|
||||
ext1_spi: &spi0 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue