c20d54a3c5b8520fccac7a65e70e2f8c878a1981
[platform/kernel/u-boot.git] / include / configs / socfpga_arria10_socdk.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  *  Copyright (C) 2015-2019 Altera Corporation <www.altera.com>
4  */
5
6 #ifndef __CONFIG_SOCFGPA_ARRIA10_H__
7 #define __CONFIG_SOCFGPA_ARRIA10_H__
8
9 #include <asm/arch/base_addr_a10.h>
10
11 /*
12  * U-Boot general configurations
13  */
14
15 /* Memory configurations  */
16 #define PHYS_SDRAM_1_SIZE               0x40000000
17
18 /*
19  * Serial / UART configurations
20  */
21 #define CONFIG_SYS_NS16550_MEM32
22 #define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600, 115200}
23
24 /*
25  * L4 OSC1 Timer 0
26  */
27 /* reload value when timer count to zero */
28 #define TIMER_LOAD_VAL                  0xFFFFFFFF
29
30 /*
31  * Flash configurations
32  */
33
34 /* SPL memory allocation configuration, this is for FAT implementation */
35 #define CONFIG_SYS_SPL_MALLOC_SIZE      0x00015000
36
37 /* The rest of the configuration is shared */
38 #include <configs/socfpga_common.h>
39
40 #endif  /* __CONFIG_SOCFGPA_ARRIA10_H__ */