summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/marvell/Makefile
diff options
context:
space:
mode:
authorHanna Hawa <hannah@marvell.com>2017-08-10 14:28:54 +0300
committerGregory CLEMENT <gregory.clement@free-electrons.com>2017-08-24 09:56:41 +0200
commitbf32f2aeb2f73b7e5cee3c95f232ae5af97d45f6 (patch)
tree70116691b6ba2c2750082ff4e3e974a1c0dcd1f5 /arch/arm64/boot/dts/marvell/Makefile
parent0ea62502a5146cfe98696a152894ebb9afbee9d4 (diff)
downloadlinux-stable-bf32f2aeb2f73b7e5cee3c95f232ae5af97d45f6.tar.gz
linux-stable-bf32f2aeb2f73b7e5cee3c95f232ae5af97d45f6.tar.bz2
linux-stable-bf32f2aeb2f73b7e5cee3c95f232ae5af97d45f6.zip
arm64: dts: marvell: add Device Tree files for Armada-8KP
This commit adds the base Device Tree files for the Armada 8KPlus. The Armada 8KP SoCs include several hardware blocks, and this commit only adds support for the AP810 block, that contains the CPU core and basic peripherals. AP810 is a high-performance die, includes octal core application processor based ARMv8-A architecture, two standard high speed DDR4 interface, and GIC-600 interrupt controller. AP810 Built as part of Marvell’s MoChi AP family products. Armada-8080 (8KPlus family), include an AP810 block that contains the CPU core and basic peripherals. This commit creates the following hierarchy: * armada-ap810-ap0.dtsi - definitions common to AP810 * armada-ap810-ap0-octa-core.dtsi - description of the octa cores * armada-8080.dtsi - description of the 8080 SoC * armada-8080-db.dts - description of the 8080 board Signed-off-by: Hanna Hawa <hannah@marvell.com> Acked-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm64/boot/dts/marvell/Makefile')
-rw-r--r--arch/arm64/boot/dts/marvell/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/Makefile b/arch/arm64/boot/dts/marvell/Makefile
index 3e6ce6c15a74..6cff81eeaae2 100644
--- a/arch/arm64/boot/dts/marvell/Makefile
+++ b/arch/arm64/boot/dts/marvell/Makefile
@@ -8,6 +8,7 @@ dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-espressobin.dtb
dtb-$(CONFIG_ARCH_MVEBU) += armada-7040-db.dtb
dtb-$(CONFIG_ARCH_MVEBU) += armada-8040-db.dtb
dtb-$(CONFIG_ARCH_MVEBU) += armada-8040-mcbin.dtb
+dtb-$(CONFIG_ARCH_MVEBU) += armada-8080-db.dtb
always := $(dtb-y)
subdir-y := $(dts-dirs)