1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright (C) 2022, Humberto Naves <hsnaves@gmail.com>
5 * Adapted from socfpga_de0_nano_soc.h
7 #ifndef __CONFIG_TERASIC_DE10_STANDARD_H__
8 #define __CONFIG_TERASIC_DE10_STANDARD_H__
10 #include <asm/arch/base_addr_ac5.h>
12 /* Memory configurations */
13 #define PHYS_SDRAM_1_SIZE 0x40000000 /* 1GiB */
15 /* The rest of the configuration is shared */
16 #include <configs/socfpga_common.h>
18 #endif /* __CONFIG_TERASIC_DE10_STANDARD_H__ */