blob: 2114d8959bd3c080ea83e7f2da1268273ef92b89 [file] [log] [blame]
/*
* SPDX-License-Identifier: Apache-2.0
*/
&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-region-mpu = "RAM_NOCACHE";
};
&bdma1 {
status = "okay";
};
test_dma1: &dmamux2 {
status = "okay";
};