blob: 3e8bd92d5fb1398c29c8e1d79d33f509b83f5416 [file] [log] [blame]
/*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/dt-bindings/memory-attr/memory-attr-arm.h>
&dma1 {
status = "okay";
};
&dma2 {
status = "okay";
};
tst_dma0: &dmamux1 {
status = "okay";
};
/* The BDMA driver expects the SRAM4 region
* to be non-cachable.
*/
&sram4 {
zephyr,memory-attr = <( DT_MEM_ARM(ATTR_MPU_RAM_NOCACHE) )>;
};
&bdma1 {
status = "okay";
};
tst_dma1: &dmamux2 {
status = "okay";
};