blob: 35e5f3935d344a5b913ec6d1485853c909d729f2 [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";
};
test_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";
};
test_dma1: &dmamux2 {
status = "okay";
};