Re: [PATCH 09/12] arm64: dts: qcom: qcs6490-radxa-dragon-q6a: Align reserved-memory with latest firmware map
From: Konrad Dybcio
Date: Fri Apr 24 2026 - 08:23:34 EST
On 4/7/26 5:20 PM, Xilin Wu wrote:
> The current board DTS no longer matches the reserved-memory carveouts
> used by the latest official Dragon Q6A firmware. Update the memory map
> to keep the DTS in sync with firmware expectations.
>
> Signed-off-by: Xilin Wu <sophon@xxxxxxxxx>
> ---
[...]
> + adsp_rpc_remote_heap_mem: adsp-rpc-remote-heap@c6500000 {
> + reg = <0x0 0xc6500000 0x0 0x800000>;
> no-map;
Is this a fixed cutout in your memory map, or is that dynamically allocated?
Konrad