1description: GigaDevice External Interrupt Controller 2 3compatible: "gd,gd32-exti" 4 5include: [base.yaml, interrupt-controller.yaml] 6 7properties: 8 reg: 9 required: true 10 11 interrupts: 12 required: true 13 14 "#interrupt-cells": 15 const: 1 16 17 num-lines: 18 type: int 19 required: true 20 description: Number of lines supported by the interrupt controller. 21 22interrupt-cells: 23 - line 24