xref: /linux/arch/parisc/include/asm/serial.h (revision 95e9fd10f06cb5642028b6b851e32b8c8afb4571)
1 /*
2  * include/asm-parisc/serial.h
3  */
4 
5 /*
6  * This is used for 16550-compatible UARTs
7  */
8 #define BASE_BAUD ( 1843200 / 16 )
9 
10 #define SERIAL_PORT_DFNS
11