Commit 0d98013d authored by Nicolas Ferre's avatar Nicolas Ferre Committed by Alexandre Belloni

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

Enable UART1 and use DMA configuration with it.
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent e60f7911
......@@ -69,6 +69,12 @@ main_xtal {
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";
......
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