Use tst_dma0 to avoid conflict with how twister and ztest deal with testcase names. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
17 lines
193 B
Text
17 lines
193 B
Text
/*
|
|
* Copyright (c) 2020 STMicroelectronics
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
&dma1 {
|
|
status = "okay";
|
|
};
|
|
|
|
&dma2 {
|
|
status = "okay";
|
|
};
|
|
|
|
tst_dma0: &dmamux1 {
|
|
status = "okay";
|
|
};
|