Skip to content

Commit 7e39286

Browse files
tiennguyenzgkartben
authored andcommitted
tests: drivers: dma: Add support for RZ/G3S-SMARC
Enable DMA driver tests for RZ/G3S-SMARC Signed-off-by: Tien Nguyen <[email protected]> Signed-off-by: Nhut Nguyen <[email protected]>
1 parent 6847234 commit 7e39286

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* Copyright (c) 2024 Renesas Electronics Corporation
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&dma0 {
8+
status = "okay";
9+
};
10+
11+
tst_dma0: &dma0 { };
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* Copyright (c) 2024 Renesas Electronics Corporation
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&dma0 {
8+
status = "okay";
9+
};
10+
11+
tst_dma0: &dma0 { };

0 commit comments

Comments
 (0)