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.

PROCESSOR-SDK-J721S2: Cacheable Memory

Part Number: PROCESSOR-SDK-J721S2


Hi all, 

How to config region of memory as cacheable memory ?

I'm now facing an issue in accessing memory with runtime.

Here is the device tree.

A72-memory@90000000 {
compatible = "shared-dma-pool";
reg = <0x0 0x90000000 0x0 0x03FFFFFF>;
no-map;
phandle = <0xf6>;
};

How can I achieve low latency access and copy from this memory?