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

Tested-by: Bruno Herrera <bruherrera@gmail.com>
Signed-off-by: Gerald Baeza <gerald.baeza@st.com>
Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
This commit is contained in:
Gerald Baeza 2016-11-03 15:08:43 +01:00 committed by Alexandre TORGUE
parent 5670501c99
commit 73767f19a0

View file

@ -162,6 +162,9 @@
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 {