blob: 21108e344756f649b1f87c40976af3e648cf1345 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Dinh Nguyenc3364da2015-09-01 17:41:52 -05002/*
3 * Copyright (C) 2015 Marek Vasut <marex@denx.de>
Dinh Nguyenc3364da2015-09-01 17:41:52 -05004 */
5#ifndef __CONFIG_TERASIC_DE0_H__
6#define __CONFIG_TERASIC_DE0_H__
7
Dinh Nguyeneca8b5c2015-11-23 17:27:17 -06008#include <asm/arch/base_addr_ac5.h>
Dinh Nguyenc3364da2015-09-01 17:41:52 -05009
Dinh Nguyenc3364da2015-09-01 17:41:52 -050010/* Memory configurations */
11#define PHYS_SDRAM_1_SIZE 0x40000000 /* 1GiB */
12
13/* Booting Linux */
Dinh Nguyenc3364da2015-09-01 17:41:52 -050014#define CONFIG_LOADADDR 0x01000000
15#define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
16
Dinh Nguyenc3364da2015-09-01 17:41:52 -050017/* The rest of the configuration is shared */
18#include <configs/socfpga_common.h>
19
20#endif /* __CONFIG_TERASIC_DE0_H__ */