Skip to content

Commit 4d2e57d

Browse files
FRASTMcarlescufi
authored andcommitted
boards: arm: stm32 disco kit target board has GPDMA instance
Enable the GPDMA 1 instance on the target board b_u585i_iot02a from STMicroelectronics. Signed-off-by: Francois Ramu <[email protected]>
1 parent 8bc8b8e commit 4d2e57d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

boards/arm/b_u585i_iot02a/b_u585i_iot02a.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,7 @@
6060

6161
};
6262
};
63+
64+
&gpdma1 {
65+
status = "okay";
66+
};

boards/arm/b_u585i_iot02a/b_u585i_iot02a.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ supported:
1212
- arduino_i2c
1313
- arduino_spi
1414
- hts221
15+
- dma
1516
- usb_device
1617
- spi
1718
- dac

0 commit comments

Comments
 (0)