tests: dma: Add FRDM-K64F to test platforms

Add overlays that enables FRDM-K64F for several dma tests.

Signed-off-by: Kumar Gala <galak@kernel.org>
This commit is contained in:
Kumar Gala 2022-07-29 10:28:44 -05:00 committed by Kumar Gala
commit 37fded7d37
3 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,7 @@
/*
* Copyright (c) 2022 Kumar Gala <galak@kernel.org>
*
* SPDX-License-Identifier: Apache-2.0
*/
test_dma: &edma0 { };

View file

@ -0,0 +1,7 @@
/*
* Copyright (c) 2022 Kumar Gala <galak@kernel.org>
*
* SPDX-License-Identifier: Apache-2.0
*/
test_dma: &edma0 { };

View file

@ -0,0 +1,11 @@
/*
* Copyright (c) 2022 Kumar Gala <galak@kernel.org>
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
aliases {
dma0 = &edma0;
};
};