Skip to content

Commit 6a88c22

Browse files
ludovicbarreMarc Zyngier
authored andcommitted
ARM: dts: stm32: Add exti support to stm32mp157 pinctrl
This patch adds support of external interrupt for gpio[a..k], gpioz Signed-off-by: Ludovic Barre <[email protected]> Signed-off-by: Marc Zyngier <[email protected]>
1 parent 5f0e9d2 commit 6a88c22

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm/boot/dts/stm32mp157-pinctrl.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
#size-cells = <1>;
1313
compatible = "st,stm32mp157-pinctrl";
1414
ranges = <0 0x50002000 0xa400>;
15+
interrupt-parent = <&exti>;
16+
st,syscfg = <&exti 0x60 0xff>;
1517
pins-are-numbered;
1618

1719
gpioa: gpio@50002000 {
@@ -166,6 +168,8 @@
166168
compatible = "st,stm32mp157-z-pinctrl";
167169
ranges = <0 0x54004000 0x400>;
168170
pins-are-numbered;
171+
interrupt-parent = <&exti>;
172+
st,syscfg = <&exti 0x60 0xff>;
169173
status = "disabled";
170174

171175
gpioz: gpio@54004000 {

0 commit comments

Comments
 (0)