blob: 0cffc282ec56bd99478d89c6b3e98f03c89673bc [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-or-later */
#include <console/uart.h>
#include <mainboard/addressmap.h>
uintptr_t uart_platform_base(int idx)
{
return VIRT_UART_BASE;
}