diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2016-11-30 18:36:30 +0100 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-01-10 15:42:32 +0100 |
commit | 0d98013de89ad48e799d9fe04d2913b5acd4c1b2 (patch) | |
tree | 683a7cb976996c1505f18ea4c82bed496d45d72e | |
parent | ARM: dts: at91: sama5d4: change DMA allocation for secure peripherals (diff) | |
download | linux-0d98013de89ad48e799d9fe04d2913b5acd4c1b2.tar.xz linux-0d98013de89ad48e799d9fe04d2913b5acd4c1b2.zip |
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>
-rw-r--r-- | arch/arm/boot/dts/at91-sama5d4_xplained.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91-sama5d4_xplained.dts b/arch/arm/boot/dts/at91-sama5d4_xplained.dts index ed7fce297738..91cf69e26aa1 100644 --- a/arch/arm/boot/dts/at91-sama5d4_xplained.dts +++ b/arch/arm/boot/dts/at91-sama5d4_xplained.dts @@ -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"; |