]> git.ipfire.org Git - people/ms/u-boot.git/commit
armv8: ls1046aqds: Add LS1046AQDS board support
authorShaohui Xie <Shaohui.Xie@nxp.com>
Wed, 7 Sep 2016 09:56:14 +0000 (17:56 +0800)
committerYork Sun <york.sun@nxp.com>
Wed, 14 Sep 2016 21:11:10 +0000 (14:11 -0700)
commit126fe70d7746d7e60a6331391cab6713368b78dc
tree493e24425877158f124d576bea9d29bc365c3385
parentdd02936f81de477680f27af244fd2085ce460152
armv8: ls1046aqds: Add LS1046AQDS board support

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

Ethernet:
 * Two XFI 10G ports
 * Two SGMII ports
 * Two RGMII ports

PCIe: supports Gen 1 and Gen 2

SATA 3.0: one SATA 3.0 port

USB 3.0: two micro AB connector and one type A connector

UART: supports two UARTs up to 115200 bps for console

Signed-off-by: Shaohui Xie <Shaohui.Xie@nxp.com>
Signed-off-by: Mingkai Hu <mingkai.hu@nxp.com>
Signed-off-by: Gong Qianyu <Qianyu.Gong@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
25 files changed:
arch/arm/Kconfig
arch/arm/dts/Makefile
arch/arm/dts/fsl-ls1046a-qds-duart.dts [new file with mode: 0644]
arch/arm/dts/fsl-ls1046a-qds.dtsi [new file with mode: 0644]
board/freescale/common/vid.c
board/freescale/ls1046aqds/Kconfig [new file with mode: 0644]
board/freescale/ls1046aqds/MAINTAINERS [new file with mode: 0644]
board/freescale/ls1046aqds/Makefile [new file with mode: 0644]
board/freescale/ls1046aqds/README [new file with mode: 0644]
board/freescale/ls1046aqds/ddr.c [new file with mode: 0644]
board/freescale/ls1046aqds/ddr.h [new file with mode: 0644]
board/freescale/ls1046aqds/eth.c [new file with mode: 0644]
board/freescale/ls1046aqds/ls1046aqds.c [new file with mode: 0644]
board/freescale/ls1046aqds/ls1046aqds_pbi.cfg [new file with mode: 0644]
board/freescale/ls1046aqds/ls1046aqds_qixis.h [new file with mode: 0644]
board/freescale/ls1046aqds/ls1046aqds_rcw_nand.cfg [new file with mode: 0644]
board/freescale/ls1046aqds/ls1046aqds_rcw_sd_ifc.cfg [new file with mode: 0644]
board/freescale/ls1046aqds/ls1046aqds_rcw_sd_qspi.cfg [new file with mode: 0644]
configs/ls1046aqds_defconfig [new file with mode: 0644]
configs/ls1046aqds_nand_defconfig [new file with mode: 0644]
configs/ls1046aqds_qspi_defconfig [new file with mode: 0644]
configs/ls1046aqds_sdcard_ifc_defconfig [new file with mode: 0644]
configs/ls1046aqds_sdcard_qspi_defconfig [new file with mode: 0644]
include/configs/ls1046a_common.h
include/configs/ls1046aqds.h [new file with mode: 0644]