1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (C) 2015-2019 Altera Corporation <www.altera.com>
6 #ifndef __CONFIG_SOCFGPA_ARRIA10_H__
7 #define __CONFIG_SOCFGPA_ARRIA10_H__
9 #include <asm/arch/base_addr_a10.h>
12 * U-Boot general configurations
15 /* Memory configurations */
16 #define PHYS_SDRAM_1_SIZE 0x40000000
19 * Serial / UART configurations
21 #define CONFIG_SYS_NS16550_MEM32
22 #define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600, 115200}
27 /* reload value when timer count to zero */
28 #define TIMER_LOAD_VAL 0xFFFFFFFF
31 * Flash configurations
34 /* SPL memory allocation configuration, this is for FAT implementation */
36 /* The rest of the configuration is shared */
37 #include <configs/socfpga_common.h>
39 #endif /* __CONFIG_SOCFGPA_ARRIA10_H__ */