提交 7dbdd91f 编写于 作者: G Greg Ungerer 提交者: Linus Torvalds

[PATCH] m68knommu: include support for the ColdFire 523x processor UARTs

Add support definitions for the integrated UARTs on the 523x ColdFire
processor family.
Signed-off-by: NGreg Ungerer <gerg@uclinux.com>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 ee721126
...@@ -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_M527x) || defined(CONFIG_M528x) #elif defined(CONFIG_M523x) || 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册