hello agxin,
default UART baudrate is 115200, which is defined as below
/* Default UART setting when started: 115200 no parity, stop, 8 data bits */
#define TEGRA_UART_DEFAULT_BAUD 115200
you’re able to access the kernel source code here: $TOP/kernel/drivers/tty/serial/serial-tegra.c
thanks