/* SPDX-License-Identifier: GPL-2.0-only */ #include #include #include uintptr_t get_uart_base(unsigned int idx) { /* Mapping the UART is not supported. */ return 0; }