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