Commit-ID:  5a79d596378b65e773d93d00edcb57a33f87ea94
Gitweb:     http://git.kernel.org/tip/5a79d596378b65e773d93d00edcb57a33f87ea94
Author:     Alexandre TORGUE <[email protected]>
AuthorDate: Tue, 20 Sep 2016 18:00:59 +0200
Committer:  Thomas Gleixner <[email protected]>
CommitDate: Wed, 21 Sep 2016 14:13:21 +0200

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]>

---
 arch/arm/boot/dts/stm32f429.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/stm32f429.dtsi b/arch/arm/boot/dts/stm32f429.dtsi
index 35df462..1a189d4 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>;

Reply via email to