soc: esp32s3: add usb serial dts interface
Enable ESP32-S3 usb-serial interface. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
parent
308cec45b0
commit
4c66ac81fd
2 changed files with 13 additions and 0 deletions
|
@ -46,6 +46,10 @@
|
|||
clock-frequency = <ESP32_CLK_CPU_240M>;
|
||||
};
|
||||
|
||||
&usb_serial {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
status = "okay";
|
||||
current-speed = <115200>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue