This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] AM623:关于 am623 器件树存储器节点

Guru**** 2540720 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1559912/am623-about-am623-device-tree-memory-node

器件型号:AM623


工具/软件:

你(们)好

 我们仅使用 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>;
无映射;
};
};