1description: DesignWare programmable interrupt controller
2
3compatible: "snps,designware-intc"
4
5include: [interrupt-controller.yaml, base.yaml]
6
7properties:
8  reg:
9    required: true
10
11  interrupts:
12    required: true
13
14  "#interrupt-cells":
15    const: 3
16
17  num-irqs:
18    type: int
19    required: true
20    description: Number of irq the controller manages
21
22interrupt-cells:
23  - irq
24  - sense
25  - priority
26