aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/Makefile
diff options
context:
space:
mode:
authorDinh Nguyen <dinguyen@opensource.altera.com>2014-09-04 17:45:56 -0400
committerDinh Nguyen <dinguyen@opensource.altera.com>2014-11-21 00:08:42 -0500
commit475dc86d08de4af61b6e8524bbcdbf8d675cb4fa (patch)
tree499b98442fdd1c59461e1d10f057f2836fa25ba8 /arch/arm/boot/dts/Makefile
parentc1ad85d77224b91448761a3f0ab0d14459c7bb44 (diff)
arm: dts: socfpga: Add a base DTSI for Altera's Arria10 SOC
The Arria 10 is latest SOC+FPGA from the Altera SOCFPGA platform. The Arria10 SOC shares some similarities with the SOCFPGA Cyclone5 and Arria5, but there are enough differences to warrant a new base dtsi. The differences are: * 3 EMAC controllers * 5 I2C controllers * 3 SPI controllers * 1.5 GHZ dual A9s * Support for DDR4 Besides the usual memory map and IRQ changes, the clock framework will be different, so this patch just adds the fixed-clocks. Signed-off-by: Thor Thayer <tthayer@opensource.altera.com> Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r--arch/arm/boot/dts/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index 38c89cafa1ab..b1905a7c8c1d 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -397,6 +397,7 @@ dtb-$(CONFIG_ARCH_SHMOBILE_MULTI) += emev2-kzm9d.dtb \
397 r8a7779-marzen.dtb \ 397 r8a7779-marzen.dtb \
398 r8a7794-alt.dtb 398 r8a7794-alt.dtb
399dtb-$(CONFIG_ARCH_SOCFPGA) += socfpga_arria5_socdk.dtb \ 399dtb-$(CONFIG_ARCH_SOCFPGA) += socfpga_arria5_socdk.dtb \
400 socfpga_arria10_socdk.dtb \
400 socfpga_cyclone5_socdk.dtb \ 401 socfpga_cyclone5_socdk.dtb \
401 socfpga_cyclone5_sockit.dtb \ 402 socfpga_cyclone5_sockit.dtb \
402 socfpga_cyclone5_socrates.dtb \ 403 socfpga_cyclone5_socrates.dtb \