mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 12:56:00 +01:00
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>
This commit is contained in:
parent
0bf4a77e1f
commit
166bc7fba0
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(CONFIG_ARCH_MX7ULP) || defined(CONFIG_ARCH_IMX8) || \
|
#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 {
|
struct lpuart_fsl_reg32 {
|
||||||
u32 verid;
|
u32 verid;
|
||||||
u32 param;
|
u32 param;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user