Skip to content

Commit 77b3ab0

Browse files
FRASTMcarlescufi
authored andcommitted
dts: arm: stm32U5 add a DMA node for the GPDMA1 instance
This commit defines the GPDMA peripheral for the stm32U5. This dma is of a new type with 16 channels and 114 requests. Signed-off-by: Francois Ramu <[email protected]>
1 parent 46a8708 commit 77b3ab0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

dts/arm/st/u5/stm32u5.dtsi

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,19 @@
583583
interrupts = <106 0>;
584584
status = "disabled";
585585
};
586+
587+
gpdma1: dma@40020000 {
588+
compatible = "st,stm32u5-dma";
589+
#dma-cells = <3>;
590+
reg = <0x40020000 0x400>;
591+
interrupts = <29 0 30 0 31 0 32 0 33 0 34 0 35 0 36 0
592+
80 0 81 0 82 0 83 0 84 0 85 0 86 0 87 0>;
593+
clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x1>;
594+
dma-channels = <16>;
595+
dma-requests = <114>;
596+
dma-offset = <0>;
597+
status = "disabled";
598+
};
586599
};
587600
};
588601

0 commit comments

Comments
 (0)