ARM: Add Support for the VInCo platform
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Wed, 16 Dec 2015 16:01:44 +0000 (17:01 +0100)
committerAndreas Bießmann <andreas.devel@googlemail.com>
Fri, 19 Feb 2016 14:12:13 +0000 (15:12 +0100)
commit522e4fbb7676de12767b61ce89cef6656476809e
treec2262b7d43f667e4ade9c614958516a9f85f59cc
parentf7cf291aa788eb5b64c0d16de529b1a378f509bb
ARM: Add Support for the VInCo platform

The Versatile Industrial Communication platform is a community oriented
board from Landis + Gyr. It comes with:
- an RS-485 port
- 2 Ethernet ports
- a wireless M-BUS
- a 4G modem
- a 4MB SPI flash
- a 4GB eMMC

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
[rebase on current TOT]
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
arch/arm/mach-at91/Kconfig
board/l+g/vinco/Kconfig [new file with mode: 0644]
board/l+g/vinco/Makefile [new file with mode: 0644]
board/l+g/vinco/vinco.c [new file with mode: 0644]
configs/vinco_defconfig [new file with mode: 0644]
include/configs/vinco.h [new file with mode: 0644]