dts: boards: mercury_xu: Select shell-uart

Select shell-uart for mercury_xu, to use shell_module sample.

Signed-off-by: Mateusz Karlic <mkarlic@antmicro.com>
This commit is contained in:
Mateusz Karlic 2023-11-30 12:27:40 +01:00 committed by Fabio Baltieri
parent 265e1d222f
commit 85d76f970f
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
chosen {
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
};