mirror of
https://github.com/torvalds/linux.git
synced 2026-09-26 10:02:02 +02:00
Add initial device tree support for the Intel SoCFPGA Agilex72 platform. This introduces the SoC DTSI and the SoCDK board DTS as the first upstream submission for this platform. The Agilex72 SoC features a heterogeneous CPU cluster with Cortex-A520 and Cortex-A720 cores, and includes an SMMU v3 for memory management. Signed-off-by: Nazim Amirul <muhammad.nazim.amirul.nazle.asmade@altera.com> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
15 lines
522 B
Makefile
15 lines
522 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_agilex72_socdk.dtb \
|
|
socfpga_agilex7m_socdk.dtb \
|
|
socfpga_n5x_socdk.dtb
|
|
dtb-$(CONFIG_ARCH_KEEMBAY) += keembay-evm.dtb
|