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:
parent
3c8ac10dc7
commit
de2f9ee9b4
@ -5,6 +5,9 @@ compatible: "neorv32,gpio"
|
||||
include: [gpio-controller.yaml, base.yaml]
|
||||
|
||||
properties:
|
||||
interrupts:
|
||||
required: true
|
||||
|
||||
reg:
|
||||
required: true
|
||||
|
||||
|
||||
@ -140,6 +140,7 @@
|
||||
compatible = "neorv32,gpio";
|
||||
status = "disabled";
|
||||
reg = <0xfffc0000 0x10000>;
|
||||
interrupts = <8>;
|
||||
syscon = <&sysinfo>;
|
||||
gpio-controller;
|
||||
ngpios = <32>;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user