diff options
Diffstat (limited to 'src/mainboard/ocp/deltalake/console.c')
-rw-r--r-- | src/mainboard/ocp/deltalake/console.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mainboard/ocp/deltalake/console.c b/src/mainboard/ocp/deltalake/console.c new file mode 100644 index 0000000000..2cbeb3d48f --- /dev/null +++ b/src/mainboard/ocp/deltalake/console.c @@ -0,0 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +#include <console/uart.h> + +unsigned int get_uart_baudrate(void) +{ + /* SOL console baud rate. */ + return 57600; +} |