]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: DT: STM32: add dma for usart3 on F429
authorAlexandre TORGUE <alexandre.torgue@st.com>
Mon, 24 Oct 2016 13:22:43 +0000 (15:22 +0200)
committerAlexandre TORGUE <alexandre.torgue@st.com>
Fri, 4 Nov 2016 14:07:55 +0000 (15:07 +0100)
Add DMA support for USART3 on STM32F429 MCU.

Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32f429.dtsi

index f5ebad826374ade6ddc47135c057e68201d1949c..1c54f9e68723ddede21feb70c621c98353d93b4a 100644 (file)
                        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 {