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: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
This commit is contained in:
Nicolas Ferre 2016-12-01 11:49:49 +01:00 коммит произвёл Alexandre Belloni
Родитель f72d20fed9
Коммит 89a236d68a
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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";