blob: 275ed7ffebbdbbc8dafc14cc4e3e14e5bb918cc1 [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) */
Dinh Nguyenc3364da2015-09-01 17:41:52 -050021
Dinh Nguyenc3364da2015-09-01 17:41:52 -050022/* The rest of the configuration is shared */
23#include <configs/socfpga_common.h>
24
25#endif /* __CONFIG_TERASIC_DE0_H__ */