diff options
| author | Che-Wei Chuang <[email protected]> | 2025-10-29 16:19:55 +0800 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2025-12-08 12:10:17 +0800 |
| commit | 281e6fa4e4664df0101c5d97d95eeea97818eccc (patch) | |
| tree | 74f6144ba097edc65c2225eb9ec3c09544bd1f13 /arch | |
| parent | 3b8a3df19126858e2a4c71661bd37f55bf0ad3b3 (diff) | |
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 <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/riscv/dts/ae350_32.dts | 4 | ||||
| -rw-r--r-- | arch/riscv/dts/ae350_64.dts | 4 |
2 files changed, 4 insertions, 4 deletions
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 { |
