Skip to content

Commit a86d902

Browse files
djiatsaf-stcfriedt
authored andcommitted
tests: drivers: uart: uart_aync_api: add support for stm32h5-dk
Enable the test to be executed on the stm32h573i-dk as well. Signed-off-by: Fabrice DJIATSA <[email protected]>
1 parent 3c8def0 commit a86d902

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/*
2+
* Copyright (c) 2025 STMicroelectronics
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
dut: &usart3 {
7+
dmas = <&gpdma1 0 26 STM32_DMA_PERIPH_TX>,
8+
<&gpdma1 1 25 STM32_DMA_PERIPH_RX>;
9+
dma-names = "tx", "rx";
10+
};

0 commit comments

Comments
 (0)