From 7dfa44f72edb482d184613d0199e17dfc116d2f8 Mon Sep 17 00:00:00 2001 From: Yuantian Tang Date: Thu, 19 Mar 2020 16:48:23 +0800 Subject: 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 Signed-off-by: Yuantian Tang Reviewed-by: Priyanka Jain --- include/configs/ls1028aqds.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include') diff --git a/include/configs/ls1028aqds.h b/include/configs/ls1028aqds.h index 818b994b907..b91016987b2 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 -- cgit v1.2.3