]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: socfpga: Add support for Terasic SoCkit board
authorMarek Vasut <marex@denx.de>
Sun, 21 Jun 2015 15:28:53 +0000 (17:28 +0200)
committerMarek Vasut <marex@denx.de>
Fri, 4 Sep 2015 09:54:21 +0000 (11:54 +0200)
commit952caa289ee10c7426d28e37bb3130e95a6d6431
tree03e38e7cbe8c19b0acd9b1b9a12936ed1036fa4d
parenta665b051b5a191c2b5c1c8ed238ccf7d29b7109b
arm: socfpga: Add support for Terasic SoCkit board

Add support for Terasic SoCkit, which is CycloneV based board.
The board can boot either from SD/MMC or QSPI. Ethernet is also
supported.

Signed-off-by: Marek Vasut <marex@denx.de>
12 files changed:
arch/arm/dts/Makefile
arch/arm/dts/socfpga_cyclone5_sockit.dts [new file with mode: 0644]
arch/arm/mach-socfpga/Kconfig
board/terasic/sockit/MAINTAINERS [new file with mode: 0644]
board/terasic/sockit/Makefile [new file with mode: 0644]
board/terasic/sockit/qts/iocsr_config.h [new file with mode: 0644]
board/terasic/sockit/qts/pinmux_config.h [new file with mode: 0644]
board/terasic/sockit/qts/pll_config.h [new file with mode: 0644]
board/terasic/sockit/qts/sdram_config.h [new file with mode: 0644]
board/terasic/sockit/socfpga.c [new file with mode: 0644]
configs/socfpga_sockit_defconfig [new file with mode: 0644]
include/configs/socfpga_sockit.h [new file with mode: 0644]