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
+ + }; + [..]