1description: NXP Pin interrupt and pattern match engine (PINT) 2 3compatible: "nxp,pint" 4 5include: [base.yaml, interrupt-controller.yaml] 6 7properties: 8 reg: 9 required: true 10 11 interrupts: 12 required: true 13 14 num-lines: 15 type: int 16 required: true 17 description: Number of interrupt lines supported by the interrupt controller. 18 19 num-inputs: 20 type: int 21 required: true 22 description: | 23 Number of inputs available to the PINT engine. These inputs are typically 24 GPIO pins. 25