| On TI omap2 and 3 the intc interrupt controller can provide |
| 96 or 128 IRQ signals to the ARM host depending on the SoC. |
| - compatible: should be one of |
| - interrupt-controller : Identifies the node as an interrupt controller |
| - #interrupt-cells : Specifies the number of cells needed to encode interrupt |
| source, should be 1 for intc |
| - interrupts: interrupt reference to primary interrupt controller |
| Please refer to interrupts.txt in this directory for details of the common |
| Interrupt Controllers bindings used by client devices. |
| intc: interrupt-controller@48200000 { |
| compatible = "ti,omap3-intc"; |
| reg = <0x48200000 0x1000>; |