Skip to content

Commit d71fb6e

Browse files
committed
drivers: dma: siwx91x: dma_chan_blen test app support
Add siwx917_rb4338a board overlay and config files Signed-off-by: Sai Santhosh Malae <[email protected]>
1 parent 3eb19dd commit d71fb6e

File tree

2 files changed

+13
-0
lines changed

2 files changed

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

0 commit comments

Comments
 (0)