mb/google/nissa/var/rull: Configure Acoustic noise mitigation
[coreboot2.git] / src / soc / amd / common / block / uart / uart_console.c
blob9f37190d2402b355bf36e42392a48bddf4c100ac
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <amdblocks/uart.h>
4 #include <console/uart.h>
6 /*
7 * uart_platform_base and uart_platform_refclk are used by the console UART driver and need to
8 * be provided exactly once and only by the UART that is used for console.
9 */
11 uintptr_t uart_platform_base(unsigned int idx)
13 return get_uart_base(idx);
16 unsigned int uart_platform_refclk(void)
18 return 48000000;