initial commit with v2.6.9
[linux-2.6.9-moxart.git] / include / asm-arm / arch-ixp4xx / serial.h
blob93d6c38503a923ceef68fa6e7df7e17464c475de
1 /*
2 * include/asm-arm/arch-ixp4xx/serial.h
4 * Author: Deepak Saxena <dsaxena@plexity.net>
6 * Copyright (C) 2002-2004 MontaVista Software, Inc.
7 *
8 */
10 #ifndef _ARCH_SERIAL_H_
11 #define _ARCH_SERIAL_H_
14 * We don't hardcode our serial port information but instead
15 * fill it in dynamically based on our platform in arch->map_io.
16 * This allows for per-board serial ports w/o a bunch of
17 * #ifdefs in this file.
19 #define STD_SERIAL_PORT_DEFNS
20 #define EXTRA_SERIAL_PORT_DEFNS
23 * IXP4XX uses 15.6MHz clock for uart
25 #define BASE_BAUD ( IXP4XX_UART_XTAL / 16 )
27 #endif // _ARCH_SERIAL_H_