Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1682977 > unrolled thread
| Started by | Ludovic Barre <ludovic.Barre@st.com> |
|---|---|
| First post | 2017-07-07 09:30 +0200 |
| Last post | 2017-07-07 09:30 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 7/8] ARM: dts: stm32: add exti support for stm32h743 Ludovic Barre <ludovic.Barre@st.com> - 2017-07-07 09:30 +0200
| From | Ludovic Barre <ludovic.Barre@st.com> |
|---|---|
| Date | 2017-07-07 09:30 +0200 |
| Subject | [PATCH 7/8] ARM: dts: stm32: add exti support for stm32h743 |
| Message-ID | <u0vS9-Am-1@gated-at.bofh.it> |
From: Ludovic Barre <ludovic.barre@st.com>
this patch add support of external interrupt (exti)
for stm32h743
Signed-off-by: Ludovic Barre <ludovic.barre@st.com>
---
arch/arm/boot/dts/stm32h743.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm/boot/dts/stm32h743.dtsi b/arch/arm/boot/dts/stm32h743.dtsi
index 4685629..730cbd8 100644
--- a/arch/arm/boot/dts/stm32h743.dtsi
+++ b/arch/arm/boot/dts/stm32h743.dtsi
@@ -74,6 +74,14 @@
interrupts = <50>;
clocks = <&timer_clk>;
};
+
+ exti: interrupt-controller@58000000 {
+ compatible = "st,stm32h7-exti";
+ interrupt-controller;
+ #interrupt-cells = <2>;
+ reg = <0x58000000 0x400>;
+ interrupts = <1>, <2>, <3>, <6>, <7>, <8>, <9>, <10>, <23>, <40>, <41>, <62>, <76>;
+ };
};
};
--
2.7.4
Back to top | Article view | linux.kernel
csiph-web