| Loongson ls1x Interrupt Controller |
| - compatible : should be "loongson,ls1x-intc". Valid strings are: |
| - reg : Specifies base physical address and size of the registers. |
| - interrupt-controller : Identifies the node as an interrupt controller |
| - #interrupt-cells : Specifies the number of cells needed to encode an |
| interrupt source. The value shall be 2. |
| - interrupts : Specifies the CPU interrupt the controller is connected to. |
| intc: interrupt-controller@1fd01040 { |
| compatible = "loongson,ls1x-intc"; |
| interrupt-parent = <&cpu_intc>; |