|
@@ -12,49 +12,6 @@
|
|
|
#define mcfuart_h
|
|
|
/****************************************************************************/
|
|
|
|
|
|
-/*
|
|
|
- * Define the base address of the UARTS within the MBAR address
|
|
|
- * space.
|
|
|
- */
|
|
|
-#if defined(CONFIG_M5272)
|
|
|
-#define MCFUART_BASE1 0x100 /* Base address of UART1 */
|
|
|
-#define MCFUART_BASE2 0x140 /* Base address of UART2 */
|
|
|
-#elif defined(CONFIG_M5206) || defined(CONFIG_M5206e)
|
|
|
-#if defined(CONFIG_NETtel)
|
|
|
-#define MCFUART_BASE1 0x180 /* Base address of UART1 */
|
|
|
-#define MCFUART_BASE2 0x140 /* Base address of UART2 */
|
|
|
-#else
|
|
|
-#define MCFUART_BASE1 0x140 /* Base address of UART1 */
|
|
|
-#define MCFUART_BASE2 0x180 /* Base address of UART2 */
|
|
|
-#endif
|
|
|
-#elif defined(CONFIG_M523x) || defined(CONFIG_M527x) || defined(CONFIG_M528x)
|
|
|
-#define MCFUART_BASE1 0x200 /* Base address of UART1 */
|
|
|
-#define MCFUART_BASE2 0x240 /* Base address of UART2 */
|
|
|
-#define MCFUART_BASE3 0x280 /* Base address of UART3 */
|
|
|
-#elif defined(CONFIG_M5249) || defined(CONFIG_M5307) || defined(CONFIG_M5407)
|
|
|
-#if defined(CONFIG_NETtel) || defined(CONFIG_SECUREEDGEMP3)
|
|
|
-#define MCFUART_BASE1 0x200 /* Base address of UART1 */
|
|
|
-#define MCFUART_BASE2 0x1c0 /* Base address of UART2 */
|
|
|
-#else
|
|
|
-#define MCFUART_BASE1 0x1c0 /* Base address of UART1 */
|
|
|
-#define MCFUART_BASE2 0x200 /* Base address of UART2 */
|
|
|
-#endif
|
|
|
-#elif defined(CONFIG_M520x)
|
|
|
-#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 */
|
|
|
-#elif defined(CONFIG_M54xx)
|
|
|
-#define MCFUART_BASE1 0x8600 /* on M54xx */
|
|
|
-#define MCFUART_BASE2 0x8700 /* on M54xx */
|
|
|
-#define MCFUART_BASE3 0x8800 /* on M54xx */
|
|
|
-#define MCFUART_BASE4 0x8900 /* on M54xx */
|
|
|
-#endif
|
|
|
-
|
|
|
-
|
|
|
#include <linux/serial_core.h>
|
|
|
#include <linux/platform_device.h>
|
|
|
|