Lines Matching +full:stm32 +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#
7 title: STM32 External Interrupt Controller
10 - Alexandre Torgue <alexandre.torgue@foss.st.com>
11 - Ludovic Barre <ludovic.barre@foss.st.com>
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>;
93 exti2: interrupt-controller@40013c00 {
94 compatible = "st,stm32-exti";
95 interrupt-controller;
96 #interrupt-cells = <2>;