blob: b66108d0ccd49f7fecfb1ef33dfaae0ee0ba17e0 [file] [log] [blame]
Marek Vasut856b30d2015-11-23 17:06:27 +01001/*
2 * Copyright (C) 2015 Marek Vasut <marex@denx.de>
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6#ifndef __CONFIG_SOCFPGA_SOCRATES_H__
7#define __CONFIG_SOCFPGA_SOCRATES_H__
8
9#include <asm/arch/base_addr_ac5.h>
10
Marek Vasut856b30d2015-11-23 17:06:27 +010011/* Memory configurations */
12#define PHYS_SDRAM_1_SIZE 0x40000000 /* 1GiB on SoCrates */
13
14/* Booting Linux */
Marek Vasut856b30d2015-11-23 17:06:27 +010015#define CONFIG_LOADADDR 0x01000000
16#define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
17
18/* Ethernet on SoC (EMAC) */
Marek Vasut856b30d2015-11-23 17:06:27 +010019
Marek Vasut856b30d2015-11-23 17:06:27 +010020/* The rest of the configuration is shared */
21#include <configs/socfpga_common.h>
22
23#endif /* __CONFIG_SOCFPGA_SOCRATES_H__ */