diff options
author | Alexandre TORGUE <[email protected]> | 2016-09-20 18:00:59 +0200 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2016-09-21 14:13:21 +0200 |
commit | 5a79d596378b65e773d93d00edcb57a33f87ea94 (patch) | |
tree | a5c18aebf4a1e0977d19283c37b1fa5e8069d696 | |
parent | 47f91519546ce39cceee2c51b0f5045eadc688a9 (diff) |
ARM/dts: Add EXTI controller node to stm32f429
Originally-from: Maxime Coquelin <[email protected]>
Signed-off-by: Alexandre TORGUE <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: [email protected]
Cc: Daniel Thompson <[email protected]>
Cc: Jason Cooper <[email protected]>
Cc: [email protected]
Cc: Marc Zyngier <[email protected]>
Cc: [email protected]
Cc: Linus Walleij <[email protected]>
Cc: [email protected]
Cc: Rob Herring <[email protected]>
Cc: [email protected]
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/stm32f429.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stm32f429.dtsi b/arch/arm/boot/dts/stm32f429.dtsi index 35df462559ca..1a189d44ad38 100644 --- a/arch/arm/boot/dts/stm32f429.dtsi +++ b/arch/arm/boot/dts/stm32f429.dtsi @@ -176,6 +176,14 @@ reg = <0x40013800 0x400>; }; + exti: interrupt-controller@40013c00 { + compatible = "st,stm32-exti"; + interrupt-controller; + #interrupt-cells = <2>; + reg = <0x40013C00 0x400>; + interrupts = <1>, <2>, <3>, <6>, <7>, <8>, <9>, <10>, <23>, <40>, <41>, <42>, <62>, <76>; + }; + pin-controller { #address-cells = <1>; #size-cells = <1>; |