arm: socfpga: Add samtec VIN|ING board
authorMarek Vasut <marex@denx.de>
Tue, 1 Dec 2015 17:09:52 +0000 (18:09 +0100)
committerMarek Vasut <marex@denx.de>
Wed, 1 Jun 2016 20:44:14 +0000 (22:44 +0200)
commit569a191a864cee66e3d0763179e8688499de0377
tree3546c3813f6dce6b6cc63747906588f176c8e945
parent8b528709c5bba6a8d0ec83b20545bbd75f082704
arm: socfpga: Add samtec VIN|ING board

Add support for board based on the popular Altera Cyclone V SoC.
This board has the following properties:
 - 1 GiB of DRAM
 - 1 Gigabit ethernet
 - 1 USB gadget port
 - 1 USB host port with an on-board hub
 - 2 QSPI NORs connected to the Cadence QSPI core
 - Multiple I2C EEPROMs and one I2C temperature sensor

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Cc: Chin Liang See <clsee@altera.com>
---
V2: Update the defconfig as per Tom's request
12 files changed:
arch/arm/dts/Makefile
arch/arm/dts/socfpga_cyclone5_vining_fpga.dts [new file with mode: 0644]
arch/arm/mach-socfpga/Kconfig
board/samtec/vining_fpga/MAINTAINERS [new file with mode: 0644]
board/samtec/vining_fpga/Makefile [new file with mode: 0644]
board/samtec/vining_fpga/qts/iocsr_config.h [new file with mode: 0644]
board/samtec/vining_fpga/qts/pinmux_config.h [new file with mode: 0644]
board/samtec/vining_fpga/qts/pll_config.h [new file with mode: 0644]
board/samtec/vining_fpga/qts/sdram_config.h [new file with mode: 0644]
board/samtec/vining_fpga/socfpga.c [new file with mode: 0644]
configs/socfpga_vining_fpga_defconfig [new file with mode: 0644]
include/configs/socfpga_vining_fpga.h [new file with mode: 0644]