File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change 20
20
reg = <0 0 0 0>;
21
21
};
22
22
23
+ reserved-memory {
24
+ #address-cells = <2>;
25
+ #size-cells = <2>;
26
+ ranges;
27
+
28
+ memory@85800000 {
29
+ reg = <0x0 0x85800000 0x0 0x800000>;
30
+ no-map;
31
+ };
32
+
33
+ smem_mem: smem-mem@86000000 {
34
+ reg = <0x0 0x86000000 0x0 0x200000>;
35
+ no-map;
36
+ };
37
+
38
+ memory@86200000 {
39
+ reg = <0x0 0x86200000 0x0 0x2600000>;
40
+ no-map;
41
+ };
42
+
43
+ rmtfs {
44
+ compatible = "qcom,rmtfs-mem";
45
+
46
+ size = <0x0 0x200000>;
47
+ alloc-ranges = <0x0 0xa0000000 0x0 0x2000000>;
48
+ no-map;
49
+
50
+ qcom,client-id = <1>;
51
+ qcom,vmid = <15>;
52
+ };
53
+ };
54
+
23
55
clocks {
24
56
xo_board {
25
57
compatible = "fixed-clock";
205
237
};
206
238
};
207
239
240
+ tcsr_mutex: hwlock {
241
+ compatible = "qcom,tcsr-mutex";
242
+ syscon = <&tcsr_mutex_regs 0 0x1000>;
243
+ #hwlock-cells = <1>;
244
+ };
245
+
208
246
psci {
209
247
compatible = "arm,psci-1.0";
210
248
method = "smc";
223
261
};
224
262
};
225
263
264
+ smem {
265
+ compatible = "qcom,smem";
266
+ memory-region = <&smem_mem>;
267
+ hwlocks = <&tcsr_mutex 3>;
268
+ };
269
+
226
270
thermal-zones {
227
271
cpu-thermal0 {
228
272
polling-delay-passive = <250>;
472
516
#thermal-sensor-cells = <1>;
473
517
};
474
518
519
+ tcsr_mutex_regs: syscon@1f40000 {
520
+ compatible = "syscon";
521
+ reg = <0x1f40000 0x20000>;
522
+ };
523
+
475
524
apcs_glb: mailbox@9820000 {
476
525
compatible = "qcom,msm8998-apcs-hmss-global";
477
526
reg = <0x17911000 0x1000>;
You can’t perform that action at this time.
0 commit comments