summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTingting Meng <tingting.meng@altera.com>2025-08-03 18:24:52 -0700
committerTien Fong Chee <tien.fong.chee@intel.com>2025-08-08 22:20:52 +0800
commitf64130138aa743e1508f275c56593b85168b53a2 (patch)
treecdd1f49ecbe35f8bdf4ac0218a732399b70371af
parent7ef12cd7b2d39d04586bcd129382ffbd4cdfd984 (diff)
include: configs: Add config header file for Agilex7 M-series
Add config header file for new platform Agilex7 M-series. Signed-off-by: Tingting Meng <tingting.meng@altera.com> Signed-off-by: Alif Zakuan Yuslaimi <alif.zakuan.yuslaimi@altera.com> Reviewed-by: Tien Fong Chee <tien.fong.chee@altera.com>
-rw-r--r--include/configs/socfpga_agilex7m_socdk.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/configs/socfpga_agilex7m_socdk.h b/include/configs/socfpga_agilex7m_socdk.h
new file mode 100644
index 00000000000..deff70ee67a
--- /dev/null
+++ b/include/configs/socfpga_agilex7m_socdk.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0
+ *
+ * Copyright (C) 2025 Altera Corporation <www.altera.com>
+ *
+ */
+
+#ifndef __CONFIG_SOCFGPA_AGILEX7M_H__
+#define __CONFIG_SOCFGPA_AGILEX7M_H__
+
+#include <configs/socfpga_soc64_common.h>
+
+#endif /* __CONFIG_SOCFGPA_AGILEX7M_H__ */