summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/dt-bindings/interrupt-controller/s5p4418-irq.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/dt-bindings/interrupt-controller/s5p4418-irq.h b/include/dt-bindings/interrupt-controller/s5p4418-irq.h
index ab9d51f3f5e3..b4eca28de54d 100644
--- a/include/dt-bindings/interrupt-controller/s5p4418-irq.h
+++ b/include/dt-bindings/interrupt-controller/s5p4418-irq.h
@@ -125,6 +125,16 @@
#define IRQ_GIC_PPI_VIC (IRQ_GIC_START + 15)
#define IRQ_GIC_END (IRQ_GIC_START + 16)
+#define IRQ_GIC_SPI_START (0)
+#define IRQ_GIC_SPI_PMU0 (IRQ_GIC_START + 0)
+#define IRQ_GIC_SPI_PMU1 (IRQ_GIC_START + 1)
+#define IRQ_GIC_SPI_PMU2 (IRQ_GIC_START + 2)
+#define IRQ_GIC_SPI_PMU3 (IRQ_GIC_START + 3)
+#define IRQ_GIC_SPI_L2CC (IRQ_GIC_START + 4)
+#define IRQ_GIC_SPI_MCU (IRQ_GIC_START + 5)
+#define IRQ_GIC_SPI_END (IRQ_GIC_START + 6)
+
+
/*
* MAX(Physical+Virtual) Interrupt Number
*/