Skip to content

Commit 7a975ac

Browse files
ArunMCHPnashif
authored andcommitted
tests: dma: microchip: Add board overlay file
Add board overlay file for pic32cx_sg41_cult to enable dma test cases to run on this board Signed-off-by: Arunprasath P <arunprasath.p@microchip.com>
1 parent 62e36f4 commit 7a975ac

File tree

2 files changed

+18
-0
lines changed

2 files changed

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

0 commit comments

Comments
 (0)