Humberto Naves | 1b05136 | 2022-05-22 21:54:57 -0400 | [diff] [blame] | 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__ */ |