blob: 19ca745ca1975846f7b5ff61f1c64e18b8f9cdfd [file] [log] [blame]
Angel Pons230e4f9d2020-04-05 15:47:14 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Lee Leahy654fd072016-02-17 08:47:58 -08002
3#include <console/uart.h>
4#include <soc/iomap.h>
5
6unsigned int uart_platform_refclk(void)
7{
8 return 44236800;
9}
10
Felix Helde3a12472020-09-11 15:47:09 +020011uintptr_t uart_platform_base(unsigned int idx)
Lee Leahy654fd072016-02-17 08:47:58 -080012{
13 return UART_BASE_ADDRESS;
14}