blob: c0fbbe714086a5daea6b3d8d5f84517ce4c9e036 [file] [log] [blame]
/*
* Copyright (c) 2022 Kumar Gala <galak@kernel.org>
*
* SPDX-License-Identifier: Apache-2.0
*/
tst_dma0: &dma2 { };
/* The test driver expects the SRAM0 region to be non-cachable */
&sram0 {
zephyr,memory-attr = <( DT_MEM_ARM(ATTR_MPU_RAM_NOCACHE) )>;
};