]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/socfpga_is1.h
ARM: socfpga: add support for IS1 board
authorPavel Machek <pavel@denx.de>
Tue, 7 Jun 2016 10:37:23 +0000 (12:37 +0200)
committerMarek Vasut <marex@denx.de>
Wed, 8 Jun 2016 00:56:30 +0000 (02:56 +0200)
commit35546f6f2014282cc4f9772324b5588bd44a2938
treeda2ba91b375aacfdd9cf6c929ef809fca48cd218
parentb104b3dc1dd90cdbf67ccf3c51b06e4f1592fe91
ARM: socfpga: add support for IS1 board

This adds support for IS1 board. Pretty usual socfpga board,
256MB of RAM, does not have MMC, two SPI chips, one ethernet port, two
additional ethernet ports connected to the FPGA.

Signed-off-by: Pavel Machek <pavel@denx.de>
12 files changed:
arch/arm/dts/Makefile
arch/arm/dts/socfpga_cyclone5_is1.dts [new file with mode: 0644]
arch/arm/mach-socfpga/Kconfig
board/is1/MAINTAINERS [new file with mode: 0644]
board/is1/Makefile [new file with mode: 0644]
board/is1/qts/iocsr_config.h [new file with mode: 0644]
board/is1/qts/pinmux_config.h [new file with mode: 0644]
board/is1/qts/pll_config.h [new file with mode: 0644]
board/is1/qts/sdram_config.h [new file with mode: 0644]
board/is1/socfpga.c [new file with mode: 0644]
configs/socfpga_is1_defconfig [new file with mode: 0644]
include/configs/socfpga_is1.h [new file with mode: 0644]