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