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?