Skip to content

Commit c910792

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 16a819d commit c910792

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

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

0 commit comments

Comments
 (0)