Lines Matching +full:stm32mp1 +full:- +full:exti
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/interrupt-controller/st,stm32-exti.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Alexandre Torgue <[email protected]>
11 - Ludovic Barre <[email protected]>
16 - items:
17 - enum:
18 - st,stm32-exti
19 - st,stm32h7-exti
20 - items:
21 - enum:
22 - st,stm32mp1-exti
23 - st,stm32mp13-exti
24 - const: syscon
26 "#interrupt-cells":
32 interrupt-controller: true
46 - "#interrupt-cells"
47 - compatible
48 - reg
49 - interrupt-controller
52 - $ref: /schemas/interrupt-controller.yaml#
53 - if:
58 - st,stm32-exti
65 - interrupts
66 - if:
71 - st,stm32h7-exti
78 - interrupts
83 - |
85 exti1: interrupt-controller@5000d000 {
86 compatible = "st,stm32mp1-exti", "syscon";
87 interrupt-controller;
88 #interrupt-cells = <2>;
92 - |
94 #include <dt-bindings/interrupt-controller/arm-gic.h>
95 exti2: interrupt-controller@5000d000 {
96 compatible = "st,stm32mp1-exti", "syscon";
97 interrupt-controller;
98 #interrupt-cells = <2>;
100 interrupts-extended =
106 - |
108 exti3: interrupt-controller@40013c00 {
109 compatible = "st,stm32-exti";
110 interrupt-controller;
111 #interrupt-cells = <2>;