d3f4759bcf
Add a cut-down version of the DTS file for the community board MACCHIATOBin from SolidRun based on Marvell Armada 8040 SoC to suit the current mainlined Armada 8040 state. This brings support for mainly SATA, SPI flash and UART. The USB descriptions are included but are not tested in this form due to the lack of mainline GPIO. Signed-off-by: Konstantin Porotchkin <kostap@marvell.com> Acked-by: Rabeeh Khoury <rabeeh@solid-run.com> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
15 lines
447 B
Makefile
15 lines
447 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-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
|
|
|
|
always := $(dtb-y)
|
|
subdir-y := $(dts-dirs)
|
|
clean-files := *.dtb
|