Skip to content

Commit 5f0e9d2

Browse files
ludovicbarreMarc Zyngier
authored andcommitted
ARM: dts: stm32: Add exti support for stm32mp157c
This patch adds external interrupt (exti) support on stm32mp157c SoC. Signed-off-by: Ludovic Barre <[email protected]> Signed-off-by: Marc Zyngier <[email protected]>
1 parent c12fcfb commit 5f0e9d2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

arch/arm/boot/dts/stm32mp157c.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,13 @@
183183
status = "disabled";
184184
};
185185

186+
exti: interrupt-controller@5000d000 {
187+
compatible = "st,stm32mp1-exti", "syscon";
188+
interrupt-controller;
189+
#interrupt-cells = <2>;
190+
reg = <0x5000d000 0x400>;
191+
};
192+
186193
usart1: serial@5c000000 {
187194
compatible = "st,stm32h7-uart";
188195
reg = <0x5c000000 0x400>;

0 commit comments

Comments
 (0)