mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-08 01:08:45 +00:00
The Intel eASIC N5X platform shares the same register map as the Agilex platform, thus, we can re-use the socfpga_agilex.dtsi as the base DTSI. Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
6 lines
228 B
Makefile
6 lines
228 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
dtb-$(CONFIG_ARCH_AGILEX) += socfpga_agilex_socdk.dtb \
|
|
socfpga_agilex_socdk_nand.dtb
|
|
dtb-$(CONFIG_ARCH_KEEMBAY) += keembay-evm.dtb
|
|
dtb-$(CONFIG_ARCH_N5X) += socfpga_n5x_socdk.dtb
|