Skip to content

Commit ec50943

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 0be4d7f commit ec50943

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
@@ -391,6 +391,16 @@
391391
interrupts = <37 NRF_DEFAULT_IRQ_PRIORITY>;
392392
};
393393

394+
gpiote0: gpiote@27000 {
395+
compatible = "nordic,nrf-gpiote";
396+
reg = <0x27000 0x1000>;
397+
status = "disabled";
398+
interrupts = <39 NRF_DEFAULT_IRQ_PRIORITY>;
399+
instance = <0>;
400+
no-port-event;
401+
fixed-channels-supported;
402+
};
403+
394404
timer020: timer@28000 {
395405
compatible = "nordic,nrf-timer";
396406
reg = <0x28000 0x1000>;

0 commit comments

Comments
 (0)