On 14/08/2024 11:43, Raj Kumar Bhagat wrote: > + > + /* Default Profile > + * +============+==============+=====================+ > + * | | | | > + * | Region | Start Offset | Size | > + * | | | | > + * +------------+--------------+---------------------+ > + * | | | | > + * | | | | > + * | | | | > + * | WLAN Q6 | 0x4A900000 | 35MB | > + * | | | | > + * | | | | > + * +------------+--------------+---------------------+ > + * | M3 Dump | 0x4CC00000 | 1MB | > + * +============+==============+=====================+ > + * | | > + * | | > + * | | > + * | Rest of memory for Linux | > + * | | > + * | | > + * | | > + * +=================================================+ > + */ > + > + reserved-memory { > + #address-cells = <2>; > + #size-cells = <2>; > + ranges; > + > + q6_region: wcnss@4a900000 { > + no-map; > + reg = <0x0 0x4a900000 0x0 0x02300000>; > + }; > + > + m3_dump: m3_dump@4cc00000 { Follow DTS coding style. Best regards, Krzysztof