From 96c934cac3e18d2c563bbc80a17cfaf2ff8017ce Mon Sep 17 00:00:00 2001 From: Masahiro Wada Date: Mon, 30 Sep 2024 13:24:19 +0900 Subject: [PATCH] HWDEV-2428 use usart1 as default --- extra/boards/arm/lexxpluss_scb/lexxpluss_scb.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/boards/arm/lexxpluss_scb/lexxpluss_scb.dts b/extra/boards/arm/lexxpluss_scb/lexxpluss_scb.dts index 33f6370..d2880a6 100644 --- a/extra/boards/arm/lexxpluss_scb/lexxpluss_scb.dts +++ b/extra/boards/arm/lexxpluss_scb/lexxpluss_scb.dts @@ -35,8 +35,8 @@ chosen { zephyr,code-partition = &slot0_partition; - zephyr,console = &usart2; - zephyr,shell-uart = &usart2; + zephyr,console = &usart1; + zephyr,shell-uart = &usart1; zephyr,sram = &sram0; zephyr,flash = &flash0; zephyr,dtcm = &dtcm;