diff options
Diffstat (limited to 'include/asm-m68knommu/mcfuart.h')
-rw-r--r-- | include/asm-m68knommu/mcfuart.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/asm-m68knommu/mcfuart.h b/include/asm-m68knommu/mcfuart.h index 873d0805219c..ef2293873612 100644 --- a/include/asm-m68knommu/mcfuart.h +++ b/include/asm-m68knommu/mcfuart.h | |||
@@ -12,7 +12,6 @@ | |||
12 | #define mcfuart_h | 12 | #define mcfuart_h |
13 | /****************************************************************************/ | 13 | /****************************************************************************/ |
14 | 14 | ||
15 | |||
16 | /* | 15 | /* |
17 | * Define the base address of the UARTS within the MBAR address | 16 | * Define the base address of the UARTS within the MBAR address |
18 | * space. | 17 | * space. |
@@ -20,7 +19,7 @@ | |||
20 | #if defined(CONFIG_M5272) | 19 | #if defined(CONFIG_M5272) |
21 | #define MCFUART_BASE1 0x100 /* Base address of UART1 */ | 20 | #define MCFUART_BASE1 0x100 /* Base address of UART1 */ |
22 | #define MCFUART_BASE2 0x140 /* Base address of UART2 */ | 21 | #define MCFUART_BASE2 0x140 /* Base address of UART2 */ |
23 | #elif defined(CONFIG_M5204) || defined(CONFIG_M5206) || defined(CONFIG_M5206e) | 22 | #elif defined(CONFIG_M5206) || defined(CONFIG_M5206e) |
24 | #if defined(CONFIG_NETtel) | 23 | #if defined(CONFIG_NETtel) |
25 | #define MCFUART_BASE1 0x180 /* Base address of UART1 */ | 24 | #define MCFUART_BASE1 0x180 /* Base address of UART1 */ |
26 | #define MCFUART_BASE2 0x140 /* Base address of UART2 */ | 25 | #define MCFUART_BASE2 0x140 /* Base address of UART2 */ |
@@ -33,7 +32,7 @@ | |||
33 | #define MCFUART_BASE2 0x240 /* Base address of UART2 */ | 32 | #define MCFUART_BASE2 0x240 /* Base address of UART2 */ |
34 | #define MCFUART_BASE3 0x280 /* Base address of UART3 */ | 33 | #define MCFUART_BASE3 0x280 /* Base address of UART3 */ |
35 | #elif defined(CONFIG_M5249) || defined(CONFIG_M5307) || defined(CONFIG_M5407) | 34 | #elif defined(CONFIG_M5249) || defined(CONFIG_M5307) || defined(CONFIG_M5407) |
36 | #if defined(CONFIG_NETtel) || defined(CONFIG_DISKtel) || defined(CONFIG_SECUREEDGEMP3) | 35 | #if defined(CONFIG_NETtel) || defined(CONFIG_SECUREEDGEMP3) |
37 | #define MCFUART_BASE1 0x200 /* Base address of UART1 */ | 36 | #define MCFUART_BASE1 0x200 /* Base address of UART1 */ |
38 | #define MCFUART_BASE2 0x1c0 /* Base address of UART2 */ | 37 | #define MCFUART_BASE2 0x1c0 /* Base address of UART2 */ |
39 | #else | 38 | #else |
@@ -72,7 +71,7 @@ struct mcf_platform_uart { | |||
72 | #define MCFUART_UTB 0x0c /* Transmit Buffer (w) */ | 71 | #define MCFUART_UTB 0x0c /* Transmit Buffer (w) */ |
73 | #define MCFUART_UIPCR 0x10 /* Input Port Change (r) */ | 72 | #define MCFUART_UIPCR 0x10 /* Input Port Change (r) */ |
74 | #define MCFUART_UACR 0x10 /* Auxiliary Control (w) */ | 73 | #define MCFUART_UACR 0x10 /* Auxiliary Control (w) */ |
75 | #define MCFUART_UISR 0x14 /* Interrup Status (r) */ | 74 | #define MCFUART_UISR 0x14 /* Interrupt Status (r) */ |
76 | #define MCFUART_UIMR 0x14 /* Interrupt Mask (w) */ | 75 | #define MCFUART_UIMR 0x14 /* Interrupt Mask (w) */ |
77 | #define MCFUART_UBG1 0x18 /* Baud Rate MSB (r/w) */ | 76 | #define MCFUART_UBG1 0x18 /* Baud Rate MSB (r/w) */ |
78 | #define MCFUART_UBG2 0x1c /* Baud Rate LSB (r/w) */ | 77 | #define MCFUART_UBG2 0x1c /* Baud Rate LSB (r/w) */ |