41 lines
767 B
YAML
41 lines
767 B
YAML
---
|
|
title: DesignWare Interrupt Controller
|
|
version: 0.1
|
|
|
|
description: >
|
|
This binding describes DesignWare Programmable Interrupt controller
|
|
|
|
properties:
|
|
compatible:
|
|
category: required
|
|
type: string
|
|
description: compatible strings
|
|
constraint: "snps,designware-intc"
|
|
generation: define
|
|
|
|
reg:
|
|
category: required
|
|
type: int
|
|
description: mmio register space
|
|
generation: define
|
|
|
|
snps,num-irq-priority-bits:
|
|
category: required
|
|
type: int
|
|
description: number of bits of IRQ priorities
|
|
generation: define
|
|
|
|
interrupts:
|
|
type: array
|
|
category: required
|
|
description: required interrupts
|
|
generation: define
|
|
|
|
cell_string: IRQ
|
|
|
|
"#cells":
|
|
- irq
|
|
- sense
|
|
- priority
|
|
...
|