ARM: dts: at91: sama5d4 Xplained: enable UART1 node with DMA

Enable UART1 and use DMA configuration with it.

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-11-30 18:36:30 +01:00 committed by Alexandre Belloni
parent e60f791138
commit 0d98013de8

View File

@ -69,6 +69,12 @@
ahb {
apb {
uart0: serial@f8004000 {
atmel,use-dma-rx;
atmel,use-dma-tx;
status = "okay";
};
spi0: spi@f8010000 {
cs-gpios = <&pioC 3 0>, <0>, <0>, <0>;
status = "okay";