From 281e6fa4e4664df0101c5d97d95eeea97818eccc Mon Sep 17 00:00:00 2001 From: Che-Wei Chuang Date: Wed, 29 Oct 2025 16:19:55 +0800 Subject: configs: Change default baud rate to 115200 Updated DTS and configuration files to set the default baud rate from 38400 to 115200. Signed-off-by: Che-Wei Chuang --- arch/riscv/dts/ae350_32.dts | 4 ++-- arch/riscv/dts/ae350_64.dts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'arch') diff --git a/arch/riscv/dts/ae350_32.dts b/arch/riscv/dts/ae350_32.dts index 61af6d5465e..cf2d429c7c0 100644 --- a/arch/riscv/dts/ae350_32.dts +++ b/arch/riscv/dts/ae350_32.dts @@ -17,8 +17,8 @@ }; chosen { - bootargs = "console=ttyS0,38400n8 debug loglevel=7"; - stdout-path = "uart0:38400n8"; + bootargs = "console=ttyS0,115200n8 debug loglevel=7"; + stdout-path = "uart0:115200n8"; }; cpus { diff --git a/arch/riscv/dts/ae350_64.dts b/arch/riscv/dts/ae350_64.dts index 8c7db29b4f2..1928221fa3c 100644 --- a/arch/riscv/dts/ae350_64.dts +++ b/arch/riscv/dts/ae350_64.dts @@ -17,8 +17,8 @@ }; chosen { - bootargs = "console=ttyS0,38400n8 debug loglevel=7"; - stdout-path = "uart0:38400n8"; + bootargs = "console=ttyS0,115200n8 debug loglevel=7"; + stdout-path = "uart0:115200n8"; }; cpus { -- cgit v1.2.3