diff options
author | Akshay Bhat <akshay.bhat@timesys.com> | 2016-07-29 11:44:46 -0400 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-09-06 18:22:48 +0200 |
commit | ff3832205eb53b3e0ceebb6cd5d8891e0ec455d9 (patch) | |
tree | 8f0a5fdb0535708720be9f8f923dcd0939631d2b /board/advantech/dms-ba16/dms-ba16_2g.cfg | |
parent | 76b21efd555b9bc7e4e7fb8ebc7de2558403731a (diff) |
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
Diffstat (limited to 'board/advantech/dms-ba16/dms-ba16_2g.cfg')
-rw-r--r-- | board/advantech/dms-ba16/dms-ba16_2g.cfg | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/board/advantech/dms-ba16/dms-ba16_2g.cfg b/board/advantech/dms-ba16/dms-ba16_2g.cfg new file mode 100644 index 0000000000..a731af60e8 --- /dev/null +++ b/board/advantech/dms-ba16/dms-ba16_2g.cfg @@ -0,0 +1,25 @@ +/* + * + * Copyright 2015 Timesys Corporation. + * Copyright 2015 General Electric Company + * + * SPDX-License-Identifier: GPL-2.0+ + * + * Refer doc/README.imximage for more details about how-to configure + * and create imximage boot image + * + * The syntax is taken as close as possible with the kwbimage + */ + +IMAGE_VERSION 2 +BOOT_FROM sd + +#define __ASSEMBLY__ +#include <config.h> +#include "asm/arch/mx6-ddr.h" +#include "asm/arch/iomux.h" +#include "asm/arch/crm_regs.h" + +#include "ddr-setup.cfg" +#include "samsung-2g.cfg" +#include "clocks.cfg" |