.. | .. |
---|
26 | 26 | /* |
---|
27 | 27 | * The type definitions. These are from Ted Ts'o's serial.h |
---|
28 | 28 | */ |
---|
29 | | -#define PORT_UNKNOWN 0 |
---|
30 | | -#define PORT_8250 1 |
---|
31 | | -#define PORT_16450 2 |
---|
32 | | -#define PORT_16550 3 |
---|
33 | | -#define PORT_16550A 4 |
---|
34 | | -#define PORT_CIRRUS 5 |
---|
35 | | -#define PORT_16650 6 |
---|
36 | | -#define PORT_16650V2 7 |
---|
37 | | -#define PORT_16750 8 |
---|
38 | | -#define PORT_STARTECH 9 |
---|
39 | | -#define PORT_16C950 10 |
---|
40 | | -#define PORT_16654 11 |
---|
41 | | -#define PORT_16850 12 |
---|
42 | | -#define PORT_RSA 13 |
---|
43 | 29 | #define PORT_NS16550A 14 |
---|
44 | 30 | #define PORT_XSCALE 15 |
---|
45 | 31 | #define PORT_RM9000 16 /* PMC-Sierra RM9xxx internal UART */ |
---|
.. | .. |
---|
78 | 64 | |
---|
79 | 65 | /* Nuvoton UART */ |
---|
80 | 66 | #define PORT_NPCM 40 |
---|
| 67 | + |
---|
| 68 | +/* NVIDIA Tegra Combined UART */ |
---|
| 69 | +#define PORT_TEGRA_TCU 41 |
---|
81 | 70 | |
---|
82 | 71 | /* Intel EG20 */ |
---|
83 | 72 | #define PORT_PCH_8LINE 44 |
---|
.. | .. |
---|
126 | 115 | /* Motorola i.MX SoC */ |
---|
127 | 116 | #define PORT_IMX 62 |
---|
128 | 117 | |
---|
129 | | -/* Marvell MPSC */ |
---|
| 118 | +/* Marvell MPSC (obsolete unused) */ |
---|
130 | 119 | #define PORT_MPSC 63 |
---|
131 | 120 | |
---|
132 | 121 | /* TXX9 type number */ |
---|
.. | .. |
---|
147 | 136 | |
---|
148 | 137 | #define PORT_PNX8XXX 70 |
---|
149 | 138 | |
---|
150 | | -/* Hilscher netx */ |
---|
151 | | -#define PORT_NETX 71 |
---|
152 | | - |
---|
153 | 139 | /* SUN4V Hypervisor Console */ |
---|
154 | 140 | #define PORT_SUNHV 72 |
---|
155 | 141 | |
---|
.. | .. |
---|
160 | 146 | |
---|
161 | 147 | /* Blackfin bf5xx */ |
---|
162 | 148 | #define PORT_BFIN 75 |
---|
163 | | - |
---|
164 | | -/* Micrel KS8695 */ |
---|
165 | | -#define PORT_KS8695 76 |
---|
166 | 149 | |
---|
167 | 150 | /* Broadcom SB1250, etc. SOC */ |
---|
168 | 151 | #define PORT_SB1250_DUART 77 |
---|
.. | .. |
---|
281 | 264 | /* MediaTek BTIF */ |
---|
282 | 265 | #define PORT_MTK_BTIF 117 |
---|
283 | 266 | |
---|
| 267 | +/* RDA UART */ |
---|
| 268 | +#define PORT_RDA 118 |
---|
| 269 | + |
---|
| 270 | +/* Socionext Milbeaut UART */ |
---|
| 271 | +#define PORT_MLB_USIO 119 |
---|
| 272 | + |
---|
| 273 | +/* SiFive UART */ |
---|
| 274 | +#define PORT_SIFIVE_V0 120 |
---|
| 275 | + |
---|
| 276 | +/* Sunix UART */ |
---|
| 277 | +#define PORT_SUNIX 121 |
---|
| 278 | + |
---|
| 279 | +/* Freescale LINFlexD UART */ |
---|
| 280 | +#define PORT_LINFLEXUART 122 |
---|
| 281 | + |
---|
284 | 282 | #endif /* _UAPILINUX_SERIAL_CORE_H */ |
---|