Commit 73767f19 authored by Gerald Baeza's avatar Gerald Baeza Committed by Alexandre TORGUE

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

Tested-by: default avatarBruno Herrera <bruherrera@gmail.com>
Signed-off-by: default avatarGerald Baeza <gerald.baeza@st.com>
Signed-off-by: default avatarAlexandre TORGUE <alexandre.torgue@st.com>
parent 5670501c
......@@ -162,6 +162,9 @@ usart1: serial@40011000 {
interrupts = <37>;
clocks = <&rcc 0 164>;
status = "disabled";
dmas = <&dma2 2 4 0x400 0x0>,
<&dma2 7 4 0x400 0x0>;
dma-names = "rx", "tx";
};
usart6: serial@40011400 {
......
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