diff options
author | Marek Vasut <marex@denx.de> | 2015-12-01 18:09:52 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2016-06-01 22:44:14 +0200 |
commit | 569a191a864cee66e3d0763179e8688499de0377 (patch) | |
tree | 3546c3813f6dce6b6cc63747906588f176c8e945 /board/samtec/vining_fpga/MAINTAINERS | |
parent | 8b528709c5bba6a8d0ec83b20545bbd75f082704 (diff) |
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
Diffstat (limited to 'board/samtec/vining_fpga/MAINTAINERS')
-rw-r--r-- | board/samtec/vining_fpga/MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/board/samtec/vining_fpga/MAINTAINERS b/board/samtec/vining_fpga/MAINTAINERS new file mode 100644 index 0000000000..c2002fe3ce --- /dev/null +++ b/board/samtec/vining_fpga/MAINTAINERS @@ -0,0 +1,5 @@ +VINING FPGA BOARD +M: Marek Vasut <marex@denx.de> +S: Maintained +F: include/configs/socfpga_vining_fpga.h +F: configs/socfpga_vining_fpga_defconfig |