aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/asm-m68knommu/mcfuart.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-m68knommu/mcfuart.h b/include/asm-m68knommu/mcfuart.h
index 8040e43786be..dc0146c5258b 100644
--- a/include/asm-m68knommu/mcfuart.h
+++ b/include/asm-m68knommu/mcfuart.h
@@ -44,6 +44,10 @@
44#define MCFUART_BASE1 0x60000 /* Base address of UART1 */ 44#define MCFUART_BASE1 0x60000 /* Base address of UART1 */
45#define MCFUART_BASE2 0x64000 /* Base address of UART2 */ 45#define MCFUART_BASE2 0x64000 /* Base address of UART2 */
46#define MCFUART_BASE3 0x68000 /* Base address of UART2 */ 46#define MCFUART_BASE3 0x68000 /* Base address of UART2 */
47#elif defined(CONFIG_M532x)
48#define MCFUART_BASE1 0xfc060000 /* Base address of UART1 */
49#define MCFUART_BASE2 0xfc064000 /* Base address of UART2 */
50#define MCFUART_BASE3 0xfc068000 /* Base address of UART3 */
47#endif 51#endif
48 52
49 53