summaryrefslogtreecommitdiff
path: root/qcom/kalamap-qcs.dtsi
blob: f4f235940446f942cc1cbc414d23056ac07fa8d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#include "kalamap-v2.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. KalamaP QCS";
	compatible = "qcom,kalamap";
	qcom,msm-id = <603 0x20000>;
};

&video_mem {
	reg = <0x0 0x9bb00000 0x0 0x1000000>;
};

&cvp_mem {
	reg = <0x0 0x9cb00000 0x0 0x700000>;
};

&cdsp_mem {
	reg = <0x0 0x9d200000 0x0 0x2000000>;
};

&q6_cdsp_dtb_mem {
	reg = <0x0 0x9f200000 0x0 0x80000>;
};

&q6_adsp_dtb_mem {
	reg = <0x0 0x9f280000 0x0 0x80000>;
};

&adspslpi_mem {
	reg = <0x0 0x9f300000 0x0 0x4080000>;
};

&reserved_memory {
	hyp_mem: hyp_mem_region@80c00000 {
		no-map;
		reg = <0x0 0x80c00000 0x0 0x600000>;
	};
};