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 Device Tree Bindings
10 - Alexandre Torgue <alexandre.torgue@st.com>
11 - Ludovic Barre <ludovic.barre@st.com>
16 - items:
17 - enum:
18 - st,stm32-exti
19 - st,stm32h7-exti
20 - items:
21 - enum:
22 - st,stm32mp1-exti
23 - const: syscon
25 "#interrupt-cells":
31 interrupt-controller: true
43 - "#interrupt-cells"
44 - compatible
45 - reg
46 - interrupt-controller
49 - $ref: /schemas/interrupt-controller.yaml#
50 - if:
55 - st,stm32-exti
62 - interrupts
63 - if:
68 - st,stm32h7-exti
75 - interrupts
80 - |
82 exti1: interrupt-controller@5000d000 {
83 compatible = "st,stm32mp1-exti", "syscon";
84 interrupt-controller;
85 #interrupt-cells = <2>;
90 exti2: interrupt-controller@40013c00 {
91 compatible = "st,stm32-exti";
92 interrupt-controller;
93 #interrupt-cells = <2>;