1 /* SPDX-License-Identifier: GPL-2.0-only */
4 #include <console/uart.h>
5 #include <commonlib/bsd/helpers.h>
6 #include <soc/addressmap.h>
9 uintptr_t uart_platform_base(unsigned int idx
)
12 return FU740_UART(idx
);
17 unsigned int uart_platform_refclk(void)
19 // peripheral clock is attached to UART subsystem
20 return clock_get_pclk();