blob: ab657da22882a47500eced5527e919fc2a211d05 (
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
39
40
41
42
43
44
45
46
47
|
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright 2019 NXP
*/
#include "imx8qm.dtsi"
/ {
model = "Freescale i.MX8QP";
compatible = "fsl,imx8qp", "fsl,imx8qm";
};
&cpus {
cpu-map {
cluster1 {
/delete-node/ core1;
};
};
/delete-node/ cpu@101;
};
&gpu_3d0 {
assigned-clock-rates = <625000000>, <625000000>;
};
&gpu_3d1 {
assigned-clock-rates = <625000000>, <625000000>;
};
&imx8_gpu_ss {/*<freq-kHz vol-uV>*/
operating-points = <
/*nominal*/ 625000 0
625000 0
/*underdrive*/ 400000 0 /*core/shader clock share the same frequency on underdrive mode*/
>;
};
&thermal_zones {
cpu-thermal1 {
cooling-maps {
map0 {
cooling-device =
<&A72_0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
};
};
};
};
|