dts: boards: npcx9m6f_evb: Select shell-uart

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

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

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;
}; };