提交 8ecf910a 编写于 作者: P Pierre-Yves MORDRET 提交者: Alexandre Torgue

ARM: dts: stm32: Add MDMA support on STM32MP157C

Activate MDMA for STM32MP157C
Signed-off-by: NPierre-Yves MORDRET <pierre-yves.mordret@st.com>
Signed-off-by: NAlexandre Torgue <alexandre.torgue@st.com>
上级 1cffb560
......@@ -632,6 +632,16 @@
status = "disabled";
};
mdma1: dma@58000000 {
compatible = "st,stm32h7-mdma";
reg = <0x58000000 0x1000>;
interrupts = <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&rcc MDMA>;
#dma-cells = <5>;
dma-channels = <32>;
dma-requests = <48>;
};
usart1: serial@5c000000 {
compatible = "st,stm32h7-uart";
reg = <0x5c000000 0x400>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册