Prepare v2023.10
[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 CFG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600, 115200}
22
23 /*
24  * L4 OSC1 Timer 0
25  */
26 /* reload value when timer count to zero */
27 #define TIMER_LOAD_VAL                  0xFFFFFFFF
28
29 /*
30  * Flash configurations
31  */
32
33 /* SPL memory allocation configuration, this is for FAT implementation */
34
35 /* The rest of the configuration is shared */
36 #include <configs/socfpga_common.h>
37
38 #endif  /* __CONFIG_SOCFGPA_ARRIA10_H__ */