2 * arch/arm/mach-w90x900/include/mach/irqs.h
4 * Copyright (c) 2008 Nuvoton technology corporation
7 * Wan ZongShun <mcuos.com@gmail.com>
9 * Based on arch/arm/mach-s3c2410/include/mach/irqs.h
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License as published by
13 * the Free Software Foundation; either version 2 of the License, or
14 * (at your option) any later version.
18 #ifndef __ASM_ARCH_IRQS_H
19 #define __ASM_ARCH_IRQS_H
22 * we keep the first set of CPU IRQs out of the range of
23 * the ISA space, so that the PC104 has them to itself
24 * and we don't end up having to do horrible things to the
25 * standard ISA drivers....
29 #define W90X900_IRQ(x) (x)
31 /* Main cpu interrupts */
33 #define IRQ_WDT W90X900_IRQ(1)
34 #define IRQ_UART0 W90X900_IRQ(7)
35 #define IRQ_UART1 W90X900_IRQ(8)
36 #define IRQ_UART2 W90X900_IRQ(9)
37 #define IRQ_UART3 W90X900_IRQ(10)
38 #define IRQ_UART4 W90X900_IRQ(11)
39 #define IRQ_TIMER0 W90X900_IRQ(12)
40 #define IRQ_TIMER1 W90X900_IRQ(13)
41 #define IRQ_T_INT_GROUP W90X900_IRQ(14)
42 #define IRQ_ADC W90X900_IRQ(31)
43 #define NR_IRQS (IRQ_ADC+1)
45 #endif /* __ASM_ARCH_IRQ_H */