mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 07:33:19 +02:00
The Agilex devkit supports a separate eMMC daughter card. The eMMC daughter card replaces the SDMMC slot that is on the default daughter card and thus requires a separate board dts file. Signed-off-by: Ng Tze Yee <tzeyee.ng@altera.com> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
13 lines
456 B
Makefile
13 lines
456 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_n5x_socdk.dtb
|
|
dtb-$(CONFIG_ARCH_KEEMBAY) += keembay-evm.dtb
|