diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2016-11-25 16:23:43 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2017-06-29 19:34:10 +0300 |
commit | 67482f57e6127d7d3e216dae6860dac7b33132d5 (patch) | |
tree | 011454261249ba6989bd84ed78055211d8c40309 /board/synopsys/hsdk/Makefile | |
parent | 97a63144a906827ad7e3c4ef18d641c2765b1ebc (diff) |
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>
Diffstat (limited to 'board/synopsys/hsdk/Makefile')
-rw-r--r-- | board/synopsys/hsdk/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/synopsys/hsdk/Makefile b/board/synopsys/hsdk/Makefile new file mode 100644 index 0000000000..d84dd03265 --- /dev/null +++ b/board/synopsys/hsdk/Makefile @@ -0,0 +1,7 @@ +# +# Copyright (C) 2017 Synopsys, Inc. All rights reserved. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += hsdk.o |