mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
ec03445c9e
This commit adds a Device Tree description for the Marvell Armada 8040 Development Board. It features a quad-core Cortex A72 Armada 8040 SoC, with a large number of peripherals: dual Gigabit, dual 10 GBit, 6 PCIe interfaces, 6 SATA ports, 4 USB 3.0 ports, and more. Only a subset of the functionalities are supported so far, and additional features will be progressively enabled in the future. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
13 lines
341 B
Makefile
13 lines
341 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
|
|
dtb-$(CONFIG_ARCH_MVEBU) += armada-7040-db.dtb
|
|
dtb-$(CONFIG_ARCH_MVEBU) += armada-8040-db.dtb
|
|
|
|
always := $(dtb-y)
|
|
subdir-y := $(dts-dirs)
|
|
clean-files := *.dtb
|