blob: dd5933d43c24fd91c4f57405ccf57882b7fc2c58 [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
11/* U-Boot Commands */
Dinh Nguyenc3364da2015-09-01 17:41:52 -050012#define CONFIG_FAT_WRITE
13#define CONFIG_HW_WATCHDOG
14
Dinh Nguyenc3364da2015-09-01 17:41:52 -050015/* Memory configurations */
16#define PHYS_SDRAM_1_SIZE 0x40000000 /* 1GiB */
17
18/* Booting Linux */
Dinh Nguyenc3364da2015-09-01 17:41:52 -050019#define CONFIG_LOADADDR 0x01000000
20#define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
21
22/* Ethernet on SoC (EMAC) */
23#if defined(CONFIG_CMD_NET)
Dinh Nguyenc3364da2015-09-01 17:41:52 -050024#define CONFIG_PHY_MICREL
25#define CONFIG_PHY_MICREL_KSZ9031
Dinh Nguyenc3364da2015-09-01 17:41:52 -050026#endif
27
Dinh Nguyen813e7e62015-09-23 15:38:01 -050028#define CONFIG_ENV_IS_IN_MMC
Dinh Nguyen813e7e62015-09-23 15:38:01 -050029
Dinh Nguyenc3364da2015-09-01 17:41:52 -050030/* The rest of the configuration is shared */
31#include <configs/socfpga_common.h>
32
33#endif /* __CONFIG_TERASIC_DE0_H__ */