From 02b5d2ed867e92b56fa54b94685edb196fde98bf Mon Sep 17 00:00:00 2001 From: Shaohui Xie Date: Wed, 11 Nov 2015 17:58:37 +0800 Subject: armv8/ls1043aqds: add LS1043AQDS board support LS1043AQDS Specification: ------------------------- Memory subsystem: * 2GByte DDR4 DIMM * 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: * Two RGMII ports * XFI 10G port * SGMII * QSGMII with 4x 1G 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 Signed-off-by: Mingkai Hu Signed-off-by: Hou Zhiqiang Signed-off-by: Gong Qianyu [York Sun: Add CONFIG_SYS_NS16550=y in defconfig] Reviewed-by: York Sun --- configs/ls1043aqds_defconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 configs/ls1043aqds_defconfig (limited to 'configs/ls1043aqds_defconfig') diff --git a/configs/ls1043aqds_defconfig b/configs/ls1043aqds_defconfig new file mode 100644 index 0000000..18e0e5d --- /dev/null +++ b/configs/ls1043aqds_defconfig @@ -0,0 +1,4 @@ +CONFIG_SYS_EXTRA_OPTIONS="SYS_FSL_DDR4" +CONFIG_ARM=y +CONFIG_TARGET_LS1043AQDS=y +CONFIG_SYS_NS16550=y -- cgit v1.1 From 630532f51fd4e0b32aeb40dca63a0a8915c040b9 Mon Sep 17 00:00:00 2001 From: Gong Qianyu Date: Wed, 11 Nov 2015 17:58:38 +0800 Subject: armv8/ls1043aqds: dts: add dtb support Reuse the dts files from ls1043a linux kernel. Signed-off-by: Gong Qianyu Reviewed-by: York Sun --- configs/ls1043aqds_defconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/ls1043aqds_defconfig') diff --git a/configs/ls1043aqds_defconfig b/configs/ls1043aqds_defconfig index 18e0e5d..60fb0ad 100644 --- a/configs/ls1043aqds_defconfig +++ b/configs/ls1043aqds_defconfig @@ -2,3 +2,5 @@ CONFIG_SYS_EXTRA_OPTIONS="SYS_FSL_DDR4" CONFIG_ARM=y CONFIG_TARGET_LS1043AQDS=y CONFIG_SYS_NS16550=y +CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1043a-qds" +CONFIG_OF_CONTROL=y -- cgit v1.1