summaryrefslogtreecommitdiff
path: root/include/fsl_lpuart.h
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2021-08-07 11:00:44 +0300
committerStefano Babic <sbabic@denx.de>2021-08-09 15:46:51 +0300
commit166bc7fba05db2435ebc7b5b5954f0ed35f82b14 (patch)
tree2874777e1d46b429770e03b07df06df684680bc6 /include/fsl_lpuart.h
parent0bf4a77e1f7c2a59cbc9c7d9436d58262760a6d9 (diff)
downloadu-boot-166bc7fba05db2435ebc7b5b5954f0ed35f82b14.tar.xz
driver: serial: fsl_lpuart: support i.MX8ULP
i.MX8ULP lpuart has same register layout as i.MX7ULP and i.MX8 Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include/fsl_lpuart.h')
-rw-r--r--include/fsl_lpuart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fsl_lpuart.h b/include/fsl_lpuart.h
index 511fb84367..18e5cc15d6 100644
--- a/include/fsl_lpuart.h
+++ b/include/fsl_lpuart.h
@@ -5,7 +5,7 @@
*/
#if defined(CONFIG_ARCH_MX7ULP) || defined(CONFIG_ARCH_IMX8) || \
- defined(CONFIG_ARCH_IMXRT)
+ defined(CONFIG_ARCH_IMXRT) || defined(CONFIG_ARCH_IMX8ULP)
struct lpuart_fsl_reg32 {
u32 verid;
u32 param;