Skip to content

Commit 2155298

Browse files
fabiobaltiericfriedt
authored andcommitted
boards: rts5912_evb: set shell-uart
Set a zephyr,shell-uart chosen node so this board can be used with the shell module. Signed-off-by: Fabio Baltieri <[email protected]>
1 parent c39930d commit 2155298

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boards/realtek/rts5912_evb/rts5912_evb.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
chosen {
1717
zephyr,sram = &sram0;
1818
zephyr,console = &uart0;
19+
zephyr,shell-uart = &uart0;
1920
zephyr,flash = &flash0;
2021
};
2122
};

0 commit comments

Comments
 (0)