1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
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>
31 interrupt-controller: true
36 Reference to a phandle of a hardware spinlock provider node.
40 Interrupts references to primary interrupt controller
46 - interrupt-controller
49 - $ref: /schemas/interrupt-controller.yaml#
77 additionalProperties: false
82 exti1: interrupt-controller@5000d000 {
83 compatible = "st,stm32mp1-exti", "syscon";
85 #interrupt-cells = <2>;
86 reg = <0x5000d000 0x400>;
90 exti2: interrupt-controller@40013c00 {
91 compatible = "st,stm32-exti";
93 #interrupt-cells = <2>;
94 reg = <0x40013C00 0x400>;
95 interrupts = <1>, <2>, <3>, <6>, <7>, <8>, <9>, <10>, <23>, <40>, <41>, <42>, <62>, <76>;