enabled dma loop transfer and channel blend to run on stm32f746g_disco Signed-off-by: Dominik Lau <dlau@internships.antmicro.com>
13 lines
214 B
Text
13 lines
214 B
Text
/*
|
|
* Copyright (c) 2024 Antmicro <www.antmicro.com>
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
tst_dma0: &dma2 {
|
|
status = "okay";
|
|
};
|
|
|
|
&sram0 {
|
|
zephyr,memory-attr = <( DT_MEM_ARM(ATTR_MPU_RAM_NOCACHE) )>;
|
|
};
|