Skip to content

Commit 75220de

Browse files
sylvioalveskartben
authored andcommitted
boards: adafruit: esp32s3: make usb-serial as default
Adafruit feather board's use USB-serial interface for shell-uart and console as default. Signed-off-by: Sylvio Alves <[email protected]>
1 parent abc36a6 commit 75220de

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

boards/adafruit/feather_esp32s3/adafruit_feather_esp32s3_procpu.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525

2626
chosen {
2727
zephyr,sram = &sram1;
28-
zephyr,console = &uart0;
29-
zephyr,shell-uart = &uart0;
28+
zephyr,console = &usb_serial;
29+
zephyr,shell-uart = &usb_serial;
3030
zephyr,flash = &flash0;
3131
zephyr,code-partition = &slot0_partition;
3232
zephyr,bt-hci = &esp32_bt_hci;
@@ -79,7 +79,7 @@
7979
};
8080

8181
&usb_serial {
82-
status = "disabled";
82+
status = "okay";
8383
};
8484

8585
&uart0 {

boards/adafruit/feather_esp32s3_tft/adafruit_feather_esp32s3_tft_procpu.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
chosen {
2929
zephyr,sram = &sram1;
30-
zephyr,console = &uart0;
31-
zephyr,shell-uart = &uart0;
30+
zephyr,console = &usb_serial;
31+
zephyr,shell-uart = &usb_serial;
3232
zephyr,flash = &flash0;
3333
zephyr,code-partition = &slot0_partition;
3434
zephyr,bt-hci = &esp32_bt_hci;
@@ -126,7 +126,7 @@
126126
};
127127

128128
&usb_serial {
129-
status = "disabled";
129+
status = "okay";
130130
};
131131

132132
&uart0 {

0 commit comments

Comments
 (0)