driver: serial: fsl_lpuart: support i.MX8ULP
authorPeng Fan <peng.fan@nxp.com>
Sat, 7 Aug 2021 08:00:44 +0000 (16:00 +0800)
committerStefano Babic <sbabic@denx.de>
Mon, 9 Aug 2021 12:46:51 +0000 (14:46 +0200)
i.MX8ULP lpuart has same register layout as i.MX7ULP and i.MX8

Signed-off-by: Peng Fan <peng.fan@nxp.com>
include/fsl_lpuart.h

index 511fb84..18e5cc1 100644 (file)
@@ -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;