Skip to content

Commit 5eb84df

Browse files
KozhinovAlexandermathieuchopstm
authored andcommitted
dts: bindings: interrupt_controller: introduce num-gpio-lines
add num-gpio-lines with default value of 16 to st,stm32-exti.yaml Co-authored-by: Mathieu CHOPLAIN <[email protected]> Signed-off-by: Alexander Kozhinov <[email protected]>
1 parent 36ef800 commit 5eb84df

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

dts/bindings/interrupt-controller/st,stm32-exti.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,14 @@ properties:
1717
num-lines:
1818
type: int
1919
required: true
20-
description: Number of lines supported by the interrupt controller.
20+
description: Total number of lines supported by the interrupt controller.
21+
22+
num-gpio-lines:
23+
type: int
24+
default: 16
25+
description: |
26+
Total number of EXTI lines dedicated to GPIO interrupts.
27+
The default value of 16 mirrors hardware of most STM32 devices.
2128
2229
line-ranges:
2330
type: array

0 commit comments

Comments
 (0)