Skip to content

Commit

Permalink
arm64: dts: qcom: qcs404: Add reserved-memory regions
Browse files Browse the repository at this point in the history
Add the reserved memory regions in QCS404

Signed-off-by: Bjorn Andersson <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
Signed-off-by: Andy Gross <[email protected]>
  • Loading branch information
andersson authored and Andy Gross committed Nov 18, 2018
1 parent cac8e78 commit d59117a
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions arch/arm64/boot/dts/qcom/qcs404.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,47 @@
method = "smc";
};

reserved-memory {
#address-cells = <2>;
#size-cells = <2>;
ranges;

memory@85600000 {
reg = <0 0x85600000 0 0x90000>;
no-map;
};

smem_region: memory@85f00000 {
reg = <0 0x85f00000 0 0x200000>;
no-map;
};

memory@86100000 {
reg = <0 0x86100000 0 0x300000>;
no-map;
};

wlan_fw_mem: memory@86400000 {
reg = <0 0x86400000 0 0x1c00000>;
no-map;
};

adsp_fw_mem: memory@88000000 {
reg = <0 0x88000000 0 0x1a00000>;
no-map;
};

cdsp_fw_mem: memory@89a00000 {
reg = <0 0x89a00000 0 0x600000>;
no-map;
};

wlan_msa_mem: memory@8a000000 {
reg = <0 0x8a000000 0 0x100000>;
no-map;
};
};

soc: soc@0 {
#address-cells = <1>;
#size-cells = <1>;
Expand Down

0 comments on commit d59117a

Please sign in to comment.