boards: esp32s3_devkitm: remove conflicting usb_serial reference

The usb_serial node is referenced twice in the procpu dts file. The first
time the status is set to "okay", while the second it is set to "disabled".
Only the second status is honored, so the first is removed to eliminate
confusion.

Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
This commit is contained in:
Daniel Mangum 2024-06-10 09:08:48 -04:00 committed by Anas Nashif
commit 2e04cfd887

View file

@ -43,10 +43,6 @@
};
};
&usb_serial {
status = "okay";
};
&uart0 {
status = "okay";
current-speed = <115200>;