summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/arm/Makefile
diff options
context:
space:
mode:
authorLiviu Dudau <Liviu.Dudau@arm.com>2014-11-11 17:32:11 +0000
committerArnd Bergmann <arnd@arndb.de>2014-11-20 17:53:30 +0100
commit71f867ec130e3cc8e692366fdf8941ded27c727e (patch)
tree5811f009f5be2eb79280515034fbdcde2a38950f /arch/arm64/boot/dts/arm/Makefile
parente9d4ac655b8305488b2baf8dc0f0a46918acb7d0 (diff)
arm64: Add Juno board device tree.
This adds support for ARM's Juno development board (rev 0). It enables most of the board peripherals: UART, I2C, USB, MMC and 100Mb ethernet. There is no support at the moment for clock setting and HDLCD driver which depends on it. Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/boot/dts/arm/Makefile')
-rw-r--r--arch/arm64/boot/dts/arm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/arm/Makefile b/arch/arm64/boot/dts/arm/Makefile
index 43d1404bb3c1..301a0dada1fe 100644
--- a/arch/arm64/boot/dts/arm/Makefile
+++ b/arch/arm64/boot/dts/arm/Makefile
@@ -1,4 +1,5 @@
dtb-$(CONFIG_ARCH_VEXPRESS) += foundation-v8.dtb
+dtb-$(CONFIG_ARCH_VEXPRESS) += juno.dtb
dtb-$(CONFIG_ARCH_VEXPRESS) += rtsm_ve-aemv8a.dtb
always := $(dtb-y)