1# SPDX-License-Identifier: Apache-2.0 2 3description: SweRV EH1 PIC (Programmable Interrupt Controller) 4 5compatible: "swerv,pic" 6 7include: [interrupt-controller.yaml, base.yaml] 8 9properties: 10 reg: 11 required: true 12 13 riscv,max-priority: 14 type: int 15 description: maximum interrupt priority 16 required: true 17 18interrupt-cells: 19 - irq 20 - priority 21