Skip to content

Commit

Permalink
tests: drivers: dma: Add support for RZ/G3S-SMARC
Browse files Browse the repository at this point in the history
Enable DMA driver tests for RZ/G3S-SMARC

Signed-off-by: Tien Nguyen <[email protected]>
Signed-off-by: Nhut Nguyen <[email protected]>
  • Loading branch information
Tien Nguyen authored and nhutnguyenkc committed Jan 21, 2025
1 parent 795b08e commit f0bd555
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*
* Copyright (c) 2024 Renesas Electronics Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/

&dma0 {
status = "okay";
};

tst_dma0: &dma0 { };
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*
* Copyright (c) 2024 Renesas Electronics Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/

&dma0 {
status = "okay";
};

tst_dma0: &dma0 { };

0 comments on commit f0bd555

Please sign in to comment.