Lines Matching +full:line +full:- +full:ranges
3 compatible: "st,stm32-exti"
5 include: [base.yaml, interrupt-controller.yaml]
14 interrupt-names:
17 num-lines:
22 line-ranges:
26 Description of the input lines range for each interrupt line supported
27 by the external interrupt controller. For each line a couple of integers is
28 provided: the number of the first line of the range start and the length
31 line-ranges = <0 1>, <1 1>, <2 1>, <3 1>,
33 Above property provides event-range for 7 lines.
35 6th line starts with input line 5 and contains 5 elements (5 to 9)
36 7th line starts with inupt line 10 and contains 6 elements (10 to 15)