]> git.ipfire.org Git - people/ms/u-boot.git/commit
arc: Add support for HS Development Kit board
authorAlexey Brodkin <abrodkin@synopsys.com>
Fri, 25 Nov 2016 13:23:43 +0000 (16:23 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Thu, 29 Jun 2017 16:34:10 +0000 (19:34 +0300)
commit67482f57e6127d7d3e216dae6860dac7b33132d5
tree011454261249ba6989bd84ed78055211d8c40309
parent97a63144a906827ad7e3c4ef18d641c2765b1ebc
arc: Add support for HS Development Kit board

ARC HS Development Kit board is a new low-cost
development platform sporting ARC HS38 in real silicon
with nice set of features such as:
 * Quad-core ARC HS38 with 512 kB L2 cache and running @1GHz
 * 4Gb of DDR (we use only lowest 1Gb out of it now)
 * Lots of DesigWare peripherals
 * Different connectivity modules:
     - Synopsys HAPS HT3
     - Arduino-compatible connector
     - MikroBUS

This initial commit supports the following peripherals:
 * UART (DW 8250)
 * Ethernet (DW GMAC)
 * SD/MMC (DW Mobile Storage)
 * USB 1.1 & 2.0

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
arch/arc/Kconfig
arch/arc/dts/Makefile
arch/arc/dts/hsdk.dts [new file with mode: 0644]
board/synopsys/hsdk/Kconfig [new file with mode: 0644]
board/synopsys/hsdk/MAINTAINERS [new file with mode: 0644]
board/synopsys/hsdk/Makefile [new file with mode: 0644]
board/synopsys/hsdk/hsdk.c [new file with mode: 0644]
configs/hsdk_defconfig [new file with mode: 0644]
include/configs/hsdk.h [new file with mode: 0644]