blob: 320c585a397866b58f0c767bca03d21c20b107f0 [file] [log] [blame]
Dinh Nguyen55c7a762015-09-01 17:41:52 -05001/*
2 * Copyright (C) 2015 Marek Vasut <marex@denx.de>
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6#ifndef __CONFIG_TERASIC_DE0_H__
7#define __CONFIG_TERASIC_DE0_H__
8
Dinh Nguyen871c24b2015-11-23 17:27:17 -06009#include <asm/arch/base_addr_ac5.h>
Dinh Nguyen55c7a762015-09-01 17:41:52 -050010
Dinh Nguyen55c7a762015-09-01 17:41:52 -050011#define CONFIG_HW_WATCHDOG
12
Dinh Nguyen55c7a762015-09-01 17:41:52 -050013/* Memory configurations */
14#define PHYS_SDRAM_1_SIZE 0x40000000 /* 1GiB */
15
16/* Booting Linux */
Dinh Nguyen55c7a762015-09-01 17:41:52 -050017#define CONFIG_LOADADDR 0x01000000
18#define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
19
20/* Ethernet on SoC (EMAC) */
21#if defined(CONFIG_CMD_NET)
Dinh Nguyen55c7a762015-09-01 17:41:52 -050022#define CONFIG_PHY_MICREL
23#define CONFIG_PHY_MICREL_KSZ9031
Dinh Nguyen55c7a762015-09-01 17:41:52 -050024#endif
25
Dinh Nguyen68a3e322015-09-23 15:38:01 -050026#define CONFIG_ENV_IS_IN_MMC
Dinh Nguyen68a3e322015-09-23 15:38:01 -050027
Dinh Nguyen55c7a762015-09-01 17:41:52 -050028/* The rest of the configuration is shared */
29#include <configs/socfpga_common.h>
30
31#endif /* __CONFIG_TERASIC_DE0_H__ */