]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: imx: Add support for Advantech DMS-BA16 board
authorAkshay Bhat <akshay.bhat@timesys.com>
Fri, 29 Jul 2016 15:44:46 +0000 (11:44 -0400)
committerStefano Babic <sbabic@denx.de>
Tue, 6 Sep 2016 16:22:48 +0000 (18:22 +0200)
commitff3832205eb53b3e0ceebb6cd5d8891e0ec455d9
tree8f0a5fdb0535708720be9f8f923dcd0939631d2b
parent76b21efd555b9bc7e4e7fb8ebc7de2558403731a
arm: imx: Add support for Advantech DMS-BA16 board

Add support for Advantech DMS-BA16 board. The board is based on Advantech
BA16 module which has a i.MX6D processor. The board supports:
 - FEC Ethernet
 - USB Ports
 - SDHC and MMC boot
 - SPI NOR
 - LVDS and HDMI display

Basic information about the module:
 - Module manufacturer: Advantech
 - CPU: Freescale ARM Cortex-A9 i.MX6D
 - SPECS:
     Up to 2GB Onboard DDR3 Memory;
     Up to 16GB Onboard eMMC NAND Flash
     Supports OpenGL ES 2.0 and OpenVG 1.1
     HDMI, 24-bit LVDS
     1x UART, 2x I2C, 8x GPIO,
     4x Host USB 2.0 port, 1x USB OTG port,
     1x micro SD (SDHC),1x SDIO, 1x SATA II,
     1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2

Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Cc: u-boot@lists.denx.de
Cc: sbabic@denx.de
14 files changed:
arch/arm/cpu/armv7/mx6/Kconfig
board/advantech/dms-ba16/Kconfig [new file with mode: 0644]
board/advantech/dms-ba16/MAINTAINERS [new file with mode: 0644]
board/advantech/dms-ba16/Makefile [new file with mode: 0644]
board/advantech/dms-ba16/clocks.cfg [new file with mode: 0644]
board/advantech/dms-ba16/ddr-setup.cfg [new file with mode: 0644]
board/advantech/dms-ba16/dms-ba16.c [new file with mode: 0644]
board/advantech/dms-ba16/dms-ba16_1g.cfg [new file with mode: 0644]
board/advantech/dms-ba16/dms-ba16_2g.cfg [new file with mode: 0644]
board/advantech/dms-ba16/micron-1g.cfg [new file with mode: 0644]
board/advantech/dms-ba16/samsung-2g.cfg [new file with mode: 0644]
configs/dms-ba16-1g_defconfig [new file with mode: 0644]
configs/dms-ba16_defconfig [new file with mode: 0644]
include/configs/advantech_dms-ba16.h [new file with mode: 0644]