2017-11-09 00:00:37 +08:00
|
|
|
title: Intel I/O Advanced Programmable Interrupt Controller
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This binding describes the Intel I/O Advanced Programmable Interrupt
|
|
|
|
controller
|
|
|
|
|
2019-08-20 02:32:25 +08:00
|
|
|
compatible: "intel,ioapic"
|
|
|
|
|
2019-08-22 07:10:12 +08:00
|
|
|
include: [interrupt-controller.yaml, base.yaml]
|
2019-06-08 00:12:49 +08:00
|
|
|
|
2017-11-09 00:00:37 +08:00
|
|
|
properties:
|
|
|
|
reg:
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2017-11-09 00:00:37 +08:00
|
|
|
|
2019-08-10 03:54:26 +08:00
|
|
|
"#interrupt-cells":
|
|
|
|
const: 3
|
|
|
|
|
2019-09-27 02:34:13 +08:00
|
|
|
interrupt-cells:
|
2017-11-09 00:00:37 +08:00
|
|
|
- irq
|
|
|
|
- sense
|
2018-03-03 04:44:06 +08:00
|
|
|
- priority
|