summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTingting Meng <[email protected]>2025-08-03 18:24:52 -0700
committerTien Fong Chee <[email protected]>2025-08-08 22:20:52 +0800
commitf64130138aa743e1508f275c56593b85168b53a2 (patch)
treecdd1f49ecbe35f8bdf4ac0218a732399b70371af /include
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 <[email protected]> Signed-off-by: Alif Zakuan Yuslaimi <[email protected]> Reviewed-by: Tien Fong Chee <[email protected]>
Diffstat (limited to 'include')
-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__ */