From b2da2de62a7b644a6bc4f56504baa5f34b9fffd3 Mon Sep 17 00:00:00 2001 From: Patryk Koscik Date: Wed, 5 Mar 2025 12:25:56 +0100 Subject: [PATCH] dts: boards: npcx7m6fb_evb: Select `shell-uart` Select `shell-uart` for the `npcx7m6fb_evb` target. Signed-off-by: Patryk Koscik --- boards/nuvoton/npcx7m6fb_evb/npcx7m6fb_evb.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/nuvoton/npcx7m6fb_evb/npcx7m6fb_evb.dts b/boards/nuvoton/npcx7m6fb_evb/npcx7m6fb_evb.dts index 34a8cc9de74..1f57a26f417 100644 --- a/boards/nuvoton/npcx7m6fb_evb/npcx7m6fb_evb.dts +++ b/boards/nuvoton/npcx7m6fb_evb/npcx7m6fb_evb.dts @@ -15,6 +15,7 @@ chosen { zephyr,sram = &sram0; zephyr,console = &uart1; + zephyr,shell-uart = &uart1; zephyr,flash = &flash0; zephyr,keyboard-scan = &kscan_input; };