-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: dma: add silabs boards conf files
Added sltb010a,slwrb4180a,xg24_dk2601b and xg27_dk2602a boards files to run chan_blen_transfer, loop_transfer and scatter_gather tests. Signed-off-by: Martin Hoff <[email protected]>
- Loading branch information
1 parent
594a781
commit 264bb55
Showing
20 changed files
with
185 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
tests/drivers/dma/chan_blen_transfer/boards/sltb010a.overlay
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* | ||
* Copyright (c) 2024 Silicon Laboratories, Inc. | ||
* | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
&dma0 { | ||
status = "okay"; | ||
}; | ||
|
||
tst_dma0: &dma0 { }; |
11 changes: 11 additions & 0 deletions
11
tests/drivers/dma/chan_blen_transfer/boards/slwrb4180a.overlay
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* | ||
* Copyright (c) 2024 Silicon Laboratories, Inc. | ||
* | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
&dma0 { | ||
status = "okay"; | ||
}; | ||
|
||
tst_dma0: &dma0 { }; |
11 changes: 11 additions & 0 deletions
11
tests/drivers/dma/chan_blen_transfer/boards/xg24_dk2601b.overlay
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* | ||
* Copyright (c) 2024 Silicon Laboratories, Inc. | ||
* | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
&dma0 { | ||
status = "okay"; | ||
}; | ||
|
||
tst_dma0: &dma0 { }; |
11 changes: 11 additions & 0 deletions
11
tests/drivers/dma/chan_blen_transfer/boards/xg27_dk2602a.overlay
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* | ||
* Copyright (c) 2024 Silicon Laboratories, Inc. | ||
* | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
&dma0 { | ||
status = "okay"; | ||
}; | ||
|
||
tst_dma0: &dma0 { }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Copyright (c) 2024 Silicon Laboratories, Inc. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=0 | ||
CONFIG_DMA_LOOP_TRANSFER_SIZE=2048 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* | ||
* Copyright (c) 2024 Silicon Laboratories, Inc. | ||
* | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
&dma0 { | ||
status = "okay"; | ||
}; | ||
|
||
tst_dma0: &dma0 { }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Copyright (c) 2024 Silicon Laboratories, Inc. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=0 | ||
CONFIG_DMA_LOOP_TRANSFER_SIZE=2048 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* | ||
* Copyright (c) 2024 Silicon Laboratories, Inc. | ||
* | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
&dma0 { | ||
status = "okay"; | ||
}; | ||
|
||
tst_dma0: &dma0 { }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Copyright (c) 2024 Silicon Laboratories, Inc. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=0 | ||
CONFIG_DMA_LOOP_TRANSFER_SIZE=2048 |
11 changes: 11 additions & 0 deletions
11
tests/drivers/dma/loop_transfer/boards/xg24_dk2601b.overlay
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* | ||
* Copyright (c) 2024 Silicon Laboratories, Inc. | ||
* | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
&dma0 { | ||
status = "okay"; | ||
}; | ||
|
||
tst_dma0: &dma0 { }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Copyright (c) 2024 Silicon Laboratories, Inc. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=0 | ||
CONFIG_DMA_LOOP_TRANSFER_SIZE=2048 |
11 changes: 11 additions & 0 deletions
11
tests/drivers/dma/loop_transfer/boards/xg27_dk2602a.overlay
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* | ||
* Copyright (c) 2024 Silicon Laboratories, Inc. | ||
* | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
&dma0 { | ||
status = "okay"; | ||
}; | ||
|
||
tst_dma0: &dma0 { }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Copyright (c) 2024 Silicon Laboratories, Inc. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
CONFIG_DMA_SG_CHANNEL_NR=0 | ||
CONFIG_DMA_SG_XFER_SIZE=4096 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/* | ||
* Copyright (c) 2024 Silicon Laboratories, Inc. | ||
* | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
|
||
/ { | ||
aliases { | ||
dma0 = &dma0; | ||
}; | ||
}; | ||
|
||
&dma0 { | ||
status = "okay"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Copyright (c) 2024 Silicon Laboratories, Inc. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
CONFIG_DMA_SG_CHANNEL_NR=0 |
15 changes: 15 additions & 0 deletions
15
tests/drivers/dma/scatter_gather/boards/slwrb4180a.overlay
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/* | ||
* Copyright (c) 2024 Silicon Laboratories, Inc. | ||
* | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
/ { | ||
aliases { | ||
dma0 = &dma0; | ||
}; | ||
}; | ||
|
||
&dma0 { | ||
status = "okay"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Copyright (c) 2024 Silicon Laboratories, Inc. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
CONFIG_DMA_SG_CHANNEL_NR=0 |
15 changes: 15 additions & 0 deletions
15
tests/drivers/dma/scatter_gather/boards/xg24_dk2601b.overlay
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/* | ||
* Copyright (c) 2024 Silicon Laboratories, Inc. | ||
* | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
/ { | ||
aliases { | ||
dma0 = &dma0; | ||
}; | ||
}; | ||
|
||
&dma0 { | ||
status = "okay"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Copyright (c) 2024 Silicon Laboratories, Inc. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
CONFIG_DMA_SG_CHANNEL_NR=0 |
15 changes: 15 additions & 0 deletions
15
tests/drivers/dma/scatter_gather/boards/xg27_dk2602a.overlay
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/* | ||
* Copyright (c) 2024 Silicon Laboratories, Inc. | ||
* | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
/ { | ||
aliases { | ||
dma0 = &dma0; | ||
}; | ||
}; | ||
|
||
&dma0 { | ||
status = "okay"; | ||
}; |