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

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
......@@ -256,6 +256,8 @@ watchdog@f8048040 {
};
uart3: serial@fc008000 {
atmel,use-dma-rx;
atmel,use-dma-tx;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart3_default>;
status = "okay";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment