Use tst_dma0 to avoid conflict with how twister and ztest deal with testcase names. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
14 lines
285 B
Text
14 lines
285 B
Text
/*
|
|
* Copyright (c) 2022 Kumar Gala <galak@kernel.org>
|
|
* Copyright (c) 2024 NXP
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include <zephyr/dt-bindings/memory-attr/memory-attr-arm.h>
|
|
|
|
&itcm {
|
|
zephyr,memory-attr = <( DT_MEM_ARM(ATTR_MPU_RAM_NOCACHE) )>;
|
|
};
|
|
|
|
tst_dma0: &edma0 { };
|