提交 82b904b6 编写于 作者: L Ludovic Barre 提交者: Alexandre Torgue

ARM: dts: stm32: add exti support for stm32h743

This patch adds support of external interrupt (exti)
for stm32h743.
Signed-off-by: NLudovic Barre <ludovic.barre@st.com>
Signed-off-by: NAlexandre Torgue <alexandre.torgue@st.com>
上级 7928b2cb
...@@ -227,6 +227,14 @@ ...@@ -227,6 +227,14 @@
dma-requests = <32>; dma-requests = <32>;
}; };
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>;
};
lptimer2: timer@58002400 { lptimer2: timer@58002400 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册