Commit 4df22c80 authored by Greg Ungerer's avatar Greg Ungerer Committed by Linus Torvalds

[PATCH] m68knommu: add 527x and 528x support to ColdFire UART definitions

Add conditional support for the 527x and 528x UART hardware to the common
ColdFire serial port header.
Signed-off-by: default avatarGreg Ungerer <gerg@snapgear.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent fc34af09
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#define MCFUART_BASE1 0x140 /* Base address of UART1 */ #define MCFUART_BASE1 0x140 /* Base address of UART1 */
#define MCFUART_BASE2 0x180 /* Base address of UART2 */ #define MCFUART_BASE2 0x180 /* Base address of UART2 */
#endif #endif
#elif defined(CONFIG_M5282) #elif defined(CONFIG_M527x) || defined(CONFIG_M528x)
#define MCFUART_BASE1 0x200 /* Base address of UART1 */ #define MCFUART_BASE1 0x200 /* Base address of UART1 */
#define MCFUART_BASE2 0x240 /* Base address of UART2 */ #define MCFUART_BASE2 0x240 /* Base address of UART2 */
#define MCFUART_BASE3 0x280 /* Base address of UART3 */ #define MCFUART_BASE3 0x280 /* Base address of UART3 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment