zephyr/dts/bindings/interrupt-controller/atmel,sam0-eic.yaml
Kumar Gala f72eb8d40d dts: bindings: interrupt-controller: device labels are now optional
All in tree device drivers use some form of DEVICE_DT_GET
so we no longer need to require label properties.

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-07-16 16:19:17 +00:00

13 lines
184 B
YAML

description: Atmel SAM0 series External Interrupt Controller
compatible: "atmel,sam0-eic"
include: base.yaml
properties:
reg:
required: true
interrupts:
required: true