Skip to content

Commit 9eb036c

Browse files
talih0kartben
authored andcommitted
tests: drivers: dma: Add xmc4x_relax_kit overlays to loop_transfer test
Adds overlays for xmc45_relax_kit and xmc47_relax_kit boards. Signed-off-by: Andriy Gelman <[email protected]>
1 parent f5bf7df commit 9eb036c

File tree

4 files changed

+26
-0
lines changed

4 files changed

+26
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Copyright (c) 2025 Andriy Gelman
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
CONFIG_DMA_LOOP_TRANSFER_SIZE=4095
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Copyright (c) 2022 Andriy Gelman <[email protected]>
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
tst_dma0: &dma0 {
8+
status = "okay";
9+
};
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Copyright (c) 2025 Andriy Gelman
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
CONFIG_DMA_LOOP_TRANSFER_SIZE=4095
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Copyright (c) 2025 Andriy Gelman <[email protected]>
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
tst_dma0: &dma0 {
8+
status = "okay";
9+
};

0 commit comments

Comments
 (0)