1/*
2 * Copyright (c) 2022 Kumar Gala <galak@kernel.org>
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7tst_dma0: &dma2 { };
8
9/* The test driver expects the SRAM0 region to be non-cachable */
10&sram0 {
11	zephyr,memory-attr = <( DT_MEM_ARM(ATTR_MPU_RAM_NOCACHE) )>;
12};
13