blob: b68b6e99dc740c227a62f3418eff78afd200438c [file] [log] [blame]
Humberto Naves1b051362022-05-22 21:54:57 -04001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (C) 2022, Humberto Naves <hsnaves@gmail.com>
4 *
5 * Adapted from socfpga_de0_nano_soc.h
6 */
7#ifndef __CONFIG_TERASIC_DE10_STANDARD_H__
8#define __CONFIG_TERASIC_DE10_STANDARD_H__
9
10#include <asm/arch/base_addr_ac5.h>
11
12/* Memory configurations */
13#define PHYS_SDRAM_1_SIZE 0x40000000 /* 1GiB */
14
15/* The rest of the configuration is shared */
16#include <configs/socfpga_common.h>
17
18#endif /* __CONFIG_TERASIC_DE10_STANDARD_H__ */