blob: f387e403de1ac1feeab03fc1c6794e3a2727a78c [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Pavel Machek9802e872016-06-07 12:37:23 +02002/*
3 * Copyright (C) 2014 Marek Vasut <marex@denx.de>
4 * Copyright (C) 2016 Pavel Machek <pavel@denx.de>
Pavel Machek9802e872016-06-07 12:37:23 +02005 */
6#ifndef __CONFIG_SOCFPGA_IS1_H__
7#define __CONFIG_SOCFPGA_IS1_H__
8
9#include <asm/arch/base_addr_ac5.h>
10
Pavel Machek9802e872016-06-07 12:37:23 +020011/* Memory configurations */
12#define PHYS_SDRAM_1_SIZE 0x10000000
13
Pavel Machek9802e872016-06-07 12:37:23 +020014/* Ethernet on SoC (EMAC) */
15#if defined(CONFIG_CMD_NET)
16#define CONFIG_ARP_TIMEOUT 500UL
Pavel Machek9802e872016-06-07 12:37:23 +020017#endif
18
19/* The rest of the configuration is shared */
20#include <configs/socfpga_common.h>
21
22/*
23 * Bootcounter
24 */
Pavel Machek9802e872016-06-07 12:37:23 +020025#define CONFIG_SYS_BOOTCOUNT_BE
26
27#endif /* __CONFIG_SOCFPGA_IS1_H__ */