ARM: socfpga: Add new CycloneV SoC Devboards DBM-SoC1 board
authorMarek Vasut <marex@denx.de>
Sat, 24 Feb 2018 22:34:00 +0000 (23:34 +0100)
committerMarek Vasut <marex@denx.de>
Mon, 26 Feb 2018 13:06:02 +0000 (14:06 +0100)
commit7fb464302ea805ec326cc81507adf38e4d6d777b
tree1d9ae3e173f1d09d361113a45e8ab1bf4d0f4669
parent85447f785ce8c0ab8e40850dc457a1fc833d224f
ARM: socfpga: Add new CycloneV SoC Devboards DBM-SoC1 board

Add support for a new boards from devboards.de , the DBM-SoC1 .
This board has one ethernet port, one USB OTG port and USB UART.

Signed-off-by: Marek Vasut <marex@denx.de>
12 files changed:
arch/arm/dts/Makefile
arch/arm/dts/socfpga_cyclone5_dbm_soc1.dts [new file with mode: 0644]
arch/arm/mach-socfpga/Kconfig
board/devboards/dbm-soc1/MAINTAINERS [new file with mode: 0644]
board/devboards/dbm-soc1/Makefile [new file with mode: 0644]
board/devboards/dbm-soc1/qts/iocsr_config.h [new file with mode: 0644]
board/devboards/dbm-soc1/qts/pinmux_config.h [new file with mode: 0644]
board/devboards/dbm-soc1/qts/pll_config.h [new file with mode: 0644]
board/devboards/dbm-soc1/qts/sdram_config.h [new file with mode: 0644]
board/devboards/dbm-soc1/socfpga.c [new file with mode: 0644]
configs/socfpga_dbm_soc1_defconfig [new file with mode: 0644]
include/configs/socfpga_dbm_soc1.h [new file with mode: 0644]