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

Commit 854106bc authored by Nicolas Ferre's avatar Nicolas Ferre Committed by Alexandre Belloni
Browse files

ARM: dts: at91: at91sam9x5ek: use DMA for USART0



Use DMA for USART0 (which is used as ttyS1) as we have enough channels and to
show how to specify DMA use with serial nodes.

Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: default avatarClaudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent 66156ea9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -50,6 +50,8 @@
			};

			usart0: serial@f801c000 {
				atmel,use-dma-rx;
				atmel,use-dma-tx;
				status = "okay";
			};