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 <cnoize@andestech.com>
This commit is contained in:
Che-Wei Chuang
2025-12-08 12:10:17 +08:00
committed by Leo Yu-Chi Liang
parent 3b8a3df191
commit 281e6fa4e4
14 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -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 {
+2 -2
View File
@@ -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 {