mips: Add support for SoM "VoCore2".
authorMauro Condarelli <mc5686@mclink.it>
Tue, 18 Feb 2020 08:34:48 +0000 (09:34 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Mon, 27 Apr 2020 18:30:14 +0000 (20:30 +0200)
commit3fd023143237a5271a21ccec4b94440df257a5a7
treeac9e2b46c165eea68da893c14f2236d66eca8604
parent04d21a93fa36e43f992ed224dc9615492c578ce2
mips: Add support for SoM "VoCore2".

Small patch to add support for VoCore/VoCore2 board.

VoCore is open hardware and runs OpenWrt/LEDE.
It has WIFI, USB, UART, 20+ GPIOs but is only one inch square.
It will help you to make a smart house, study embedded system
or even make the tiniest router in the world.

Details about this SoM can be found at "https://vocore.io/v2.html".

Signed-off-by: Mauro Condarelli <mc5686@mclink.it>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/mips/dts/Makefile
arch/mips/dts/vocore_vocore2.dts [new file with mode: 0644]
arch/mips/mach-mtmips/Kconfig
board/vocore/vocore2/Kconfig [new file with mode: 0644]
board/vocore/vocore2/MAINTAINERS [new file with mode: 0644]
board/vocore/vocore2/Makefile [new file with mode: 0644]
board/vocore/vocore2/board.c [new file with mode: 0644]
configs/vocore2_defconfig [new file with mode: 0644]
include/configs/vocore2.h [new file with mode: 0644]