update to 2.6.9-rc1
[linux-flexiantxendom0-3.2.10.git] / include / asm-arm / arch-iop3xx / serial.h
1 /*
2  * include/asm-arm/arch-iop3xx/serial.h
3  */
4 #include <linux/config.h>
5
6 /*
7  * This assumes you have a 1.8432 MHz clock for your UART.
8  *
9  * It'd be nice if someone built a serial card with a 24.576 MHz
10  * clock, since the 16550A is capable of handling a top speed of 1.5
11  * megabits/second; but this requires the faster clock.
12  */
13 #define BASE_BAUD ( 1843200 / 16 )
14
15 /* Standard COM flags */
16 #define STD_COM_FLAGS (ASYNC_BOOT_AUTOCONF | ASYNC_SKIP_TEST)
17
18 #ifdef CONFIG_ARCH_IQ80321
19
20 #define IRQ_UART1       IRQ_IQ80321_UART
21
22 #define STD_SERIAL_PORT_DEFNS                   \
23        /* UART CLK      PORT        IRQ        FLAGS        */                  \
24         { 0, BASE_BAUD, 0xfe800000, IRQ_UART1, STD_COM_FLAGS },  /* ttyS0 */
25 #endif // CONFIG_ARCH_IQ80321
26
27
28 #define EXTRA_SERIAL_PORT_DEFNS
29