Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 5670501c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 {