Skip to content

Commit ef0489e

Browse files
nordic-krchbjarki-andreasen
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 51cce77 commit ef0489e

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
@@ -411,6 +411,16 @@
411411
interrupts = <37 NRF_DEFAULT_IRQ_PRIORITY>;
412412
};
413413

414+
gpiote0: gpiote@27000 {
415+
compatible = "nordic,nrf-gpiote";
416+
reg = <0x27000 0x1000>;
417+
status = "disabled";
418+
interrupts = <39 NRF_DEFAULT_IRQ_PRIORITY>;
419+
instance = <0>;
420+
no-port-event;
421+
fixed-channels-supported;
422+
};
423+
414424
timer020: timer@28000 {
415425
compatible = "nordic,nrf-timer";
416426
reg = <0x28000 0x1000>;

0 commit comments

Comments
 (0)