diff options
author | Tony Luck <tony.luck@intel.com> | 2005-11-03 12:09:08 -0500 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-11-03 12:09:08 -0500 |
commit | 55725495f2175d0be2a5ed4135c2ea298b470001 (patch) | |
tree | 6005d0c7a95d994bf7ec8e6410dbd5a573e86fdf /include/asm-m68knommu/mcfuart.h | |
parent | 067794a1170ef61e295aea1719cf4a1ce20200f8 (diff) | |
parent | 06024f217d607369f0ee0071034ebb03071d5fb2 (diff) |
Auto-update from upstream
Diffstat (limited to 'include/asm-m68knommu/mcfuart.h')
-rw-r--r-- | include/asm-m68knommu/mcfuart.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-m68knommu/mcfuart.h b/include/asm-m68knommu/mcfuart.h index 9c1210613bc7..b016fad83119 100644 --- a/include/asm-m68knommu/mcfuart.h +++ b/include/asm-m68knommu/mcfuart.h | |||
@@ -41,6 +41,10 @@ | |||
41 | #define MCFUART_BASE1 0x1c0 /* Base address of UART1 */ | 41 | #define MCFUART_BASE1 0x1c0 /* Base address of UART1 */ |
42 | #define MCFUART_BASE2 0x200 /* Base address of UART2 */ | 42 | #define MCFUART_BASE2 0x200 /* Base address of UART2 */ |
43 | #endif | 43 | #endif |
44 | #elif defined(CONFIG_M520x) | ||
45 | #define MCFUART_BASE1 0x60000 /* Base address of UART1 */ | ||
46 | #define MCFUART_BASE2 0x64000 /* Base address of UART2 */ | ||
47 | #define MCFUART_BASE3 0x68000 /* Base address of UART2 */ | ||
44 | #endif | 48 | #endif |
45 | 49 | ||
46 | 50 | ||