dts: xtensa: espressif: esp32s3: add USB CDC support
Enable USB CDC with self stack support for esp32s3. Signed-off-by: Lucas Tamborrino <lucas.tamborrino@espressif.com>
This commit is contained in:
parent
42051fc2d4
commit
ae6b398f51
3 changed files with 17 additions and 1 deletions
|
@ -117,6 +117,10 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&usb_serial {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&flash0 {
|
||||
status = "okay";
|
||||
partitions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue