blob: 656af1104dd7e17a3c99a841434641cd2954c219 [file] [log] [blame]
Dalon Westergreen7a0fe0d2017-04-18 08:11:16 -07001/*
2 * Copyright (C) 2017, Intel Corporation
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6#ifndef __CONFIG_TERASIC_DE10_H__
7#define __CONFIG_TERASIC_DE10_H__
8
9#include <asm/arch/base_addr_ac5.h>
10
Dalon Westergreen7a0fe0d2017-04-18 08:11:16 -070011/* Memory configurations */
12#define PHYS_SDRAM_1_SIZE 0x40000000 /* 1GiB */
13
14/* Booting Linux */
15#define CONFIG_LOADADDR 0x01000000
16#define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
17
18/* Ethernet on SoC (EMAC) */
Dalon Westergreen7a0fe0d2017-04-18 08:11:16 -070019
Dalon Westergreen7a0fe0d2017-04-18 08:11:16 -070020/* The rest of the configuration is shared */
21#include <configs/socfpga_common.h>
22
23#endif /* __CONFIG_TERASIC_DE10_H__ */