arm: socfpga: Add the terasic de10-standard board
authorHumberto Naves <hsnaves@gmail.com>
Mon, 23 May 2022 01:54:57 +0000 (21:54 -0400)
committerMarek Vasut <marex@denx.de>
Mon, 23 May 2022 19:28:07 +0000 (21:28 +0200)
commit1b05136a6ca8387175ca7bf1aa66a9c40a153cc2
tree37e64d0806d036b0098c2625e65836384fc20aa4
parentc0a1409d21e7b342566dccb9cc1d38209aabc5ff
arm: socfpga: Add the terasic de10-standard board

Use the de10-nano files as templates for the de10-standard board.
The files in qts directory are generated by quartus from the GHRD
design.

Signed-off-by: Humberto Naves <hsnaves@gmail.com>
Reviewed-by: Marek Vasut <marex@denx.de>
arch/arm/dts/socfpga_cyclone5_de10_standard.dts [new file with mode: 0644]
arch/arm/mach-socfpga/Kconfig
board/terasic/de10-standard/MAINTAINERS [new file with mode: 0644]
board/terasic/de10-standard/Makefile [new file with mode: 0644]
board/terasic/de10-standard/qts/iocsr_config.h [new file with mode: 0644]
board/terasic/de10-standard/qts/pinmux_config.h [new file with mode: 0644]
board/terasic/de10-standard/qts/pll_config.h [new file with mode: 0644]
board/terasic/de10-standard/qts/sdram_config.h [new file with mode: 0644]
board/terasic/de10-standard/socfpga.c [new file with mode: 0644]
configs/socfpga_de10_standard_defconfig [new file with mode: 0644]
include/configs/socfpga_de10_standard.h [new file with mode: 0644]