Skip to content

Commit

Permalink
tests: dma: scatter_gather: Add mimxrt1060_evk to test platforms
Browse files Browse the repository at this point in the history
Add overlay that enables mimxrt1060_evk on test.

Signed-off-by: Kumar Gala <[email protected]>
  • Loading branch information
galak committed Jul 29, 2022
1 parent 37fded7 commit 9e7255a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/drivers/dma/scatter_gather/boards/mimxrt1060_evk.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*
* Copyright (c) 2022 Kumar Gala <[email protected]>
*
* SPDX-License-Identifier: Apache-2.0
*/

/ {
aliases {
dma0 = &edma0;
};
};

0 comments on commit 9e7255a

Please sign in to comment.