tests: dma: loop_transfer: add overlay for Nucleo-WB07CC

Add an overlay to the test so that proper DMA behavior can
be verified on STM32WB07 SoC.

Signed-off-by: Mathieu Choplain <mathieu.choplain@st.com>
This commit is contained in:
Mathieu Choplain 2025-01-03 11:03:30 +01:00 committed by Benjamin Cabé
parent 45008430f1
commit 2c53fd78a4
2 changed files with 13 additions and 0 deletions

View file

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

View file

@ -0,0 +1,12 @@
/*
* Copyright (c) 2025 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/
&dma1 {
status = "okay";
};
tst_dma0: &dmamux1 {
status = "okay";
};