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