boards: esp32s3_devkitm: update CAN support
Add CAN to supported list and update documentation. Signed-off-by: Eric Holmberg <eric.holmberg@northriversystems.co.nz>
This commit is contained in:
parent
1b919bbc28
commit
e408d0ea06
5 changed files with 17 additions and 1 deletions
|
@ -93,6 +93,12 @@
|
|||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&twai {
|
||||
pinctrl-0 = <&twai_default>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
};
|
||||
|
||||
&timer0 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue