Commit f1134389 authored by Alexandre TORGUE's avatar Alexandre TORGUE

ARM: DT: STM32: add dma for usart3 on F429

Add DMA support for USART3 on STM32F429 MCU.
Signed-off-by: default avatarAlexandre TORGUE <alexandre.torgue@st.com>
parent 73767f19
......@@ -122,6 +122,9 @@ usart3: serial@40004800 {
interrupts = <39>;
clocks = <&rcc 0 146>;
status = "disabled";
dmas = <&dma1 1 4 0x400 0x0>,
<&dma1 3 4 0x400 0x0>;
dma-names = "rx", "tx";
};
usart4: serial@40004c00 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment