Based off b80915eb99
and compacted into a single commit so that it will fit on the uni git server
9 lines
124 B
C
9 lines
124 B
C
/*
|
|
* include/asm-parisc/serial.h
|
|
*/
|
|
|
|
/*
|
|
* This is used for 16550-compatible UARTs
|
|
*/
|
|
#define BASE_BAUD ( 1843200 / 16 )
|