ARM: dts: stm32: Add MDMA support for STM32H743 SoC

This patch adds MDMA support for STM32H743 SoC.

Signed-off-by: Pierre-Yves MORDRET <pierre-yves.mordret@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
This commit is contained in:
Pierre-Yves MORDRET
2017-10-16 18:21:39 +02:00
committed by Alexandre Torgue
parent cae2ada3a7
commit 4bd93eb39d

View File

@@ -217,6 +217,16 @@ adc2: adc@100 {
};
};
mdma1: dma@52000000 {
compatible = "st,stm32h7-mdma";
reg = <0x52000000 0x1000>;
interrupts = <122>;
clocks = <&rcc MDMA_CK>;
#dma-cells = <5>;
dma-channels = <16>;
dma-requests = <32>;
};
lptimer2: timer@58002400 {
#address-cells = <1>;
#size-cells = <0>;