tests: drivers: dma testing on the stm32h573i_dk board

Configure the tests/drivers/dma/loop_transfer
and the tests/drivers/dma//chan_blen_transfer
to run on the stm32h573i_dk : use gpdma1 or gpdma2.

Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2023-01-16 15:42:33 +01:00 committed by Carles Cufí
commit c36622daa5
4 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,2 @@
CONFIG_DMA_TRANSFER_CHANNEL_NR_0=6
CONFIG_DMA_TRANSFER_CHANNEL_NR_1=1

View file

@ -0,0 +1,9 @@
/*
* Copyright (c) 2023 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/
test_dma0: &gpdma1 {
status = "okay";
};

View file

@ -0,0 +1 @@
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=4

View file

@ -0,0 +1,9 @@
/*
* Copyright (c) 2023 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/
test_dma0: &gpdma2 {
status = "okay";
};