• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <types.h>
4 #include <console/uart.h>
5 
uart_platform_base(unsigned int idx)6 uintptr_t uart_platform_base(unsigned int idx)
7 {
8 	return (uintptr_t)0x02100000;
9 }
10