tests: drivers: dma test running on the nucleo_wl55 board

enable the dma and dmamux to the nucleo_wl55jc
so that dma testcases can run on that target

Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2022-02-24 16:38:34 +01:00 committed by Maureen Helm
commit d91bdc0f51
5 changed files with 40 additions and 0 deletions

View file

@ -17,3 +17,4 @@ supported:
- arduino_spi
- adc
- pwm
- dma

View file

@ -0,0 +1,3 @@
CONFIG_DMA_TRANSFER_DRV_NAME="DMAMUX_1"
CONFIG_DMA_TRANSFER_CHANNEL_NR_0=6
CONFIG_DMA_TRANSFER_CHANNEL_NR_1=10

View file

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

View file

@ -0,0 +1,2 @@
CONFIG_DMA_LOOP_TRANSFER_DRV_NAME="DMAMUX_1"
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=11

View file

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