Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u-boot...
[platform/kernel/u-boot.git] / include / configs / socfpga_de10_standard.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2022, Humberto Naves <hsnaves@gmail.com>
4  *
5  * Adapted from socfpga_de0_nano_soc.h
6  */
7 #ifndef __CONFIG_TERASIC_DE10_STANDARD_H__
8 #define __CONFIG_TERASIC_DE10_STANDARD_H__
9
10 #include <asm/arch/base_addr_ac5.h>
11
12 /* Memory configurations */
13 #define PHYS_SDRAM_1_SIZE               0x40000000      /* 1GiB */
14
15 /* The rest of the configuration is shared */
16 #include <configs/socfpga_common.h>
17
18 #endif  /* __CONFIG_TERASIC_DE10_STANDARD_H__ */