armv8/ls1043ardb: Add LS1043ARDB board support
authorMingkai Hu <Mingkai.Hu@freescale.com>
Mon, 26 Oct 2015 11:47:52 +0000 (19:47 +0800)
committerYork Sun <yorksun@freescale.com>
Thu, 29 Oct 2015 17:34:01 +0000 (10:34 -0700)
commitf3a8e2b7d41ca9039e934b5a59899dd57c577fa3
tree7ef53f37bd79d91736b251bb49dde1354016b46a
parent8281c58fd46d095e28e60b2fb0ce84b4444896f8
armv8/ls1043ardb: Add LS1043ARDB board support

LS1043ARDB Specification:
-------------------------
Memory subsystem:
 * 2GByte DDR4 SDRAM (32bit bus)
 * 128 Mbyte NOR flash single-chip memory
 * 512 Mbyte NAND flash
 * 16 Mbyte high-speed SPI flash
 * SD connector to interface with the SD memory card

Ethernet:
 * XFI 10G port
 * QSGMII with 4x 1G ports
 * Two RGMII ports

PCIe:
 * PCIe2 (Lanes C) to mini-PCIe slot
 * PCIe3 (Lanes D) to PCIe slot

USB 3.0: two super speed USB 3.0 type A ports

UART: supports two UARTs up to 115200 bps for console

Signed-off-by: Hou Zhiqiang <B48286@freescale.com>
Signed-off-by: Li Yang <leoli@freescale.com>
Signed-off-by: Mingkai Hu <Mingkai.Hu@freescale.com>
Signed-off-by: York Sun <yorksun@freescale.com>
Signed-off-by: Gong Qianyu <Qianyu.Gong@freescale.com>
15 files changed:
arch/arm/Kconfig
arch/arm/cpu/armv8/fsl-layerscape/Makefile
arch/arm/cpu/armv8/fsl-layerscape/ls1043a_serdes.c [new file with mode: 0644]
board/freescale/ls1043ardb/Kconfig [new file with mode: 0644]
board/freescale/ls1043ardb/MAINTAINERS [new file with mode: 0644]
board/freescale/ls1043ardb/Makefile [new file with mode: 0644]
board/freescale/ls1043ardb/README [new file with mode: 0644]
board/freescale/ls1043ardb/cpld.c [new file with mode: 0644]
board/freescale/ls1043ardb/cpld.h [new file with mode: 0644]
board/freescale/ls1043ardb/ddr.c [new file with mode: 0644]
board/freescale/ls1043ardb/ddr.h [new file with mode: 0644]
board/freescale/ls1043ardb/ls1043ardb.c [new file with mode: 0644]
configs/ls1043ardb_defconfig [new file with mode: 0644]
include/configs/ls1043a_common.h [new file with mode: 0644]
include/configs/ls1043ardb.h [new file with mode: 0644]