Skip to content

Commit 79d0cd7

Browse files
committed
dts: bindings: gpio: nrf-gpiote: Extend description
Add new feature flags to gpiote node. Include pinctrl. Pins used by GPIOTE0 on nrf54h20/cpurad require CTRLSEL configuration. Pins are listed using pinctrl and parsed by nrf-regtool to prepare UICR configuration. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
1 parent c910792 commit 79d0cd7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

dts/bindings/gpio/nordic,nrf-gpiote.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ compatible: "nordic,nrf-gpiote"
88
include:
99
- base.yaml
1010
- nordic,split-channels.yaml
11+
- pinctrl-device.yaml
1112

1213
properties:
1314
reg:
@@ -16,6 +17,17 @@ properties:
1617
interrupts:
1718
required: true
1819

20+
no-port-event:
21+
type: boolean
22+
description: |
23+
Indicates that the GPIOTE instance does not support PORT event.
24+
25+
fixed-channels-supported:
26+
type: boolean
27+
description: |
28+
Indicates that the GPIOTE instance has fixed connection between pins and TE channels.
29+
It means that a specific TE channel must be used for a given pin.
30+
1931
instance:
2032
type: int
2133
required: true

0 commit comments

Comments
 (0)