2018-03-24 04:29:31 +08:00
|
|
|
---
|
|
|
|
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"
|
2018-08-20 19:45:55 +08:00
|
|
|
generation: define
|
2018-03-24 04:29:31 +08:00
|
|
|
|
|
|
|
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
|
2018-05-22 20:39:45 +08:00
|
|
|
- priority
|
2018-03-24 04:29:31 +08:00
|
|
|
...
|