arc: Add support for IoT development kit
authorAlexey Brodkin <abrodkin@synopsys.com>
Wed, 24 Jan 2018 18:37:14 +0000 (21:37 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Fri, 5 Oct 2018 13:57:00 +0000 (16:57 +0300)
commit5396e8b1dd0ad9741b04f506ef88b5fb49d4c82a
treee61be616d3f0cb863c07a130dd24130145538ba0
parentf31414a0ed15b4ad39de9500c15c4c46b326cda4
arc: Add support for IoT development kit

The DesignWare ARC IoT Development Kit is a versatile platform
that includes the necessary hardware and software to accelerate
software development and debugging of sensor fusion,
voice recognition and face detection designs.

More information is avaialble here [1] and here [2].

The board is based on real silicon with
ARC EM9D-based Data Fusion IP Subsystem.

It sports a rich set of I/O including
 * DW USB OTG
 * DW MobileStorage (used for micro SD-card)
 * GPIO
 * multiple serial interface including DW APB UART
 * ADC, PWM and eFlash, SRAM and SPI Flash memory
 * Real-Time Clock (RTC)
 * Bluetooth module with worldwide regulatory compliance
   (FCC, IC, CE, ETSI, TELEC)
 * On-board 9-axis sensor (gyro, accelerometer and compass)

Extensible with Arduino, Pmod, mikroBUS connectors and a 2x18
extension header.

One of the most interesting features for developers is built-in
Digilent USB JTAG probe so only micro-USB cable is needed!

[1] https://www.synopsys.com/dw/ipdir.php?ds=arc_iot_development_kit
[2] https://www.synopsys.com/dw/doc.php/ds/cc/iot_dev_kit.pdf

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
arch/arc/Kconfig
arch/arc/dts/Makefile
arch/arc/dts/iot_devkit.dts [new file with mode: 0644]
board/synopsys/iot_devkit/Kconfig [new file with mode: 0644]
board/synopsys/iot_devkit/MAINTAINERS [new file with mode: 0644]
board/synopsys/iot_devkit/Makefile [new file with mode: 0644]
board/synopsys/iot_devkit/config.mk [new file with mode: 0644]
board/synopsys/iot_devkit/iot_devkit.c [new file with mode: 0644]
board/synopsys/iot_devkit/u-boot.lds [new file with mode: 0644]
configs/iot_devkit_defconfig [new file with mode: 0644]
include/configs/iot_devkit.h [new file with mode: 0644]