[PATCH] m68knommu: add 5208 ColdFire UART support
authorGreg Ungerer <gerg@snapgear.com>
Wed, 2 Nov 2005 05:11:08 +0000 (15:11 +1000)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 2 Nov 2005 05:41:20 +0000 (21:41 -0800)
Add support for the UARTs on the ColdFire 5208 family.
Patch originally from Matt Wadell (from code originally written by
Mike Lavender).

Signed-off-by: Greg Ungerer <gerg@uclinux.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-m68knommu/mcfuart.h

index 9c1210613bc78ef925efff098196020b8b8d0857..b016fad83119a9b7cdfea60b51dd59a9ee43fc6f 100644 (file)
 #define MCFUART_BASE1          0x1c0           /* Base address of UART1 */
 #define MCFUART_BASE2          0x200           /* Base address of UART2 */
 #endif
+#elif defined(CONFIG_M520x)
+#define MCFUART_BASE1          0x60000         /* Base address of UART1 */
+#define MCFUART_BASE2          0x64000         /* Base address of UART2 */
+#define MCFUART_BASE3          0x68000         /* Base address of UART2 */
 #endif
 
 
This page took 0.043947 seconds and 5 git commands to generate.