File update-to-uart2.patch of Package imx-atf
From 0b351121e564b83df37c983707068e1870b4cef6 Mon Sep 17 00:00:00 2001
From: Oetze van den Broek <vandenbroek@inventeers.nl>
Date: Tue, 19 Aug 2025 15:06:09 +0200
Subject: [PATCH] Change uart
---
plat/imx/imx93/include/platform_def.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plat/imx/imx93/include/platform_def.h b/plat/imx/imx93/include/platform_def.h
index ff99195b8..20a598bd6 100644
--- a/plat/imx/imx93/include/platform_def.h
+++ b/plat/imx/imx93/include/platform_def.h
@@ -58,7 +58,7 @@
#define MAX_MMAP_REGIONS 16
#endif
-#define IMX_LPUART_BASE U(0x44380000)
+#define IMX_LPUART_BASE U(0x44390000)
#define IMX_BOOT_UART_CLK_IN_HZ U(24000000) /* Select 24MHz oscillator */
#define IMX_CONSOLE_BAUDRATE 115200
--
2.46.0.windows.1