Skip to content

Commit c76e026

Browse files
noglitchclaudiubeznea
authored andcommitted
ARM: dts: microchip: sama7d65: add dma properties to usart6
Add the dma property and associated dma activation for usart6 as part of flx6 node. Is useful for usual default console on this product. Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com> Link: https://lore.kernel.org/r/20260102170135.70717-4-nicolas.ferre@microchip.com Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
1 parent 8f0b4cc commit c76e026

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

arch/arm/boot/dts/microchip/sama7d65.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,11 @@
617617
interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
618618
clocks = <&pmc PMC_TYPE_PERIPHERAL 40>;
619619
clock-names = "usart";
620+
dmas = <&dma1 AT91_XDMAC_DT_PERID(18)>,
621+
<&dma1 AT91_XDMAC_DT_PERID(17)>;
622+
dma-names = "tx", "rx";
623+
atmel,use-dma-rx;
624+
atmel,use-dma-tx;
620625
atmel,usart-mode = <AT91_USART_MODE_SERIAL>;
621626
atmel,fifo-size = <32>;
622627
status = "disabled";

0 commit comments

Comments
 (0)