dts: x86: Add interrupt controller node
patch adds interrupt controller node and interrupt property for device nodes. Signed-off-by: Savinay Dharmappa <savinay.dharmappa@intel.com>
This commit is contained in:
parent
8447b5ea2e
commit
54239d50a4
17 changed files with 170 additions and 2 deletions
33
dts/bindings/interrupt-controller/intel,ioapic.yaml
Normal file
33
dts/bindings/interrupt-controller/intel,ioapic.yaml
Normal file
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
title: Intel I/O Advanced Programmable Interrupt Controller
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding describes the Intel I/O Advanced Programmable Interrupt
|
||||
controller
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
category: required
|
||||
type: string
|
||||
description: compatible strings
|
||||
constraint: "intel,ioapic"
|
||||
|
||||
reg:
|
||||
category: required
|
||||
type: int
|
||||
description: mmio register space
|
||||
generation: define
|
||||
|
||||
intel,num-irq-priority-bits:
|
||||
category: required
|
||||
type: int
|
||||
description: number of bits of IRQ priorities
|
||||
generation: define
|
||||
|
||||
cell_string: IRQ
|
||||
|
||||
"#cells":
|
||||
- irq
|
||||
- sense
|
||||
...
|
33
dts/bindings/interrupt-controller/intel,mvic.yaml
Normal file
33
dts/bindings/interrupt-controller/intel,mvic.yaml
Normal file
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
title: Intel Quark D2000 Interrupt Controller
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding describes the Intel Quark D2000 Interrupt
|
||||
Controller
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
category: required
|
||||
type: string
|
||||
description: compatible strings
|
||||
constraint: "intel,mvic"
|
||||
|
||||
reg:
|
||||
category: required
|
||||
type: int
|
||||
description: mmio register space
|
||||
generation: define
|
||||
|
||||
intel,num-irq-priority-bits:
|
||||
category: required
|
||||
type: int
|
||||
description: number of bits of IRQ priorities
|
||||
generation: define
|
||||
|
||||
cell_string: IRQ
|
||||
|
||||
"#cells":
|
||||
- irq
|
||||
- sense
|
||||
...
|
Loading…
Add table
Add a link
Reference in a new issue