arm: socfpga: Re-add support for Aries MCV SoM and MCVEV[KP] board
authorWolfgang Grandegger <wg@aries-embedded.de>
Sun, 12 May 2019 17:25:18 +0000 (19:25 +0200)
committerMarek Vasut <marex@denx.de>
Tue, 14 May 2019 17:52:39 +0000 (19:52 +0200)
commit990ed4452cb744402f82362ba2299f29d5a888b4
tree6b214dca8fa29f3299103299f8e7dfb82f2bbb6f
parent48ec73453ae909230585188191d0cace646a2b17
arm: socfpga: Re-add support for Aries MCV SoM and MCVEV[KP] board

Re-add support for Aries Embedded MCV SoM, which is CycloneV based
and the associated MCVEVK and MCVEVP baseboard. The board can boot
from eMMC. Ethernet and USB is supported.

The Aries Embedded boards have been removed with commit 03b54997d568
("board/aries: Remove"). I will now take care of them.

The device-tree files are from mainline Linux commit e93c9c99a629
("Linux v5.1)".

Signed-off-by: Wolfgang Grandegger <wg@aries-embedded.de>
CC: Marek Vasut <marex@denx.de>
CC: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
14 files changed:
arch/arm/dts/Makefile
arch/arm/dts/socfpga_cyclone5_mcv.dtsi [new file with mode: 0644]
arch/arm/dts/socfpga_cyclone5_mcvevk-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/socfpga_cyclone5_mcvevk.dts [new file with mode: 0644]
arch/arm/mach-socfpga/Kconfig
board/aries/mcvevk/MAINTAINERS [new file with mode: 0644]
board/aries/mcvevk/Makefile [new file with mode: 0644]
board/aries/mcvevk/qts/iocsr_config.h [new file with mode: 0644]
board/aries/mcvevk/qts/pinmux_config.h [new file with mode: 0644]
board/aries/mcvevk/qts/pll_config.h [new file with mode: 0644]
board/aries/mcvevk/qts/sdram_config.h [new file with mode: 0644]
board/aries/mcvevk/socfpga.c [new file with mode: 0644]
configs/socfpga_mcvevk_defconfig [new file with mode: 0644]
include/configs/socfpga_mcvevk.h [new file with mode: 0644]