Skip to content

Commit d2227a1

Browse files
kbidaninordicjm
authored andcommitted
[nrf fromtree] tests: drivers: uart: async_api: add stm32u3 boards overlays
Add UART test overlays for Nucleo U385RG-Q board. Remove non serial boot conf file since they are now unnecessary. Signed-off-by: Khaoula Bidani <[email protected]> (cherry picked from commit 065900b)
1 parent 3112fd1 commit d2227a1

File tree

1 file changed

+15
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)