diff options
author | Ludovic Barre <ludovic.barre@st.com> | 2018-02-14 14:35:26 +0100 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@st.com> | 2018-02-14 14:39:34 +0100 |
commit | 82b904b6746aad0cf3aec57d235f1315e201f039 (patch) | |
tree | fd4158530637b5a4ef8d5bceadab4991e85f504d /arch/arm/boot/dts/stm32h743.dtsi | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff) | |
download | blackbird-obmc-linux-82b904b6746aad0cf3aec57d235f1315e201f039.tar.gz blackbird-obmc-linux-82b904b6746aad0cf3aec57d235f1315e201f039.zip |
ARM: dts: stm32: add exti support for stm32h743
This patch adds support of external interrupt (exti)
for stm32h743.
Signed-off-by: Ludovic Barre <ludovic.barre@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stm32h743.dtsi')
-rw-r--r-- | arch/arm/boot/dts/stm32h743.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stm32h743.dtsi b/arch/arm/boot/dts/stm32h743.dtsi index bbfcbaca0b36..dcb5f311c3db 100644 --- a/arch/arm/boot/dts/stm32h743.dtsi +++ b/arch/arm/boot/dts/stm32h743.dtsi @@ -227,6 +227,14 @@ 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 { #address-cells = <1>; #size-cells = <0>; |