On 28/01/2025 10:10, Raj Kumar Bhagat wrote: > + /* Default Profile > + * +============+==============+=====================+ > + * | | | | > + * | Region | Start Offset | Size | > + * | | | | > + * +------------+--------------+---------------------+ > + * | | | | > + * | | | | > + * | | | | > + * | WLAN Q6 | 0x4A900000 | 43MB | > + * | | | | > + * | | | | > + * +------------+--------------+---------------------+ > + * | M3 Dump | 0x4D400000 | 1MB | > + * +============+==============+=====================+ > + * | | > + * | | > + * | | > + * | Rest of memory for Linux | > + * | | > + * | | > + * | | > + * +=================================================+ > + */ > + > + reserved-memory { > + #address-cells = <2>; > + #size-cells = <2>; > + ranges; > + > + q6_region: wcss@4a900000 { > + reg = <0x0 0x4a900000 0x0 0x02b00000>; > + no-map; > + }; > + > + m3_dump: m3-dump@4d400000 { This fails with your wireless patchset. > + reg = <0x0 0x4D400000 0x0 0x100000>; > + no-map; > + }; > + }; > }; > > &blsp1_i2c1 { > @@ -63,3 +104,16 @@ data-pins { > }; > }; > }; > + > +&wifi0 { > + memory-region = <&q6_region>, <&m3_dump>; > + memory-region-names = "q6-region", "m3-dump"; Binding said you have four items. I don't understand why this varies and why this is 2 items instead. Best regards, Krzysztof