2005-04-17 07:20:36 +09:00
|
|
|
/*
|
|
|
|
* include/asm-parisc/serial.h
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
2006-08-29 02:53:30 +09:00
|
|
|
* This is used for 16550-compatible UARTs
|
2005-04-17 07:20:36 +09:00
|
|
|
*/
|
2006-08-29 02:53:30 +09:00
|
|
|
#define BASE_BAUD ( 1843200 / 16 )
|
2005-04-17 07:20:36 +09:00
|
|
|
|
2005-06-30 02:45:19 +09:00
|
|
|
#define SERIAL_PORT_DFNS
|