mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-08-09 06:14:34 +02:00
The Agilex7-M devkit contains an Agilex7M SoC, which is a newly branded version of the original Agilex SoC. The Agilex7M core peripherals are identical to the Agilex SoC. We can re-use the socfpga_agilex.dtsi for this devkit. The Agilex7-M devkit supports PCIE 5.0(x16), DDR4, DDR5, LPDDR5 and does not have QSPI. Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
14 lines
489 B
Makefile
14 lines
489 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
dtb-$(CONFIG_ARCH_INTEL_SOCFPGA) += socfpga_agilex_n6000.dtb \
|
|
socfpga_agilex_socdk.dtb \
|
|
socfpga_agilex_socdk_emmc.dtb \
|
|
socfpga_agilex_socdk_nand.dtb \
|
|
socfpga_agilex3_socdk.dtb \
|
|
socfpga_agilex5_socdk.dtb \
|
|
socfpga_agilex5_socdk_013b.dtb \
|
|
socfpga_agilex5_socdk_modular.dtb \
|
|
socfpga_agilex5_socdk_nand.dtb \
|
|
socfpga_agilex7m_socdk.dtb \
|
|
socfpga_n5x_socdk.dtb
|
|
dtb-$(CONFIG_ARCH_KEEMBAY) += keembay-evm.dtb
|