Skip to content

Commit 170e1a3

Browse files
FRASTMcarlescufi
authored andcommitted
boards: arm: stm32h5 disco kit stm32h573i_dk enables dma
Add the DMA instance for the stm32h573i_dk disco kit from STMicroelectronics. Signed-off-by: Francois Ramu <[email protected]>
1 parent 93a1b61 commit 170e1a3

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

boards/arm/stm32h573i_dk/stm32h573i_dk.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,11 @@
130130
&iwdg {
131131
status = "okay";
132132
};
133+
134+
&gpdma1 {
135+
status = "okay";
136+
};
137+
138+
&gpdma2 {
139+
status = "okay";
140+
};

boards/arm/stm32h573i_dk/stm32h573i_dk.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ supported:
1212
- uart
1313
- watchdog
1414
- entropy
15+
- dma

0 commit comments

Comments
 (0)