On June 10, 2024 thus sayeth Hari Nagalla: > 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. Ah yeah, I was planning to rip those out too ;) My idea was to throw them into our SDK layers so that other distros don't have to work around them anymore. This also gives the maintainers of those meta- layers the control of the reserved-memory{} node so they can carve it up or move it around as they need along with the firmware they build. ~Bryan