m68knommu: add basic mmu-less m548x support
[firefly-linux-kernel-4.4.55.git] / arch / m68k / include / asm / mcfuart.h
index 01a8716c5fc558253538b9cbea14a923b8b889be..af16f3be4e19f451ac73f0c99e36240003ddf525 100644 (file)
 #define MCFUART_BASE1          0xfc060000      /* Base address of UART1 */
 #define MCFUART_BASE2          0xfc064000      /* Base address of UART2 */
 #define MCFUART_BASE3          0xfc068000      /* Base address of UART3 */
+#elif defined(CONFIG_M548x)
+#define MCFUART_BASE1          0x8600          /* on M548x */
+#define MCFUART_BASE2          0x8700          /* on M548x */
+#define MCFUART_BASE3          0x8800          /* on M548x */
+#define MCFUART_BASE4          0x8900          /* on M548x */
 #endif