arm64: dts: qcom: sdm845: Add reserve-memory nodes
Add reserve-memory nodes for mpss and mba required for remoteproc mss pil. Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Reviewed-by: Douglas Anderson <dianders@chromium.org> Signed-off-by: Sibi Sankar <sibis@codeaurora.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
parent
bc2c806293
commit
8ed6d484ec
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue