X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=include%2Fasm-m68knommu%2Fmcfuart.h;h=dc0146c5258b745bc3ebf094029626dfbf35eaaa;hb=a7124d799a674a276a566d602479c0a370274c8f;hp=b016fad83119a9b7cdfea60b51dd59a9ee43fc6f;hpb=06227039b5eb8ed5965f995e45c8cfee154fb883;p=safe%2Fjmp%2Flinux-2.6 diff --git a/include/asm-m68knommu/mcfuart.h b/include/asm-m68knommu/mcfuart.h index b016fad..dc0146c 100644 --- a/include/asm-m68knommu/mcfuart.h +++ b/include/asm-m68knommu/mcfuart.h @@ -12,7 +12,6 @@ #define mcfuart_h /****************************************************************************/ -#include /* * Define the base address of the UARTS within the MBAR address @@ -45,6 +44,10 @@ #define MCFUART_BASE1 0x60000 /* Base address of UART1 */ #define MCFUART_BASE2 0x64000 /* Base address of UART2 */ #define MCFUART_BASE3 0x68000 /* Base address of UART2 */ +#elif defined(CONFIG_M532x) +#define MCFUART_BASE1 0xfc060000 /* Base address of UART1 */ +#define MCFUART_BASE2 0xfc064000 /* Base address of UART2 */ +#define MCFUART_BASE3 0xfc068000 /* Base address of UART3 */ #endif