arm64: dts: ti: k3-j721e-som-p0: Reserve memory for IPC between RTOS cores
authorSuman Anna <s-anna@ti.com>
Tue, 25 Aug 2020 17:21:45 +0000 (12:21 -0500)
committerNishanth Menon <nm@ti.com>
Mon, 31 Aug 2020 11:31:23 +0000 (06:31 -0500)
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 on the TI J721E EVM boards. 28 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.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Link: https://lore.kernel.org/r/20200825172145.13186-9-s-anna@ti.com
arch/arm64/boot/dts/ti/k3-j721e-som-p0.dtsi

index 0e28be492ac28c4cb585868570bbdd5a554b3f18..d69d90c8b5e38eb2f95c374f627599121de986ad 100644 (file)
                        reg = <0x00 0xa8100000 0x00 0xf00000>;
                        no-map;
                };
+
+               rtos_ipc_memory_region: ipc-memories@aa000000 {
+                       reg = <0x00 0xaa000000 0x00 0x01c00000>;
+                       alignment = <0x1000>;
+                       no-map;
+               };
        };
 };