blob: c23ba2325b80f29be178273e9bf99408aafed197 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Dinh Nguyenad51f7c2012-10-04 06:46:02 +00002/*
Pavel Machek5e2d70a2014-09-08 14:08:45 +02003 * Copyright (C) 2014 Marek Vasut <marex@denx.de>
Dinh Nguyenad51f7c2012-10-04 06:46:02 +00004 */
Pavel Machek5e2d70a2014-09-08 14:08:45 +02005#ifndef __CONFIG_SOCFPGA_CYCLONE5_H__
6#define __CONFIG_SOCFPGA_CYCLONE5_H__
Dinh Nguyenad51f7c2012-10-04 06:46:02 +00007
Dinh Nguyeneca8b5c2015-11-23 17:27:17 -06008#include <asm/arch/base_addr_ac5.h>
Dinh Nguyenad51f7c2012-10-04 06:46:02 +00009
Pavel Machek5e2d70a2014-09-08 14:08:45 +020010/* Memory configurations */
Marek Vasutd4a4db12014-09-08 14:08:45 +020011#define PHYS_SDRAM_1_SIZE 0x40000000 /* 1GiB on SoCDK */
Dinh Nguyenad51f7c2012-10-04 06:46:02 +000012
Pavel Machek5e2d70a2014-09-08 14:08:45 +020013/* The rest of the configuration is shared */
14#include <configs/socfpga_common.h>
Chin Liang See561c9d42014-06-10 01:11:04 -050015
Pavel Machek5e2d70a2014-09-08 14:08:45 +020016#endif /* __CONFIG_SOCFPGA_CYCLONE5_H__ */