tests: drivers: dma: Enable for board sim3u1xx_dk

This allows to run the test 'chan_blen_transfer' and 'loop_transfer' on
the sim3u1xx_dk board.

The functionality tested in `chan_link_transfer` and `scatter_gather` is
not (yet) supported by the Si32 DMA driver, and those tests therefore
not enabled.

Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
This commit is contained in:
Reto Schneider 2024-08-13 00:27:56 +02:00 committed by Anas Nashif
commit dd37de8839
3 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,9 @@
/*
* Copyright (c) 2024 GARDENA GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/
tst_dma0: &dma {
status = "okay";
};

View file

@ -0,0 +1,2 @@
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=0
CONFIG_DMA_LOOP_TRANSFER_SIZE=1024

View file

@ -0,0 +1,9 @@
/*
* Copyright (c) 2024 GARDENA GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/
tst_dma0: &dma {
status = "okay";
};