Skip to content

Commit a513682

Browse files
nordic-krchrlubos
authored andcommitted
[nrf fromlist] dts: vendor: nordic: nrf54h20: Add gpiote0 node
Add GPIOTE0 instance in radio peripherals. Upstream PR #: 91041 Signed-off-by: Krzysztof Chruściński <[email protected]>
1 parent 17a975f commit a513682

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
@@ -379,6 +379,16 @@
379379
interrupts = <37 NRF_DEFAULT_IRQ_PRIORITY>;
380380
};
381381

382+
gpiote0: gpiote@27000 {
383+
compatible = "nordic,nrf-gpiote";
384+
reg = <0x27000 0x1000>;
385+
status = "disabled";
386+
interrupts = <39 NRF_DEFAULT_IRQ_PRIORITY>;
387+
instance = <0>;
388+
no-port-event;
389+
fixed-channels-supported;
390+
};
391+
382392
timer020: timer@28000 {
383393
compatible = "nordic,nrf-timer";
384394
reg = <0x28000 0x1000>;

0 commit comments

Comments
 (0)