1description: Intel I/O Advanced Programmable Interrupt Controller (APIC) 2 3compatible: "intel,ioapic" 4 5include: [interrupt-controller.yaml, base.yaml] 6 7properties: 8 reg: 9 required: true 10 11 "#interrupt-cells": 12 const: 3 13 14interrupt-cells: 15 - irq 16 - sense 17 - priority 18