Commit 8ed6d484 authored by Sibi Sankar's avatar Sibi Sankar Committed by Andy Gross

arm64: dts: qcom: sdm845: Add reserve-memory nodes

Add reserve-memory nodes for mpss and mba required for
remoteproc mss pil.
Reviewed-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Reviewed-by: default avatarDouglas Anderson <dianders@chromium.org>
Signed-off-by: default avatarSibi Sankar <sibis@codeaurora.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent bc2c8062
......@@ -98,6 +98,16 @@ wlan_msa_mem: memory@96700000 {
reg = <0 0x96700000 0 0x100000>;
no-map;
};
mpss_region: memory@8e000000 {
reg = <0 0x8e000000 0 0x7800000>;
no-map;
};
mba_region: memory@96500000 {
reg = <0 0x96500000 0 0x200000>;
no-map;
};
};
cpus {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment