mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

The Agilex5 devkit supports a separate NAND daughter card. The NAND daughter card replaces the SDMMC slot that is on the default daughter card thus requires a separate board dts file. Signed-off-by: Niravkumar L Rabara <niravkumar.l.rabara@intel.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
8 lines
311 B
Makefile
8 lines
311 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_nand.dtb \
|
|
socfpga_agilex5_socdk.dtb \
|
|
socfpga_agilex5_socdk_nand.dtb \
|
|
socfpga_n5x_socdk.dtb
|
|
dtb-$(CONFIG_ARCH_KEEMBAY) += keembay-evm.dtb
|