diff options
author | 2025-02-14 11:08:21 -0700 | |
---|---|---|
committer | 2025-02-24 12:15:09 +0200 | |
commit | 69c98f63e705bee673ff1572bc83af299937065e (patch) | |
tree | ec78af4904a5f7f10cafbdbc7bb1d8fe0fe7f21f | |
parent | ARM: dts: microchip: sama7d65: Add DMAs to sama7d65 SoC (diff) | |
download | wireguard-linux-69c98f63e705bee673ff1572bc83af299937065e.tar.xz wireguard-linux-69c98f63e705bee673ff1572bc83af299937065e.zip |
ARM: dts: microchip: sama7d65: Enable DMAs
Enable DMA interface for sama7d65_curiosity board.
Signed-off-by: Ryan Wanner <Ryan.Wanner@microchip.com>
Link: https://lore.kernel.org/r/e233ab028123bd91b1de7b0f02eb966d719cc0af.1739555984.git.Ryan.Wanner@microchip.com
Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
-rw-r--r-- | arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dts b/arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dts index 545cfcc57e30..93a1b0684eb9 100644 --- a/arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dts +++ b/arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dts @@ -32,6 +32,18 @@ }; }; +&dma0 { + status = "okay"; +}; + +&dma1 { + status = "okay"; +}; + +&dma2 { + status = "okay"; +}; + &flx6 { atmel,flexcom-mode = <ATMEL_FLEXCOM_MODE_USART>; status = "okay"; |