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:
Eric Holmberg 2023-07-03 20:35:44 +12:00 committed by Carles Cufí
commit e408d0ea06
5 changed files with 17 additions and 1 deletions

View file

@ -93,6 +93,12 @@
pinctrl-names = "default";
};
&twai {
pinctrl-0 = <&twai_default>;
pinctrl-names = "default";
bus-speed = <125000>;
};
&timer0 {
status = "disabled";
};