aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYuantian Tang <andy.tang@nxp.com>2020-03-19 16:48:23 +0800
committerPriyanka Jain <priyanka.jain@nxp.com>2020-04-29 11:10:54 +0530
commit7dfa44f72edb482d184613d0199e17dfc116d2f8 (patch)
treeb8bd2c106136f020f66769867be8b64c59fddf57 /include
parent643f5b47ec06519815db1d63a2dba29bcedaa4fa (diff)
downloadu-boot-7dfa44f72edb482d184613d0199e17dfc116d2f8.zip
u-boot-7dfa44f72edb482d184613d0199e17dfc116d2f8.tar.gz
u-boot-7dfa44f72edb482d184613d0199e17dfc116d2f8.tar.bz2
board: freescale: ls1028a: mux changes for lpuart
mux changes in board file to enable lpuart1 and macro define for lpuart1 used for mux changes in board configuation register 13 Signed-off-by: Vabhav Sharma <vabhav.sharma@nxp.com> Signed-off-by: Yuantian Tang <andy.tang@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/ls1028aqds.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/ls1028aqds.h b/include/configs/ls1028aqds.h
index 818b994..b910169 100644
--- a/include/configs/ls1028aqds.h
+++ b/include/configs/ls1028aqds.h
@@ -66,6 +66,13 @@
#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
#endif
+/* LPUART */
+#ifdef CONFIG_LPUART
+#define CONFIG_LPUART_32B_REG
+#define CFG_LPUART_MUX_MASK 0xf0
+#define CFG_LPUART_EN 0xf0
+#endif
+
/* SATA */
#define CONFIG_SCSI_AHCI_PLAT