tests: drivers: dma: Enable for board sgrm
This allows to run the test 'chan_blen_transfer' and 'loop_transfer' on the sgrm 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:
parent
6c78a776a5
commit
7dbcf65562
3 changed files with 24 additions and 0 deletions
9
tests/drivers/dma/chan_blen_transfer/boards/sgrm.overlay
Normal file
9
tests/drivers/dma/chan_blen_transfer/boards/sgrm.overlay
Normal file
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
* Copyright (c) 2024 GARDENA GmbH
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
tst_dma0: &dma {
|
||||
status = "okay";
|
||||
};
|
6
tests/drivers/dma/loop_transfer/boards/sgrm.conf
Normal file
6
tests/drivers/dma/loop_transfer/boards/sgrm.conf
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Copyright (c) 2024 GARDENA GmbH
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=0
|
||||
CONFIG_DMA_LOOP_TRANSFER_SIZE=1024
|
9
tests/drivers/dma/loop_transfer/boards/sgrm.overlay
Normal file
9
tests/drivers/dma/loop_transfer/boards/sgrm.overlay
Normal file
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
* Copyright (c) 2024 GARDENA GmbH
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
tst_dma0: &dma {
|
||||
status = "okay";
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue