Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit bfe19680 authored by Suman Anna's avatar Suman Anna
Browse files

arm64: dts: ti: k3-am642-evm: Reserve memory for IPC between RTOS cores


Add a reserved memory node to reserve a portion of the DDR memory to be
used for performing inter-processor communication between all the remote
processors running RTOS or baremetal on the TI K3 AM642 EVM board. 8 MB of
memory is reserved for this purpose, and this accounts for all the vrings
and vring buffers between all the possible pairs of remote processors.

NOTE:
The AM64x SoCs do not have any DSPs and one less R5F cluster compared
to J721E SoCs. So, while the carveout memories reserved for the R5F
clusters present on the SoC match to those on J721E, the overall memory
map reserved for firmwares is quite different. The number of R5F clusters
on AM64x SoCs are same as on J7200 SoCs, but the AM64x SoCs also have an
additional M4F core, so the RTOS IPC memory region is 1 MB higher than
on J7200 SoCs.

Signed-off-by: default avatarSuman Anna <s-anna@ti.com>
parent f579520f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment