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

Commit 89a236d6 authored by Nicolas Ferre's avatar Nicolas Ferre Committed by Alexandre Belloni
Browse files

ARM: dts: at91: sama5d2 Xplained: use DMA for UART3



Use DMA for UART3 as we have enough channels and to show how to
specify DMA use with serial nodes.

Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent f72d20fe
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -256,6 +256,8 @@
			};

			uart3: serial@fc008000 {
				atmel,use-dma-rx;
				atmel,use-dma-tx;
				pinctrl-names = "default";
				pinctrl-0 = <&pinctrl_uart3_default>;
				status = "okay";