summaryrefslogtreecommitdiffstats
path: root/src/mainboard/emulation/qemu-aarch64/mmio.c
blob: 26fc547a80567db83e8b2bf847c3428badeee9ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 *
 *
 * 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;
}