Toolchain: refresh K24 headers
[tomato.git] / tools / brcm / K24 / hndtools-mipsel-uclibc-4.1.2 / include / asm-mips / serial.h
blobf1c26f2db0fd41b1dd40a890e5b115dfeb96bd16
1 /*
2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
4 * for more details.
6 * Copyright (C) 1999 by Ralf Baechle
7 * Copyright (C) 1999, 2000 Silicon Graphics, Inc.
8 */
9 #ifndef _ASM_SERIAL_H
10 #define _ASM_SERIAL_H
12 #include <linux/config.h>
13 #include <asm/jazz.h>
16 * This assumes you have a 1.8432 MHz clock for your UART.
18 * It'd be nice if someone built a serial card with a 24.576 MHz
19 * clock, since the 16550A is capable of handling a top speed of 1.5
20 * megabits/second; but this requires the faster clock.
22 #define BASE_BAUD ( 1843200 / 16 )
24 #ifndef CONFIG_OLIVETTI_M700
25 /* Some Jazz machines seem to have an 8MHz crystal clock but I don't know
26 exactly which ones ... XXX */
27 #define JAZZ_BASE_BAUD ( 8000000 / 16 ) /* ( 3072000 / 16) */
28 #else
29 /* but the M700 isn't such a strange beast */
30 #define JAZZ_BASE_BAUD BASE_BAUD
31 #endif
33 /* Standard COM flags (except for COM4, because of the 8514 problem) */
34 #ifdef CONFIG_SERIAL_DETECT_IRQ
35 #define STD_COM_FLAGS (ASYNC_BOOT_AUTOCONF | ASYNC_SKIP_TEST | ASYNC_AUTO_IRQ)
36 #define STD_COM4_FLAGS (ASYNC_BOOT_AUTOCONF | ASYNC_AUTO_IRQ)
37 #else
38 #define STD_COM_FLAGS (ASYNC_BOOT_AUTOCONF | ASYNC_SKIP_TEST)
39 #define STD_COM4_FLAGS ASYNC_BOOT_AUTOCONF
40 #endif
42 #ifdef CONFIG_SERIAL_MANY_PORTS
43 #define FOURPORT_FLAGS ASYNC_FOURPORT
44 #define ACCENT_FLAGS 0
45 #define BOCA_FLAGS 0
46 #define HUB6_FLAGS 0
47 #define RS_TABLE_SIZE 64
48 #else
49 #define RS_TABLE_SIZE
50 #endif
53 * The following define the access methods for the HUB6 card. All
54 * access is through two ports for all 24 possible chips. The card is
55 * selected through the high 2 bits, the port on that card with the
56 * "middle" 3 bits, and the register on that port with the bottom
57 * 3 bits.
59 * While the access port and interrupt is configurable, the default
60 * port locations are 0x302 for the port control register, and 0x303
61 * for the data read/write register. Normally, the interrupt is at irq3
62 * but can be anything from 3 to 7 inclusive. Note that using 3 will
63 * require disabling com2.
66 #define C_P(card,port) (((card)<<6|(port)<<3) + 1)
68 #ifdef CONFIG_MIPS_JAZZ
69 #define _JAZZ_SERIAL_INIT(int, base) \
70 { .baud_base = JAZZ_BASE_BAUD, .irq = int, .flags = STD_COM_FLAGS, \
71 .iomem_base = (u8 *) base, .iomem_reg_shift = 0, \
72 .io_type = SERIAL_IO_MEM }
73 #define JAZZ_SERIAL_PORT_DEFNS \
74 _JAZZ_SERIAL_INIT(JAZZ_SERIAL1_IRQ, JAZZ_SERIAL1_BASE), \
75 _JAZZ_SERIAL_INIT(JAZZ_SERIAL2_IRQ, JAZZ_SERIAL2_BASE),
76 #else
77 #define JAZZ_SERIAL_PORT_DEFNS
78 #endif
80 #ifdef CONFIG_MIPS_ATLAS
81 #include <asm/mips-boards/atlas.h>
82 #include <asm/mips-boards/atlasint.h>
83 #define ATLAS_SERIAL_PORT_DEFNS \
84 /* UART CLK PORT IRQ FLAGS */ \
85 { 0, ATLAS_BASE_BAUD, ATLAS_UART_REGS_BASE, ATLASINT_UART, STD_COM_FLAGS }, /* ttyS0 */
86 #else
87 #define ATLAS_SERIAL_PORT_DEFNS
88 #endif
90 #ifdef CONFIG_MIPS_SEAD
91 #include <asm/mips-boards/sead.h>
92 #include <asm/mips-boards/seadint.h>
93 #define SEAD_SERIAL_PORT_DEFNS \
94 /* UART CLK PORT IRQ FLAGS */ \
95 { 0, SEAD_BASE_BAUD, SEAD_UART0_REGS_BASE, SEADINT_UART0, STD_COM_FLAGS }, /* ttyS0 */
96 #else
97 #define SEAD_SERIAL_PORT_DEFNS
98 #endif
100 #ifdef CONFIG_MIPS_COBALT
101 #include <asm/cobalt/cobalt.h>
102 #define COBALT_BASE_BAUD (18432000 / 16)
103 #define COBALT_SERIAL_PORT_DEFNS \
104 /* UART CLK PORT IRQ FLAGS */ \
105 { 0, COBALT_BASE_BAUD, 0xc800000, COBALT_SERIAL_IRQ, STD_COM_FLAGS }, /* ttyS0 */
106 #else
107 #define COBALT_SERIAL_PORT_DEFNS
108 #endif
111 * Both Galileo boards have the same UART mappings.
113 #if defined (CONFIG_MIPS_EV96100) || defined (CONFIG_MIPS_EV64120)
114 #include <asm/gt64120/gt64120.h>
115 #include <asm/galileo-boards/ev96100int.h>
116 #define EV96100_SERIAL_PORT_DEFNS \
117 { .baud_base = EV96100_BASE_BAUD, .irq = EV96100INT_UART_0, \
118 .flags = STD_COM_FLAGS, \
119 .iomem_base = EV96100_UART0_REGS_BASE, .iomem_reg_shift = 2, \
120 .io_type = SERIAL_IO_MEM }, \
121 { .baud_base = EV96100_BASE_BAUD, .irq = EV96100INT_UART_0, \
122 .flags = STD_COM_FLAGS, \
123 .iomem_base = EV96100_UART1_REGS_BASE, .iomem_reg_shift = 2, \
124 .io_type = SERIAL_IO_MEM },
125 #else
126 #define EV96100_SERIAL_PORT_DEFNS
127 #endif
129 #ifdef CONFIG_MIPS_ITE8172
130 #include <asm/it8172/it8172.h>
131 #include <asm/it8172/it8172_int.h>
132 #include <asm/it8712.h>
133 #define ITE_SERIAL_PORT_DEFNS \
134 { .baud_base = BASE_BAUD, .port = (IT8172_PCI_IO_BASE + IT_UART_BASE), \
135 .irq = IT8172_UART_IRQ, .flags = STD_COM_FLAGS, .type = 0x3 }, \
136 { .baud_base = (24000000/(16*13)), .port = (IT8172_PCI_IO_BASE + IT8712_UART1_PORT), \
137 .irq = IT8172_SERIRQ_4, .flags = STD_COM_FLAGS, .type = 0x3 }, \
138 /* Smart Card Reader 0 */ \
139 { .baud_base = BASE_BAUD, .port = (IT8172_PCI_IO_BASE + IT_SCR0_BASE), \
140 .irq = IT8172_SCR0_IRQ, .flags = STD_COM_FLAGS, .type = 0x3 }, \
141 /* Smart Card Reader 1 */ \
142 { .baud_base = BASE_BAUD, .port = (IT8172_PCI_IO_BASE + IT_SCR1_BASE), \
143 .irq = IT8172_SCR1_IRQ, .flags = STD_COM_FLAGS, .type = 0x3 },
144 #else
145 #define ITE_SERIAL_PORT_DEFNS
146 #endif
148 #ifdef CONFIG_MIPS_IVR
149 #include <asm/it8172/it8172.h>
150 #include <asm/it8172/it8172_int.h>
151 #define IVR_SERIAL_PORT_DEFNS \
152 { .baud_base = BASE_BAUD, .port = (IT8172_PCI_IO_BASE + IT_UART_BASE), \
153 .irq = IT8172_UART_IRQ, .flags = STD_COM_FLAGS, .type = 0x3 }, \
154 /* Smart Card Reader 1 */ \
155 { .baud_base = BASE_BAUD, .port = (IT8172_PCI_IO_BASE + IT_SCR1_BASE), \
156 .irq = IT8172_SCR1_IRQ, .flags = STD_COM_FLAGS, .type = 0x3 },
157 #else
158 #define IVR_SERIAL_PORT_DEFNS
159 #endif
161 #ifdef CONFIG_AU1X00_UART
162 #include <asm/au1000.h>
163 #ifdef CONFIG_SOC_AU1000
164 #define AU1000_SERIAL_PORT_DEFNS \
165 { .baud_base = 0, .port = UART0_ADDR, .irq = AU1000_UART0_INT, \
166 .flags = STD_COM_FLAGS, .type = 1 }, \
167 { .baud_base = 0, .port = UART1_ADDR, .irq = AU1000_UART1_INT, \
168 .flags = STD_COM_FLAGS, .type = 1 }, \
169 { .baud_base = 0, .port = UART2_ADDR, .irq = AU1000_UART2_INT, \
170 .flags = STD_COM_FLAGS, .type = 1 }, \
171 { .baud_base = 0, .port = UART3_ADDR, .irq = AU1000_UART3_INT, \
172 .flags = STD_COM_FLAGS, .type = 1 },
173 #endif
175 #ifdef CONFIG_SOC_AU1500
176 #define AU1000_SERIAL_PORT_DEFNS \
177 { .baud_base = 0, .port = UART0_ADDR, .irq = AU1500_UART0_INT, \
178 .flags = STD_COM_FLAGS, .type = 1 }, \
179 { .baud_base = 0, .port = UART3_ADDR, .irq = AU1500_UART3_INT, \
180 .flags = STD_COM_FLAGS, .type = 1 },
181 #endif
183 #ifdef CONFIG_SOC_AU1100
184 #define AU1000_SERIAL_PORT_DEFNS \
185 { .baud_base = 0, .port = UART0_ADDR, .irq = AU1100_UART0_INT, \
186 .flags = STD_COM_FLAGS, .type = 1 }, \
187 { .baud_base = 0, .port = UART1_ADDR, .irq = AU1100_UART1_INT, \
188 .flags = STD_COM_FLAGS, .type = 1 }, \
189 { .baud_base = 0, .port = UART3_ADDR, .irq = AU1100_UART3_INT, \
190 .flags = STD_COM_FLAGS, .type = 1 },
191 #endif
193 #ifdef CONFIG_SOC_AU1550
194 #define AU1000_SERIAL_PORT_DEFNS \
195 { .baud_base = 0, .port = UART0_ADDR, .irq = AU1550_UART0_INT, \
196 .flags = STD_COM_FLAGS, .type = 1 }, \
197 { .baud_base = 0, .port = UART1_ADDR, .irq = AU1550_UART1_INT, \
198 .flags = STD_COM_FLAGS, .type = 1 }, \
199 { .baud_base = 0, .port = UART3_ADDR, .irq = AU1550_UART3_INT, \
200 .flags = STD_COM_FLAGS, .type = 1 },
201 #endif
203 #ifdef CONFIG_SOC_AU1200
204 #define AU1000_SERIAL_PORT_DEFNS \
205 { .baud_base = 0, .port = UART0_ADDR, .irq = AU1200_UART0_INT, \
206 .flags = STD_COM_FLAGS, .type = 1 }, \
207 { .baud_base = 0, .port = UART1_ADDR, .irq = AU1200_UART1_INT, \
208 .flags = STD_COM_FLAGS, .type = 1 },
209 #endif
211 #else
212 #define AU1000_SERIAL_PORT_DEFNS
213 #endif
215 #ifdef CONFIG_TOSHIBA_JMR3927
216 #include <asm/jmr3927/jmr3927.h>
217 #define TXX927_SERIAL_PORT_DEFNS \
218 { .baud_base = JMR3927_BASE_BAUD, .port = UART0_ADDR, .irq = UART0_INT, \
219 .flags = UART0_FLAGS, .type = 1 }, \
220 { .baud_base = JMR3927_BASE_BAUD, .port = UART1_ADDR, .irq = UART1_INT, \
221 .flags = UART1_FLAGS, .type = 1 },
222 #else
223 #define TXX927_SERIAL_PORT_DEFNS
224 #endif
226 #ifdef CONFIG_BCM947XX
227 /* reserve 4 ports to be configured at runtime */
228 #define BCM947XX_SERIAL_PORT_DEFNS { 0, }, { 0, }, { 0, }, { 0, },
229 #else
230 #define BCM947XX_SERIAL_PORT_DEFNS
231 #endif
233 #ifdef CONFIG_HAVE_STD_PC_SERIAL_PORT
234 #define STD_SERIAL_PORT_DEFNS \
235 /* UART CLK PORT IRQ FLAGS */ \
236 { 0, BASE_BAUD, 0x3F8, 4, STD_COM_FLAGS }, /* ttyS0 */ \
237 { 0, BASE_BAUD, 0x2F8, 3, STD_COM_FLAGS }, /* ttyS1 */ \
238 { 0, BASE_BAUD, 0x3E8, 4, STD_COM_FLAGS }, /* ttyS2 */ \
239 { 0, BASE_BAUD, 0x2E8, 3, STD_COM4_FLAGS }, /* ttyS3 */
241 #ifdef CONFIG_SERIAL_MANY_PORTS
242 #define EXTRA_SERIAL_PORT_DEFNS \
243 { 0, BASE_BAUD, 0x1A0, 9, FOURPORT_FLAGS }, /* ttyS4 */ \
244 { 0, BASE_BAUD, 0x1A8, 9, FOURPORT_FLAGS }, /* ttyS5 */ \
245 { 0, BASE_BAUD, 0x1B0, 9, FOURPORT_FLAGS }, /* ttyS6 */ \
246 { 0, BASE_BAUD, 0x1B8, 9, FOURPORT_FLAGS }, /* ttyS7 */ \
247 { 0, BASE_BAUD, 0x2A0, 5, FOURPORT_FLAGS }, /* ttyS8 */ \
248 { 0, BASE_BAUD, 0x2A8, 5, FOURPORT_FLAGS }, /* ttyS9 */ \
249 { 0, BASE_BAUD, 0x2B0, 5, FOURPORT_FLAGS }, /* ttyS10 */ \
250 { 0, BASE_BAUD, 0x2B8, 5, FOURPORT_FLAGS }, /* ttyS11 */ \
251 { 0, BASE_BAUD, 0x330, 4, ACCENT_FLAGS }, /* ttyS12 */ \
252 { 0, BASE_BAUD, 0x338, 4, ACCENT_FLAGS }, /* ttyS13 */ \
253 { 0, BASE_BAUD, 0x000, 0, 0 }, /* ttyS14 (spare) */ \
254 { 0, BASE_BAUD, 0x000, 0, 0 }, /* ttyS15 (spare) */ \
255 { 0, BASE_BAUD, 0x100, 12, BOCA_FLAGS }, /* ttyS16 */ \
256 { 0, BASE_BAUD, 0x108, 12, BOCA_FLAGS }, /* ttyS17 */ \
257 { 0, BASE_BAUD, 0x110, 12, BOCA_FLAGS }, /* ttyS18 */ \
258 { 0, BASE_BAUD, 0x118, 12, BOCA_FLAGS }, /* ttyS19 */ \
259 { 0, BASE_BAUD, 0x120, 12, BOCA_FLAGS }, /* ttyS20 */ \
260 { 0, BASE_BAUD, 0x128, 12, BOCA_FLAGS }, /* ttyS21 */ \
261 { 0, BASE_BAUD, 0x130, 12, BOCA_FLAGS }, /* ttyS22 */ \
262 { 0, BASE_BAUD, 0x138, 12, BOCA_FLAGS }, /* ttyS23 */ \
263 { 0, BASE_BAUD, 0x140, 12, BOCA_FLAGS }, /* ttyS24 */ \
264 { 0, BASE_BAUD, 0x148, 12, BOCA_FLAGS }, /* ttyS25 */ \
265 { 0, BASE_BAUD, 0x150, 12, BOCA_FLAGS }, /* ttyS26 */ \
266 { 0, BASE_BAUD, 0x158, 12, BOCA_FLAGS }, /* ttyS27 */ \
267 { 0, BASE_BAUD, 0x160, 12, BOCA_FLAGS }, /* ttyS28 */ \
268 { 0, BASE_BAUD, 0x168, 12, BOCA_FLAGS }, /* ttyS29 */ \
269 { 0, BASE_BAUD, 0x170, 12, BOCA_FLAGS }, /* ttyS30 */ \
270 { 0, BASE_BAUD, 0x178, 12, BOCA_FLAGS }, /* ttyS31 */
271 #else /* CONFIG_SERIAL_MANY_PORTS */
272 #define EXTRA_SERIAL_PORT_DEFNS
273 #endif /* CONFIG_SERIAL_MANY_PORTS */
275 #else /* CONFIG_HAVE_STD_PC_SERIAL_PORTS */
276 #define STD_SERIAL_PORT_DEFNS
277 #define EXTRA_SERIAL_PORT_DEFNS
278 #endif /* CONFIG_HAVE_STD_PC_SERIAL_PORTS */
280 /* You can have up to four HUB6's in the system, but I've only
281 * included two cards here for a total of twelve ports.
283 #if (defined(CONFIG_HUB6) && defined(CONFIG_SERIAL_MANY_PORTS))
284 #define HUB6_SERIAL_PORT_DFNS \
285 { 0, BASE_BAUD, 0x302, 3, HUB6_FLAGS, C_P(0,0) }, /* ttyS32 */ \
286 { 0, BASE_BAUD, 0x302, 3, HUB6_FLAGS, C_P(0,1) }, /* ttyS33 */ \
287 { 0, BASE_BAUD, 0x302, 3, HUB6_FLAGS, C_P(0,2) }, /* ttyS34 */ \
288 { 0, BASE_BAUD, 0x302, 3, HUB6_FLAGS, C_P(0,3) }, /* ttyS35 */ \
289 { 0, BASE_BAUD, 0x302, 3, HUB6_FLAGS, C_P(0,4) }, /* ttyS36 */ \
290 { 0, BASE_BAUD, 0x302, 3, HUB6_FLAGS, C_P(0,5) }, /* ttyS37 */ \
291 { 0, BASE_BAUD, 0x302, 3, HUB6_FLAGS, C_P(1,0) }, /* ttyS38 */ \
292 { 0, BASE_BAUD, 0x302, 3, HUB6_FLAGS, C_P(1,1) }, /* ttyS39 */ \
293 { 0, BASE_BAUD, 0x302, 3, HUB6_FLAGS, C_P(1,2) }, /* ttyS40 */ \
294 { 0, BASE_BAUD, 0x302, 3, HUB6_FLAGS, C_P(1,3) }, /* ttyS41 */ \
295 { 0, BASE_BAUD, 0x302, 3, HUB6_FLAGS, C_P(1,4) }, /* ttyS42 */ \
296 { 0, BASE_BAUD, 0x302, 3, HUB6_FLAGS, C_P(1,5) }, /* ttyS43 */
297 #else
298 #define HUB6_SERIAL_PORT_DFNS
299 #endif
301 #ifdef CONFIG_MCA
302 #define MCA_SERIAL_PORT_DFNS \
303 { 0, BASE_BAUD, 0x3220, 3, STD_COM_FLAGS }, \
304 { 0, BASE_BAUD, 0x3228, 3, STD_COM_FLAGS }, \
305 { 0, BASE_BAUD, 0x4220, 3, STD_COM_FLAGS }, \
306 { 0, BASE_BAUD, 0x4228, 3, STD_COM_FLAGS }, \
307 { 0, BASE_BAUD, 0x5220, 3, STD_COM_FLAGS }, \
308 { 0, BASE_BAUD, 0x5228, 3, STD_COM_FLAGS },
309 #else
310 #define MCA_SERIAL_PORT_DFNS
311 #endif
313 #ifdef CONFIG_MOMENCO_OCELOT
314 /* Ordinary NS16552 duart with a 20MHz crystal. */
315 #define OCELOT_BASE_BAUD ( 20000000 / 16 )
317 #define OCELOT_SERIAL1_IRQ 4
318 #define OCELOT_SERIAL1_BASE 0xe0001020
320 #define _OCELOT_SERIAL_INIT(int, base) \
321 { .baud_base = OCELOT_BASE_BAUD, .irq = int, .flags = STD_COM_FLAGS, \
322 .iomem_base = (u8 *) base, .iomem_reg_shift = 2, \
323 .io_type = SERIAL_IO_MEM }
324 #define MOMENCO_OCELOT_SERIAL_PORT_DEFNS \
325 _OCELOT_SERIAL_INIT(OCELOT_SERIAL1_IRQ, OCELOT_SERIAL1_BASE)
326 #else
327 #define MOMENCO_OCELOT_SERIAL_PORT_DEFNS
328 #endif
330 #ifdef CONFIG_MOMENCO_OCELOT_G
331 /* Ordinary NS16552 duart with a 20MHz crystal. */
332 #define OCELOT_G_BASE_BAUD ( 20000000 / 16 )
334 #define OCELOT_G_SERIAL1_IRQ 4
335 #if 0
336 #define OCELOT_G_SERIAL1_BASE 0xe0001020
337 #else
338 #define OCELOT_G_SERIAL1_BASE 0xfd000020
339 #endif
341 #define _OCELOT_G_SERIAL_INIT(int, base) \
342 { .baud_base = OCELOT_G_BASE_BAUD, .irq = int, .flags = STD_COM_FLAGS,\
343 .iomem_base = (u8 *) base, .iomem_reg_shift = 2, \
344 .io_type = SERIAL_IO_MEM }
345 #define MOMENCO_OCELOT_G_SERIAL_PORT_DEFNS \
346 _OCELOT_G_SERIAL_INIT(OCELOT_G_SERIAL1_IRQ, OCELOT_G_SERIAL1_BASE)
347 #else
348 #define MOMENCO_OCELOT_G_SERIAL_PORT_DEFNS
349 #endif
351 #ifdef CONFIG_MOMENCO_OCELOT_C
352 /* Ordinary NS16552 duart with a 20MHz crystal. */
353 #define OCELOT_C_BASE_BAUD ( 20000000 / 16 )
355 #define OCELOT_C_SERIAL1_IRQ 80
356 #define OCELOT_C_SERIAL1_BASE 0xfd000020
358 #define OCELOT_C_SERIAL2_IRQ 81
359 #define OCELOT_C_SERIAL2_BASE 0xfd000000
361 #define _OCELOT_C_SERIAL_INIT(int, base) \
362 { baud_base: OCELOT_C_BASE_BAUD, irq: int, flags: STD_COM_FLAGS,\
363 iomem_base: (u8 *) base, iomem_reg_shift: 2, \
364 io_type: SERIAL_IO_MEM }
365 #define MOMENCO_OCELOT_C_SERIAL_PORT_DEFNS \
366 _OCELOT_C_SERIAL_INIT(OCELOT_C_SERIAL1_IRQ, OCELOT_C_SERIAL1_BASE), \
367 _OCELOT_C_SERIAL_INIT(OCELOT_C_SERIAL2_IRQ, OCELOT_C_SERIAL2_BASE)
368 #else
369 #define MOMENCO_OCELOT_C_SERIAL_PORT_DEFNS
370 #endif
372 #ifdef CONFIG_PMC_STRETCH
373 /* 16550 Compatible. FIXME: Need to get the defines below */
375 #define PMC_STRETCH_BASE_BAUD ( 1843200 / 16 )
376 #define PMC_STRETCH_IRQ 0
377 #define PMC_STRETCH_BASE_ADDRESS 0xbd110000
379 #define _PMC_STRETCH_SERIAL_INIT(int, base) \
380 { baud_base: PMC_STRETCH_BASE_BAUD, irq: int, \
381 flags: STD_COM_FLAGS, iomem_base: (u8 *) base, \
382 iomem_reg_shift: 2, io_type: SERIAL_IO_MEM }
384 #define PMC_STRETCH_SERIAL_PORT_DEFNS \
385 _PMC_STRETCH_SERIAL_INIT(PMC_STRETCH_IRQ, PMC_STRETCH_BASE_ADDRESS)
386 #else
387 #define PMC_STRETCH_SERIAL_PORT_DEFNS
388 #endif
390 #ifdef CONFIG_MOMENCO_JAGUAR_ATX
391 /* Ordinary NS16552 duart with a 20MHz crystal. */
392 #define JAGUAR_ATX_BASE_BAUD ( 20000000 / 16 )
394 #define JAGUAR_ATX_SERIAL1_IRQ 7
395 #define JAGUAR_ATX_SERIAL1_BASE 0xfffffffffd000020
397 #define _JAGUAR_ATX_SERIAL_INIT(int, base) \
398 { baud_base: JAGUAR_ATX_BASE_BAUD, irq: int, \
399 flags: (ASYNC_BOOT_AUTOCONF | ASYNC_SKIP_TEST), \
400 iomem_base: (u8 *) base, iomem_reg_shift: 2, \
401 io_type: SERIAL_IO_MEM }
402 #define MOMENCO_JAGUAR_ATX_SERIAL_PORT_DEFNS \
403 _JAGUAR_ATX_SERIAL_INIT(JAGUAR_ATX_SERIAL1_IRQ, JAGUAR_ATX_SERIAL1_BASE)
404 #else
405 #define MOMENCO_JAGUAR_ATX_SERIAL_PORT_DEFNS
406 #endif
408 #ifdef CONFIG_TITAN_SERIAL
409 /* 16552 20 MHz crystal */
410 #define TITAN_SERIAL_BASE_BAUD ( 20000000 / 16 )
411 #define TITAN_SERIAL_IRQ XXX
412 #define TITAN_SERIAL_BASE 0xffffffff
414 #define _TITAN_SERIAL_INIT(int, base) \
415 { baud_base: TITAN_SERIAL_BASE_BAUD, irq: int, \
416 flags: STD_COM_FLAGS, iomem_base: (u8 *) base, \
417 iomem_reg_shift: 2, io_type: SERIAL_IO_MEM \
420 #define TITAN_SERIAL_PORT_DEFNS \
421 _TITAN_SERIAL_INIT(TITAN_SERIAL_IRQ, TITAN_SERIAL_BASE)
422 #else
423 #define TITAN_SERIAL_PORT_DEFNS
424 #endif
426 #ifdef CONFIG_SGI_IP27
429 * Note about serial ports and consoles:
430 * For console output, everyone uses the IOC3 UARTA (offset 0x178)
431 * connected to the master node (look in ip27_setup_console() and
432 * ip27prom_console_write()).
434 * For serial (/dev/ttyS0 etc), we can not have hardcoded serial port
435 * addresses on a partitioned machine. Since we currently use the ioc3
436 * serial ports, we use dynamic serial port discovery that the serial.c
437 * driver uses for pci/pnp ports (there is an entry for the SGI ioc3
438 * boards in pci_boards[]). Unfortunately, UARTA's pio address is greater
439 * than UARTB's, although UARTA on o200s has traditionally been known as
440 * port 0. So, we just use one serial port from each ioc3 (since the
441 * serial driver adds addresses to get to higher ports).
443 * The first one to do a register_console becomes the preferred console
444 * (if there is no kernel command line console= directive). /dev/console
445 * (ie 5, 1) is then "aliased" into the device number returned by the
446 * "device" routine referred to in this console structure
447 * (ip27prom_console_dev).
449 * Also look in ip27-pci.c:pci_fixuop_ioc3() for some comments on working
450 * around ioc3 oddities in this respect.
452 * The IOC3 serials use a 22MHz clock rate with an additional divider by 3.
453 * (IOC3_BAUD = (22000000 / (3*16)))
455 * At the moment this is only a skeleton definition as we register all serials
456 * at runtime.
459 #define IP27_SERIAL_PORT_DEFNS
460 #else
461 #define IP27_SERIAL_PORT_DEFNS
462 #endif /* CONFIG_SGI_IP27 */
464 #ifdef CONFIG_DDB5477
465 #include <asm/ddb5xxx/ddb5477.h>
466 #define DDB5477_SERIAL_PORT_DEFNS \
467 { .baud_base = BASE_BAUD, .irq = VRC5477_IRQ_UART0, \
468 .flags = STD_COM_FLAGS, .iomem_base = (u8*)0xbfa04200, \
469 .iomem_reg_shift = 3, .io_type = SERIAL_IO_MEM}, \
470 { .baud_base = BASE_BAUD, .irq = VRC5477_IRQ_UART1, \
471 .flags = STD_COM_FLAGS, .iomem_base = (u8*)0xbfa04240, \
472 .iomem_reg_shift = 3, .io_type = SERIAL_IO_MEM},
473 #else
474 #define DDB5477_SERIAL_PORT_DEFNS
475 #endif
477 #define SERIAL_PORT_DFNS \
478 ATLAS_SERIAL_PORT_DEFNS \
479 AU1000_SERIAL_PORT_DEFNS \
480 BCM947XX_SERIAL_PORT_DEFNS \
481 COBALT_SERIAL_PORT_DEFNS \
482 DDB5477_SERIAL_PORT_DEFNS \
483 EV96100_SERIAL_PORT_DEFNS \
484 STD_SERIAL_PORT_DEFNS \
485 EXTRA_SERIAL_PORT_DEFNS \
486 HUB6_SERIAL_PORT_DFNS \
487 ITE_SERIAL_PORT_DEFNS \
488 IVR_SERIAL_PORT_DEFNS \
489 JAZZ_SERIAL_PORT_DEFNS \
490 MOMENCO_OCELOT_SERIAL_PORT_DEFNS \
491 MOMENCO_OCELOT_G_SERIAL_PORT_DEFNS \
492 MOMENCO_OCELOT_C_SERIAL_PORT_DEFNS \
493 MOMENCO_JAGUAR_ATX_SERIAL_PORT_DEFNS \
494 PMC_STRETCH_SERIAL_PORT_DEFNS \
495 SEAD_SERIAL_PORT_DEFNS \
496 TITAN_SERIAL_PORT_DEFNS \
497 TXX927_SERIAL_PORT_DEFNS
499 #endif /* _ASM_SERIAL_H */