[ARM] versatile: add PL061 gpiolib support
[pandora-kernel.git] / arch / arm / mach-versatile / include / mach / irqs.h
index 9bfdb30..bf44c61 100644 (file)
 #define IRQ_SIC_PCI3           (IRQ_SIC_START + SIC_INT_PCI3)
 #define IRQ_SIC_END            63
 
-#define NR_IRQS                        64
+#define IRQ_GPIO0_START                (IRQ_SIC_END + 1)
+#define IRQ_GPIO0_END          (IRQ_GPIO0_START + 31)
+#define IRQ_GPIO1_START                (IRQ_GPIO0_END + 1)
+#define IRQ_GPIO1_END          (IRQ_GPIO1_START + 31)
+#define IRQ_GPIO2_START                (IRQ_GPIO1_END + 1)
+#define IRQ_GPIO2_END          (IRQ_GPIO2_START + 31)
+#define IRQ_GPIO3_START                (IRQ_GPIO2_END + 1)
+#define IRQ_GPIO3_END          (IRQ_GPIO3_START + 31)
+
+#define NR_IRQS                        (IRQ_GPIO3_END + 1)