Commit a86d9029 authored by Fabrice DJIATSA's avatar Fabrice DJIATSA Committed by Chris Friedt
Browse files

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: default avatarFabrice DJIATSA <fabrice.djiatsa-ext@st.com>
parent 3c8def06
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2025 STMicroelectronics
 *
 * SPDX-License-Identifier: Apache-2.0
 */
dut: &usart3 {
	dmas = <&gpdma1 0 26 STM32_DMA_PERIPH_TX>,
	       <&gpdma1 1 25 STM32_DMA_PERIPH_RX>;
	dma-names = "tx", "rx";
};