Re: [PATCH v3 4/4] arm64: dts: ti: k3-am62a7-sk: Enable ipc with remote proc nodes

From: Hari Nagalla
Date: Mon Jun 10 2024 - 11:54:07 EST


On 6/6/24 12:16, Bryan Brattlof wrote:
+
+ c7x_0_memory_region: c7x-memory@99900000 {
+ compatible = "shared-dma-pool";
+ reg = <0x00 0x99900000 0x00 0x01efffff>;
+ no-map;
+ };
};
This seems highly specific to the demos we're currently running for our
reference boards. If someone wants to develop their own app say with
Zypher they would instantly need to change this.

If these absolutely need to be in here could they go in a TI-demo overly?

~Bryan
Hey Bryan,
You are correct, these carveouts match the TI provided firmware binaries. Ideally, these could go into an overlay. Just following the carveout model used with the rest of the TI SoCs (AM6x/J72x), to avoid confusion to the users.