zephyr/dts/bindings/interrupt-controller/snps,designware-intc.yaml
Tomasz Bursztyka 8d10e66371 drivers/interrupt-controller: Make irqs DT configured in DW
DesignWare driver can manage different amount of irqs so let's make it
configurable via DTS.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2020-01-28 18:18:18 -05:00

26 lines
413 B
YAML

description: DesignWare programmable interrupt controller
compatible: "snps,designware-intc"
include: [interrupt-controller.yaml, base.yaml]
properties:
reg:
required: true
interrupts:
required: true
"#interrupt-cells":
const: 3
num-irqs:
type: int
required: true
description: Number of irq the controller manages
interrupt-cells:
- irq
- sense
- priority