Skip to content

Commit

Permalink
ARM: dts: stm32: Add exti support to stm32mp157 pinctrl
Browse files Browse the repository at this point in the history
This patch adds support of external interrupt for
gpio[a..k], gpioz

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 5f0e9d2 commit 6a88c22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/stm32mp157-pinctrl.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
#size-cells = <1>;
compatible = "st,stm32mp157-pinctrl";
ranges = <0 0x50002000 0xa400>;
interrupt-parent = <&exti>;
st,syscfg = <&exti 0x60 0xff>;
pins-are-numbered;

gpioa: gpio@50002000 {
Expand Down Expand Up @@ -166,6 +168,8 @@
compatible = "st,stm32mp157-z-pinctrl";
ranges = <0 0x54004000 0x400>;
pins-are-numbered;
interrupt-parent = <&exti>;
st,syscfg = <&exti 0x60 0xff>;
status = "disabled";

gpioz: gpio@54004000 {
Expand Down

0 comments on commit 6a88c22

Please sign in to comment.