Skip to content

Commit c691451

Browse files
djiatsaf-stkartben
authored andcommitted
tests: drivers: uart: uart_async_api: update uart_async_api test
add nucleo_c071rb overlay file for test bench purpose. Signed-off-by: Fabrice DJIATSA <fabrice.djiatsa-ext@st.com>
1 parent 8ebd12a commit c691451

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+
/* SPDX-License-Identifier: Apache-2.0 */
2+
3+
dut: &usart1 {
4+
dmas = <&dmamux1 3 51 STM32_DMA_PERIPH_TX>,
5+
<&dmamux1 4 50 STM32_DMA_PERIPH_RX>;
6+
dma-names = "tx", "rx";
7+
};
8+
9+
&dma1 {
10+
status = "okay";
11+
};
12+
13+
&dmamux1 {
14+
status = "okay";
15+
};

0 commit comments

Comments
 (0)