zephyr/dts/bindings/interrupt-controller/nxp,pint.yaml
Daniel DeGrasse 6f938f347b drivers: interrupt_controller: introduce PINT driver
Introduce PINT driver, for NXP pin interrupt and pattern match engine.
The driver currently supports only the pin interrupt feature of the
PINT.

Add DTS entires for the PINT on LPC and RT devices that support this
peripheral, and remove the interrupt defintions that are PINT specific
from the GPIO module on these devices.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2023-04-18 16:14:57 -05:00

25 lines
502 B
YAML

description: NXP Pin interrupt and pattern match engine (PINT)
compatible: "nxp,pint"
include: [base.yaml, interrupt-controller.yaml]
properties:
reg:
required: true
interrupts:
required: true
num-lines:
type: int
required: true
description: Number of interrupt lines supported by the interrupt controller.
num-inputs:
type: int
required: true
description: |
Number of inputs available to the PINT engine. These inputs are typically
GPIO pins.