Skip to content

Commit 3be571d

Browse files
smalaedanieldegrasse
authored andcommitted
tests: dma: siwx91x: scatter_gather test support
Add scatter gather test support for siwx917_rb4342a Signed-off-by: Sai Santhosh Malae <Santhosh.Malae@silabs.com>
1 parent 41adc8a commit 3be571d

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CONFIG_DMA_SG_CHANNEL_NR=7
2+
CONFIG_DMA_SG_XFER_SIZE=4096
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/*
2+
* Copyright (c) 2025 Silicon Laboratories Inc.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
/ {
7+
aliases {
8+
dma0 = &dma0;
9+
};
10+
};
11+
&dma0 {
12+
status = "okay";
13+
};

tests/drivers/dma/scatter_gather/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ tests:
1515
- native_sim/native/64
1616
- xmc45_relax_kit
1717
- xmc47_relax_kit
18+
- siwx917_rb4342a
1819
filter: dt_alias_exists("dma0")
1920
integration_platforms:
2021
- intel_adsp/cavs25

0 commit comments

Comments
 (0)