1/*
2 * Copyright (c) 2020 Erwin Rol <erwin@erwinrol.com>
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&dma1 {
8	status = "okay";
9};
10
11tst_dma0: &dma2 {
12	status = "okay";
13};
14
15/* The test driver expects the SRAM0 region to be non-cachable */
16&sram0 {
17	zephyr,memory-attr = <( DT_MEM_ARM(ATTR_MPU_RAM_NOCACHE) )>;
18};
19