blob: a5e6511b510df4976105280e382cc883b0066d7d [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Dinh Nguyen55c7a762015-09-01 17:41:52 -05002/*
3 * Copyright (C) 2015 Marek Vasut <marex@denx.de>
Dinh Nguyen55c7a762015-09-01 17:41:52 -05004 */
5#ifndef __CONFIG_TERASIC_DE0_H__
6#define __CONFIG_TERASIC_DE0_H__
7
Dinh Nguyen871c24b2015-11-23 17:27:17 -06008#include <asm/arch/base_addr_ac5.h>
Dinh Nguyen55c7a762015-09-01 17:41:52 -05009
Dinh Nguyen55c7a762015-09-01 17:41:52 -050010/* Memory configurations */
11#define PHYS_SDRAM_1_SIZE 0x40000000 /* 1GiB */
12
Dinh Nguyen55c7a762015-09-01 17:41:52 -050013/* The rest of the configuration is shared */
14#include <configs/socfpga_common.h>
15
16#endif /* __CONFIG_TERASIC_DE0_H__ */