/* * Copyright (c) 2022 Kumar Gala * * 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) )>; };