Skip to content

Commit eed4b43

Browse files
FRASTMcarlescufi
authored andcommitted
boards: arm: stm32u575 nucleo target board has GPDMA instance
Enable the GPDMA 1 instance on the target board nucleo_u575zi_q from STMicroelectronics. Signed-off-by: Francois Ramu <[email protected]>
1 parent 4d2e57d commit eed4b43

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

boards/arm/nucleo_u575zi_q/nucleo_u575zi_q.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@
3434
current-speed = <115200>;
3535
status = "okay";
3636
};
37+
38+
&gpdma1 {
39+
status = "okay";
40+
};

boards/arm/nucleo_u575zi_q/nucleo_u575zi_q.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ supported:
1616
- spi
1717
- usart
1818
- watchdog
19+
- dma
1920
ram: 786
2021
flash: 2048

0 commit comments

Comments
 (0)