Skip to content

Commit 7a4b981

Browse files
committed
dts: vendor: nordic: nrf54h20: Add gpiote0 node
Add GPIOTE0 instance in radio peripherals. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
1 parent 60f7783 commit 7a4b981

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

dts/vendor/nordic/nrf54h20.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,16 @@
385385
interrupts = <37 NRF_DEFAULT_IRQ_PRIORITY>;
386386
};
387387

388+
gpiote0: gpiote@27000 {
389+
compatible = "nordic,nrf-gpiote";
390+
reg = <0x27000 0x1000>;
391+
status = "disabled";
392+
interrupts = <39 NRF_DEFAULT_IRQ_PRIORITY>;
393+
instance = <0>;
394+
no-port-event;
395+
fixed-channels-supported;
396+
};
397+
388398
timer020: timer@28000 {
389399
compatible = "nordic,nrf-timer";
390400
reg = <0x28000 0x1000>;

0 commit comments

Comments
 (0)