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:
parent
b9ef7918ac
commit
d91bdc0f51
@ -17,3 +17,4 @@ supported:
|
||||
- arduino_spi
|
||||
- adc
|
||||
- pwm
|
||||
- dma
|
||||
|
||||
@ -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
|
||||
@ -0,0 +1,17 @@
|
||||
/*
|
||||
* Copyright (c) 2020 STMicroelectronics
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&dma1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dma2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dmamux1 {
|
||||
status = "okay";
|
||||
};
|
||||
@ -0,0 +1,2 @@
|
||||
CONFIG_DMA_LOOP_TRANSFER_DRV_NAME="DMAMUX_1"
|
||||
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=11
|
||||
17
tests/drivers/dma/loop_transfer/boards/nucleo_wl55jc.overlay
Normal file
17
tests/drivers/dma/loop_transfer/boards/nucleo_wl55jc.overlay
Normal file
@ -0,0 +1,17 @@
|
||||
/*
|
||||
* Copyright (c) 2020 STMicroelectronics
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&dma1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dma2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dmamux1 {
|
||||
status = "okay";
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user