boards: arm: rcar_h3ulcb_cr7: add CAN transceiver
The Renesas R-Car H3ULCB development board is equipped with a TI TCAN332G CAN transceiver with a maximum bitrate of 5Mbit/s. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
2dd215abf5
commit
1674b694e4
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,10 @@
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
bus-speed = <125000>;
|
bus-speed = <125000>;
|
||||||
|
|
||||||
|
can-transceiver {
|
||||||
|
max-bitrate = <5000000>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&scif1 {
|
&scif1 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue