arm: mvebu: Add Helios4 Armada 38x initial support
authorDennis Gilmore <dennis@ausil.us>
Tue, 12 Jun 2018 00:39:53 +0000 (19:39 -0500)
committerStefan Roese <sr@denx.de>
Tue, 12 Jun 2018 11:17:19 +0000 (13:17 +0200)
commitae28a5f830936ca285ec65d3f5f70fdcef95ab92
tree83284f400b30bc929a93a63299107cee5182a88d
parent813d1fb56dc0af9567feb86cd71c49f14662044b
arm: mvebu: Add Helios4 Armada 38x initial support

The helios4 is built on the SolidRun Armada 38x SOM.
The port os based on the ClearFog board, using information from
https://github.com/helios-4/u-boot-marvell as well as dtb input
from https://github.com/helios-4/linux-marvell

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
Signed-off-by: Dennis Gilmore <dgilmore@redhat.com>
Signed-off-by: Stefan Roese <sr@denx.de>
arch/arm/dts/Makefile
arch/arm/dts/armada-388-helios4.dts [new file with mode: 0644]
arch/arm/dts/armada-38x-solidrun-microsom.dtsi [new file with mode: 0644]
arch/arm/mach-mvebu/Kconfig
board/kobol/helios4/MAINTAINERS [new file with mode: 0644]
board/kobol/helios4/Makefile [new file with mode: 0644]
board/kobol/helios4/README [new file with mode: 0644]
board/kobol/helios4/helios4.c [new file with mode: 0644]
board/kobol/helios4/kwbimage.cfg [new file with mode: 0644]
configs/helios4_defconfig [new file with mode: 0644]
include/configs/helios4.h [new file with mode: 0644]