blob: 6516c45acf1870be603f18e8fa072bdd6fab4d05 [file] [log] [blame]
Dinh Nguyenc3364da2015-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 Nguyeneca8b5c2015-11-23 17:27:17 -06009#include <asm/arch/base_addr_ac5.h>
Dinh Nguyenc3364da2015-09-01 17:41:52 -050010
Dinh Nguyenc3364da2015-09-01 17:41:52 -050011#define CONFIG_HW_WATCHDOG
12
Dinh Nguyenc3364da2015-09-01 17:41:52 -050013/* Memory configurations */
14#define PHYS_SDRAM_1_SIZE 0x40000000 /* 1GiB */
15
16/* Booting Linux */
Dinh Nguyenc3364da2015-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 Nguyenc3364da2015-09-01 17:41:52 -050022#define CONFIG_PHY_MICREL
23#define CONFIG_PHY_MICREL_KSZ9031
Dinh Nguyenc3364da2015-09-01 17:41:52 -050024#endif
25
Dinh Nguyenc3364da2015-09-01 17:41:52 -050026/* The rest of the configuration is shared */
27#include <configs/socfpga_common.h>
28
29#endif /* __CONFIG_TERASIC_DE0_H__ */