summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorWenbin Song <wenbin.song@nxp.com>2016-01-21 17:14:55 +0800
committerYork Sun <york.sun@nxp.com>2016-01-27 08:13:12 -0800
commit2970e14f652db18f5353f26f84e21f7dac84576d (patch)
tree3799e651f0f83145d02e8c78ab33776a5fcbb6c2 /configs
parent8e728aa915ab220e40ef68fe2b53f2fae5fbc42e (diff)
downloadblackbird-obmc-uboot-2970e14f652db18f5353f26f84e21f7dac84576d.tar.gz
blackbird-obmc-uboot-2970e14f652db18f5353f26f84e21f7dac84576d.zip
armv8/ls1043aqds: Add lpuart support
Add lpuart support using the driver model. Signed-off-by: Wenbin Song <wenbin.song@nxp.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/ls1043aqds_lpuart_defconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/ls1043aqds_lpuart_defconfig b/configs/ls1043aqds_lpuart_defconfig
new file mode 100644
index 0000000000..21d6407c5e
--- /dev/null
+++ b/configs/ls1043aqds_lpuart_defconfig
@@ -0,0 +1,10 @@
+CONFIG_ARM=y
+CONFIG_TARGET_LS1043AQDS=y
+CONFIG_DM_SERIAL=y
+CONFIG_DM_SPI=y
+CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1043a-qds-lpuart"
+CONFIG_SYS_EXTRA_OPTIONS="SYS_FSL_DDR4,LPUART"
+CONFIG_OF_CONTROL=y
+CONFIG_DM=y
+CONFIG_SPI_FLASH=y
+CONFIG_FSL_LPUART=y
OpenPOWER on IntegriCloud