summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorBrian Sune <[email protected]>2026-01-28 22:18:15 +0800
committerTom Rini <[email protected]>2026-02-14 11:06:46 -0600
commit97b17ecae8161bbe259d22fb50b39e549971e22a (patch)
treef0b8d30f7e96edbed624dab13b310e08035e4220 /include/configs
parent4f116c826320ca6458eb625ea13a839045cc7f9d (diff)
Add CoreCourse socfpga Board - AC501
CoreCourse Altera GEN5 Cyclone V board do support different size and formfactor. Now introducing AC501 C5 to mainstream u-boot This is a UBGA-484 based board with basic feature. More info on [1] [1] https://corecourse.cn/forum.php?mod=viewthread&tid=27704&highlight=AC501 Signed-off-by: Brian Sune <[email protected]> Reviewed-by: Tien Fong Chee <[email protected]>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/socfpga_ac501soc.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/configs/socfpga_ac501soc.h b/include/configs/socfpga_ac501soc.h
new file mode 100644
index 00000000000..703520e7cb8
--- /dev/null
+++ b/include/configs/socfpga_ac501soc.h
@@ -0,0 +1,13 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright (C) 2025 Brian Sune <[email protected]>
+ */
+#ifndef __CONFIG_CORESOURCE_AC501SOC_H__
+#define __CONFIG_CORESOURCE_AC501SOC_H__
+
+#include <asm/arch/base_addr_ac5.h>
+
+/* The rest of the configuration is shared */
+#include <configs/socfpga_common.h>
+
+#endif /* __CONFIG_CORESOURCE_AC501SOC_H__ */