--- zzzz-none-000/linux-3.10.107/include/uapi/linux/serial_core.h 2017-06-27 09:49:32.000000000 +0000 +++ vr9-7490-729/linux-3.10.107/include/uapi/linux/serial_core.h 2021-11-10 11:53:56.000000000 +0000 @@ -54,7 +54,8 @@ #define PORT_ALTR_16550_F32 26 /* Altera 16550 UART with 32 FIFOs */ #define PORT_ALTR_16550_F64 27 /* Altera 16550 UART with 64 FIFOs */ #define PORT_ALTR_16550_F128 28 /* Altera 16550 UART with 128 FIFOs */ -#define PORT_MAX_8250 28 /* max port ID */ +#define PORT_UR8 29 +#define PORT_MAX_8250 29 /* max port ID */ /* * ARM specific type numbers. These are not currently guaranteed @@ -226,4 +227,9 @@ /* Rocketport EXPRESS/INFINITY */ #define PORT_RP2 102 +#define PORT_IFX_ASC 103 + +/* Atheros High Speed UART */ +#define PORT_ATHEROS_HI 104 + #endif /* _UAPILINUX_SERIAL_CORE_H */