Skip to content

Commit 4486295

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 89eae68 commit 4486295

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
@@ -388,6 +388,16 @@
388388
interrupts = <37 NRF_DEFAULT_IRQ_PRIORITY>;
389389
};
390390

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

0 commit comments

Comments
 (0)