tests: dma: chan_blen_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:
parent
3f25a14b7c
commit
45008430f1
2 changed files with 15 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
# Use lowest- and highest-numbered channels to make sure the whole range works
|
||||
CONFIG_DMA_TRANSFER_CHANNEL_NR_0=0
|
||||
CONFIG_DMA_TRANSFER_CHANNEL_NR_1=7
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
/*
|
||||
* Copyright (c) 2025 STMicroelectronics
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
&dma1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
tst_dma0: &dmamux1 {
|
||||
status = "okay";
|
||||
};
|
||||
Loading…
Reference in a new issue