Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1// SPDX-License-Identifier: GPL-2.0
2
3/ {
4 emc_icc_dvfs_opp_table: emc-dvfs-opp-table {
5 compatible = "operating-points-v2";
6
7 opp@36000000 {
8 opp-microvolt = <950000 950000 1300000>;
9 opp-hz = /bits/ 64 <36000000>;
10 opp-supported-hw = <0x000F>;
11 };
12
13 opp@47500000 {
14 opp-microvolt = <950000 950000 1300000>;
15 opp-hz = /bits/ 64 <47500000>;
16 opp-supported-hw = <0x000F>;
17 };
18
19 opp@50000000 {
20 opp-microvolt = <950000 950000 1300000>;
21 opp-hz = /bits/ 64 <50000000>;
22 opp-supported-hw = <0x000F>;
23 };
24
25 opp@54000000 {
26 opp-microvolt = <950000 950000 1300000>;
27 opp-hz = /bits/ 64 <54000000>;
28 opp-supported-hw = <0x000F>;
29 };
30
31 opp@57000000 {
32 opp-microvolt = <950000 950000 1300000>;
33 opp-hz = /bits/ 64 <57000000>;
34 opp-supported-hw = <0x000F>;
35 };
36
37 opp@100000000 {
38 opp-microvolt = <1000000 1000000 1300000>;
39 opp-hz = /bits/ 64 <100000000>;
40 opp-supported-hw = <0x000F>;
41 };
42
43 opp@108000000 {
44 opp-microvolt = <1000000 1000000 1300000>;
45 opp-hz = /bits/ 64 <108000000>;
46 opp-supported-hw = <0x000F>;
47 };
48
49 opp@126666000 {
50 opp-microvolt = <1000000 1000000 1300000>;
51 opp-hz = /bits/ 64 <126666000>;
52 opp-supported-hw = <0x000F>;
53 };
54
55 opp@150000000 {
56 opp-microvolt = <1000000 1000000 1300000>;
57 opp-hz = /bits/ 64 <150000000>;
58 opp-supported-hw = <0x000F>;
59 };
60
61 opp@190000000 {
62 opp-microvolt = <1000000 1000000 1300000>;
63 opp-hz = /bits/ 64 <190000000>;
64 opp-supported-hw = <0x000F>;
65 };
66
67 opp@216000000 {
68 opp-microvolt = <1000000 1000000 1300000>;
69 opp-hz = /bits/ 64 <216000000>;
70 opp-supported-hw = <0x000F>;
71 };
72
73 opp@300000000 {
74 opp-microvolt = <1000000 1000000 1300000>;
75 opp-hz = /bits/ 64 <300000000>;
76 opp-supported-hw = <0x000F>;
77 };
78
79 opp@333000000 {
80 opp-microvolt = <1000000 1000000 1300000>;
81 opp-hz = /bits/ 64 <333000000>;
82 opp-supported-hw = <0x000F>;
83 };
84
85 opp@380000000 {
86 opp-microvolt = <1100000 1100000 1300000>;
87 opp-hz = /bits/ 64 <380000000>;
88 opp-supported-hw = <0x000F>;
89 };
90
91 opp@600000000 {
92 opp-microvolt = <1200000 1200000 1300000>;
93 opp-hz = /bits/ 64 <600000000>;
94 opp-supported-hw = <0x000F>;
95 };
96
97 opp@666000000 {
98 opp-microvolt = <1200000 1200000 1300000>;
99 opp-hz = /bits/ 64 <666000000>;
100 opp-supported-hw = <0x000F>;
101 };
102
103 opp@760000000 {
104 opp-microvolt = <1300000 1300000 1300000>;
105 opp-hz = /bits/ 64 <760000000>;
106 opp-supported-hw = <0x000F>;
107 };
108 };
109};