dts: bindings: gpio: neorv32: require interrupt property to be set

Require the interrupt property for the NEORV32 GPIO controller to be set.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
Henrik Brix Andersen 2025-04-24 16:17:04 +00:00 committed by Benjamin Cabé
parent 3c8ac10dc7
commit de2f9ee9b4
2 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,9 @@ compatible: "neorv32,gpio"
include: [gpio-controller.yaml, base.yaml]
properties:
interrupts:
required: true
reg:
required: true

View File

@ -140,6 +140,7 @@
compatible = "neorv32,gpio";
status = "disabled";
reg = <0xfffc0000 0x10000>;
interrupts = <8>;
syscon = <&sysinfo>;
gpio-controller;
ngpios = <32>;