Add initial dtsi files to support Marvell Armada 3700 SoC with Cortex-A53 CPUs. There are two members in this family: the Armada 3710 (Single CPU) and the Armada 3720 (Dual CPUs). It also adds a dts file for the Marvell Armada 3720 DB board. Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
11 lines
247 B
Makefile
11 lines
247 B
Makefile
# Berlin SoC Family
|
|
dtb-$(CONFIG_ARCH_BERLIN) += berlin4ct-dmp.dtb
|
|
dtb-$(CONFIG_ARCH_BERLIN) += berlin4ct-stb.dtb
|
|
|
|
# Mvebu SoC Family
|
|
dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-db.dtb
|
|
|
|
always := $(dtb-y)
|
|
subdir-y := $(dts-dirs)
|
|
clean-files := *.dtb
|