Skip to content

Commit

Permalink
ARM: dts: stm32: Add exti support for stm32mp157c
Browse files Browse the repository at this point in the history
This patch adds external interrupt (exti) support
on stm32mp157c SoC.

Signed-off-by: Ludovic Barre <ludovic.barre@st.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
  • Loading branch information
Ludovic Barre authored and Marc Zyngier committed May 24, 2018
1 parent c12fcfb commit 5f0e9d2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/stm32mp157c.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,13 @@
status = "disabled";
};

exti: interrupt-controller@5000d000 {
compatible = "st,stm32mp1-exti", "syscon";
interrupt-controller;
#interrupt-cells = <2>;
reg = <0x5000d000 0x400>;
};

usart1: serial@5c000000 {
compatible = "st,stm32h7-uart";
reg = <0x5c000000 0x400>;
Expand Down

0 comments on commit 5f0e9d2

Please sign in to comment.