mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
10 lines
150 B
C
10 lines
150 B
C
/*
|
|
* include/asm-parisc/serial.h
|
|
*/
|
|
|
|
/*
|
|
* This is used for 16550-compatible UARTs
|
|
*/
|
|
#define BASE_BAUD ( 1843200 / 16 )
|
|
|
|
#define SERIAL_PORT_DFNS
|