Skip to content

@FIR-712: Updating baudrate #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/intel/socfpga_agilex_bittware.dts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
};

chosen {
stdout-path = "serial0:115200n8";
stdout-path = "serial0:921600n8";
};

leds {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
};

chosen {
stdout-path = "serial0:115200n8";
stdout-path = "serial0:921600n8";
};

leds {
Expand Down
2 changes: 1 addition & 1 deletion drivers/tty/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,7 @@ config SERIAL_ALTERA_UART_MAXPORTS
config SERIAL_ALTERA_UART_BAUDRATE
int "Default baudrate for Altera UART ports"
depends on SERIAL_ALTERA_UART
default 115200
default 921600
help
This setting lets you define what the default baudrate is for the
Altera UART ports. The usual default varies from board to board,
Expand Down