工具/软件:
你(们)好
我们仅使用 Linux SDK 版本 10.01.10.04 、不使用 MCU+ SDK。
对于 k3-am62x-sk-common.dtsi 文件中的设备树节点、 我们是否可以删除三个节点 rrtos_ipc_memory_region / mcu_m4fss_dmax_region/mcu_m4fss_memory_region ? 保留这些存储器的用途是什么?
保留内存{
rtos_IPC_memory_region:ipc-memory@9c800000{
compatible =“shared-dma-pool";“;
REG =<0x00 0x9c800000 0x00 0x00300000>;
无映射;
};
mcu_m4fss_dmax_memory_region:m4f-dma-memory@9cb00000{
compatible =“shared-dma-pool";“;
REG =<0x00 0x9cb00000 0x00 0x10000>;
无映射;
};
mcu_m4fss_memory_region:m4f-memory@9cc00000{
compatible =“shared-dma-pool";“;
REG =<0x00 0x9cc00000 0x00 0xe00000>;
无映射;
};
};