From 1b05136a6ca8387175ca7bf1aa66a9c40a153cc2 Mon Sep 17 00:00:00 2001 From: Humberto Naves Date: Sun, 22 May 2022 21:54:57 -0400 Subject: arm: socfpga: Add the terasic de10-standard board Use the de10-nano files as templates for the de10-standard board. The files in qts directory are generated by quartus from the GHRD design. Signed-off-by: Humberto Naves Reviewed-by: Marek Vasut --- include/configs/socfpga_de10_standard.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 include/configs/socfpga_de10_standard.h (limited to 'include') diff --git a/include/configs/socfpga_de10_standard.h b/include/configs/socfpga_de10_standard.h new file mode 100644 index 00000000000..b68b6e99dc7 --- /dev/null +++ b/include/configs/socfpga_de10_standard.h @@ -0,0 +1,18 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright (C) 2022, Humberto Naves + * + * Adapted from socfpga_de0_nano_soc.h + */ +#ifndef __CONFIG_TERASIC_DE10_STANDARD_H__ +#define __CONFIG_TERASIC_DE10_STANDARD_H__ + +#include + +/* Memory configurations */ +#define PHYS_SDRAM_1_SIZE 0x40000000 /* 1GiB */ + +/* The rest of the configuration is shared */ +#include + +#endif /* __CONFIG_TERASIC_DE10_STANDARD_H__ */ -- cgit v1.2.3