dts: boards: npcx7m6fb_evb: Select shell-uart

Select `shell-uart` for the `npcx7m6fb_evb` target.

Signed-off-by: Patryk Koscik <pkoscik@antmicro.com>
This commit is contained in:
Patryk Koscik 2025-03-05 12:25:56 +01:00 committed by Carles Cufí
commit b2da2de62a

View file

@ -15,6 +15,7 @@
chosen { chosen {
zephyr,sram = &sram0; zephyr,sram = &sram0;
zephyr,console = &uart1; zephyr,console = &uart1;
zephyr,shell-uart = &uart1;
zephyr,flash = &flash0; zephyr,flash = &flash0;
zephyr,keyboard-scan = &kscan_input; zephyr,keyboard-scan = &kscan_input;
}; };