Re: [PATCH 3/3] arm64: dts: ti: Add support for TI J722S Evaluation Module

From: Kumar, Udit
Date: Mon Jan 15 2024 - 05:22:57 EST


Hi Vaishnav

On 12/13/2023 6:19 PM, Vaishnav Achath wrote:
Add basic support for the J722S EVM with UART console and
MMC SD as rootfs.

Schematics are available at:
https://www.ti.com/lit/zip/sprr495

Co-developed-by: Jayesh Choudhary <j-choudhary@xxxxxx>
Signed-off-by: Jayesh Choudhary <j-choudhary@xxxxxx>
Signed-off-by: Vaishnav Achath <vaishnav.a@xxxxxx>
---
[..]
+
+ wkup_r5fss0_core0_memory_region: r5f-memory@a0100000 {
+ compatible = "shared-dma-pool";
+ reg = <0x00 0xa0100000 0x00 0xf00000>;
+ no-map;
+ };

Do you think, we should have some  reserve memory for dma area as well

Something like wkup_r5fss0_core0_dma_memory_region

+
+ };
+ [..]