diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2015-12-17 13:19:19 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-12-21 17:19:04 +0300 |
commit | 3869394ae461a41bb2b2bff98adfe6020b47e635 (patch) | |
tree | ac630c42e3c7fb31e950d8164a0ddd42e551c40d /arch/arm/boot/dts/Makefile | |
parent | 0a804b5729bb0021e63662b772db0f52de653056 (diff) | |
download | linux-3869394ae461a41bb2b2bff98adfe6020b47e635.tar.xz |
ARM: at91/dt: Add Support for the L+G 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>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 0e965358304b..c7e0ec5678be 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -50,7 +50,8 @@ dtb-$(CONFIG_SOC_SAM_V7) += \ sama5d36ek.dtb \ at91-sama5d4_ma5d4evk.dtb \ at91-sama5d4_xplained.dtb \ - at91-sama5d4ek.dtb + at91-sama5d4ek.dtb \ + at91-vinco.dtb dtb-$(CONFIG_ARCH_ATLAS6) += \ atlas6-evb.dtb dtb-$(CONFIG_ARCH_ATLAS7) += \ |