ARM64: dts: rk3399: add support for evb3
[firefly-linux-kernel-4.4.55.git] / arch / arm64 / boot / dts / rockchip / rk3399-evb-rev3.dtsi
1 /*
2  * Copyright (c) 2016 Fuzhou Rockchip Electronics Co., Ltd
3  *
4  * This file is dual-licensed: you can use it either under the terms
5  * of the GPL or the X11 license, at your option. Note that this dual
6  * licensing only applies to this file, and not this project as a
7  * whole.
8  *
9  *  a) This file is free software; you can redistribute it and/or
10  *     modify it under the terms of the GNU General Public License as
11  *     published by the Free Software Foundation; either version 2 of the
12  *     License, or (at your option) any later version.
13  *
14  *     This file is distributed in the hope that it will be useful,
15  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
16  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17  *     GNU General Public License for more details.
18  *
19  * Or, alternatively,
20  *
21  *  b) Permission is hereby granted, free of charge, to any person
22  *     obtaining a copy of this software and associated documentation
23  *     files (the "Software"), to deal in the Software without
24  *     restriction, including without limitation the rights to use,
25  *     copy, modify, merge, publish, distribute, sublicense, and/or
26  *     sell copies of the Software, and to permit persons to whom the
27  *     Software is furnished to do so, subject to the following
28  *     conditions:
29  *
30  *     The above copyright notice and this permission notice shall be
31  *     included in all copies or substantial portions of the Software.
32  *
33  *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
34  *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
35  *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
36  *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
37  *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
38  *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
39  *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
40  *     OTHER DEALINGS IN THE SOFTWARE.
41  */
42
43 #include "rk3399-evb.dtsi"
44
45 / {
46         compatible = "rockchip,rk3399-evb-rev3", "rockchip,rk3399";
47
48         vcc5v0_sys: vcc5v0-sys {
49                 compatible = "regulator-fixed";
50                 regulator-name = "vcc5v0_sys";
51                 regulator-always-on;
52                 regulator-boot-on;
53                 regulator-min-microvolt = <5000000>;
54                 regulator-max-microvolt = <5000000>;
55         };
56 };
57
58 &cluster0_opp {
59         opp@408000000 {
60                 opp-hz = /bits/ 64 <408000000>;
61                 opp-microvolt = <800000>;
62                 clock-latency-ns = <40000>;
63         };
64         opp@600000000 {
65                 opp-hz = /bits/ 64 <600000000>;
66                 opp-microvolt = <800000>;
67         };
68         opp@816000000 {
69                 opp-hz = /bits/ 64 <816000000>;
70                 opp-microvolt = <800000>;
71         };
72         opp@1008000000 {
73                 opp-hz = /bits/ 64 <1008000000>;
74                 opp-microvolt = <875000>;
75         };
76         opp@1200000000 {
77                 opp-hz = /bits/ 64 <1200000000>;
78                 opp-microvolt = <925000>;
79         };
80         opp@1416000000 {
81                 opp-hz = /bits/ 64 <1416000000>;
82                 opp-microvolt = <1050000>;
83         };
84         opp@1512000000 {
85                 opp-hz = /bits/ 64 <1512000000>;
86                 opp-microvolt = <1075000>;
87         };
88 };
89
90 &cluster1_opp {
91         opp@408000000 {
92                 opp-hz = /bits/ 64 <408000000>;
93                 opp-microvolt = <800000>;
94                 clock-latency-ns = <40000>;
95         };
96         opp@600000000 {
97                 opp-hz = /bits/ 64 <600000000>;
98                 opp-microvolt = <800000>;
99         };
100         opp@816000000 {
101                 opp-hz = /bits/ 64 <816000000>;
102                 opp-microvolt = <825000>;
103         };
104         opp@1008000000 {
105                 opp-hz = /bits/ 64 <1008000000>;
106                 opp-microvolt = <875000>;
107         };
108         opp@1200000000 {
109                 opp-hz = /bits/ 64 <1200000000>;
110                 opp-microvolt = <950000>;
111         };
112         opp@1416000000 {
113                 opp-hz = /bits/ 64 <1416000000>;
114                 opp-microvolt = <1025000>;
115         };
116         opp@1608000000 {
117                 opp-hz = /bits/ 64 <1608000000>;
118                 opp-microvolt = <1100000>;
119         };
120         opp@1800000000 {
121                 opp-hz = /bits/ 64 <1800000000>;
122                 opp-microvolt = <1175000>;
123         };
124         opp@1992000000 {
125                 opp-hz = /bits/ 64 <1992000000>;
126                 opp-microvolt = <1250000>;
127         };
128 };
129
130 &CPU_COST_A72 {
131         busy-cost-data = <
132                 210   129       /*  408MHz */
133                 308   184       /*  600MHz */
134                 419   246       /*  816MHz */
135                 518   335       /* 1008MHz */
136                 617   428       /* 1200MHz */
137                 728   573       /* 1416MHz */
138                 827   724       /* 1608MHz */
139                 925   900       /* 1800MHz */
140                 1024  1108      /* 1992MHz */
141         >;
142         idle-cost-data = <
143               15
144               15
145                0
146         >;
147 };
148
149 &CPU_COST_A53 {
150         busy-cost-data = <
151                 108    46       /*  408M */
152                 159    67       /*  600M */
153                 216    90       /*  816M */
154                 267    120      /* 1008M */
155                 318    153      /* 1200M */
156                 375    198      /* 1416M */
157                 401    222      /* 1512M */
158         >;
159         idle-cost-data = <
160               6
161               6
162               0
163         >;
164 };
165
166 &CLUSTER_COST_A72 {
167         busy-cost-data = <
168                 210   129       /*  408MHz */
169                 308   184       /*  600MHz */
170                 419   246       /*  816MHz */
171                 518   335       /* 1008MHz */
172                 617   428       /* 1200MHz */
173                 728   573       /* 1416MHz */
174                 827   724       /* 1608MHz */
175                 925   900       /* 1800MHz */
176                 1024  1108      /* 1992MHz */
177         >;
178         idle-cost-data = <
179                  65
180                  65
181                  65
182         >;
183 };
184
185 &CLUSTER_COST_A53 {
186         busy-cost-data = <
187                 108    46       /*  408M */
188                 159    67       /*  600M */
189                 216    90       /*  816M */
190                 267    120      /* 1008M */
191                 318    153      /* 1200M */
192                 375    198      /* 1416M */
193                 401    222      /* 1512M */
194         >;
195         idle-cost-data = <
196                 56
197                 56
198                 56
199         >;
200 };
201
202 &gpu_opp_table {
203         opp@200000000 {
204                 opp-hz = /bits/ 64 <200000000>;
205                 opp-microvolt = <900000>;
206         };
207         opp@300000000 {
208                 opp-hz = /bits/ 64 <300000000>;
209                 opp-microvolt = <900000>;
210         };
211         opp@400000000 {
212                 opp-hz = /bits/ 64 <400000000>;
213                 opp-microvolt = <900000>;
214         };
215         opp@500000000 {
216                 opp-hz = /bits/ 64 <500000000>;
217                 opp-microvolt = <900000>;
218         };
219         opp@600000000 {
220                 opp-hz = /bits/ 64 <600000000>;
221                 opp-microvolt = <900000>;
222         };
223         opp@700000000 {
224                 opp-hz = /bits/ 64 <700000000>;
225                 opp-microvolt = <925000>;
226         };
227         opp@800000000 {
228                 opp-hz = /bits/ 64 <800000000>;
229                 opp-microvolt = <950000>;
230         };
231 };
232
233 &i2c0 {
234         vdd_cpu_b: syr827@40 {
235                 compatible = "silergy,syr827";
236                 reg = <0x40>;
237                 vin-supply = <&vcc5v0_sys>;
238                 regulator-compatible = "fan53555-reg";
239                 regulator-name = "vdd_cpu_b";
240                 regulator-min-microvolt = <712500>;
241                 regulator-max-microvolt = <1500000>;
242                 regulator-ramp-delay = <1000>;
243                 fcs,suspend-voltage-selector = <1>;
244                 regulator-always-on;
245                 regulator-boot-on;
246                 regulator-initial-state = <3>;
247                         regulator-state-mem {
248                         regulator-off-in-suspend;
249                 };
250         };
251
252         vdd_gpu: syr828@41 {
253                 compatible = "silergy,syr828";
254                 reg = <0x41>;
255                 vin-supply = <&vcc5v0_sys>;
256                 regulator-compatible = "fan53555-reg";
257                 regulator-name = "vdd_gpu";
258                 regulator-min-microvolt = <712500>;
259                 regulator-max-microvolt = <1500000>;
260                 regulator-ramp-delay = <1000>;
261                 fcs,suspend-voltage-selector = <1>;
262                 regulator-always-on;
263                 regulator-boot-on;
264                 regulator-initial-state = <3>;
265                         regulator-state-mem {
266                         regulator-off-in-suspend;
267                 };
268         };
269
270         rk808: pmic@1b {
271                 compatible = "rockchip,rk808";
272                 reg = <0x1b>;
273                 interrupt-parent = <&gpio1>;
274                 interrupts = <21 IRQ_TYPE_LEVEL_LOW>;
275                 pinctrl-names = "default";
276                 pinctrl-0 = <&pmic_int_l &pmic_dvs2>;
277                 rockchip,system-power-controller;
278                 wakeup-source;
279                 #clock-cells = <1>;
280                 clock-output-names = "xin32k", "rk808-clkout2";
281
282                 vcc1-supply = <&vcc3v3_sys>;
283                 vcc2-supply = <&vcc3v3_sys>;
284                 vcc3-supply = <&vcc3v3_sys>;
285                 vcc4-supply = <&vcc3v3_sys>;
286                 vcc6-supply = <&vcc3v3_sys>;
287                 vcc7-supply = <&vcc3v3_sys>;
288                 vcc8-supply = <&vcc3v3_sys>;
289                 vcc9-supply = <&vcc3v3_sys>;
290                 vcc10-supply = <&vcc3v3_sys>;
291                 vcc11-supply = <&vcc3v3_sys>;
292                 vcc12-supply = <&vcc3v3_sys>;
293                 vddio-supply = <&vcc1v8_pmu>;
294
295                 regulators {
296                         vdd_log: DCDC_REG1 {
297                                 regulator-always-on;
298                                 regulator-boot-on;
299                                 regulator-min-microvolt = <750000>;
300                                 regulator-max-microvolt = <1350000>;
301                                 regulator-name = "vdd_log";
302                                 regulator-state-mem {
303                                         regulator-on-in-suspend;
304                                         regulator-suspend-microvolt = <900000>;
305                                 };
306                         };
307
308                         vdd_cpu_l: DCDC_REG2 {
309                                 regulator-always-on;
310                                 regulator-boot-on;
311                                 regulator-min-microvolt = <750000>;
312                                 regulator-max-microvolt = <1350000>;
313                                 regulator-name = "vdd_cpu_l";
314                                 regulator-state-mem {
315                                         regulator-off-in-suspend;
316                                 };
317                         };
318
319                         vcc_ddr: DCDC_REG3 {
320                                 regulator-always-on;
321                                 regulator-boot-on;
322                                 regulator-name = "vcc_ddr";
323                                 regulator-state-mem {
324                                         regulator-on-in-suspend;
325                                 };
326                         };
327
328                         vcc_1v8: DCDC_REG4 {
329                                 regulator-always-on;
330                                 regulator-boot-on;
331                                 regulator-min-microvolt = <1800000>;
332                                 regulator-max-microvolt = <1800000>;
333                                 regulator-name = "vcc_1v8";
334                                 regulator-state-mem {
335                                         regulator-on-in-suspend;
336                                         regulator-suspend-microvolt = <1800000>;
337                                 };
338                         };
339
340                         vcc1v8_dvp: LDO_REG1 {
341                                 regulator-always-on;
342                                 regulator-boot-on;
343                                 regulator-min-microvolt = <1800000>;
344                                 regulator-max-microvolt = <1800000>;
345                                 regulator-name = "vcc1v8_dvp";
346                                 regulator-state-mem {
347                                         regulator-off-in-suspend;
348                                 };
349                         };
350
351                         vcc3v0_tp: LDO_REG2 {
352                                 regulator-always-on;
353                                 regulator-boot-on;
354                                 regulator-min-microvolt = <3000000>;
355                                 regulator-max-microvolt = <3000000>;
356                                 regulator-name = "vcc3v0_tp";
357                                 regulator-state-mem {
358                                         regulator-off-in-suspend;
359                                 };
360                         };
361
362                         vcc1v8_pmu: LDO_REG3 {
363                                 regulator-always-on;
364                                 regulator-boot-on;
365                                 regulator-min-microvolt = <1800000>;
366                                 regulator-max-microvolt = <1800000>;
367                                 regulator-name = "vcc1v8_pmu";
368                                 regulator-state-mem {
369                                         regulator-on-in-suspend;
370                                         regulator-suspend-microvolt = <1800000>;
371                                 };
372                         };
373
374                         vcc_sd: LDO_REG4 {
375                                 regulator-always-on;
376                                 regulator-boot-on;
377                                 regulator-min-microvolt = <1800000>;
378                                 regulator-max-microvolt = <3300000>;
379                                 regulator-name = "vcc_sd";
380                                 regulator-state-mem {
381                                         regulator-on-in-suspend;
382                                         regulator-suspend-microvolt = <3300000>;
383                                 };
384                         };
385
386                         vcca3v0_codec: LDO_REG5 {
387                                 regulator-always-on;
388                                 regulator-boot-on;
389                                 regulator-min-microvolt = <3000000>;
390                                 regulator-max-microvolt = <3000000>;
391                                 regulator-name = "vcca3v0_codec";
392                                 regulator-state-mem {
393                                         regulator-off-in-suspend;
394                                 };
395                         };
396
397                         vcc_1v5: LDO_REG6 {
398                                 regulator-always-on;
399                                 regulator-boot-on;
400                                 regulator-min-microvolt = <1500000>;
401                                 regulator-max-microvolt = <1500000>;
402                                 regulator-name = "vcc_1v5";
403                                 regulator-state-mem {
404                                         regulator-on-in-suspend;
405                                         regulator-suspend-microvolt = <1500000>;
406                                 };
407                         };
408
409                         vcca1v8_codec: LDO_REG7 {
410                                 regulator-always-on;
411                                 regulator-boot-on;
412                                 regulator-min-microvolt = <1800000>;
413                                 regulator-max-microvolt = <1800000>;
414                                 regulator-name = "vcca1v8_codec";
415                                 regulator-state-mem {
416                                         regulator-off-in-suspend;
417                                 };
418                         };
419
420                         vcc_3v0: LDO_REG8 {
421                                 regulator-always-on;
422                                 regulator-boot-on;
423                                 regulator-min-microvolt = <3000000>;
424                                 regulator-max-microvolt = <3000000>;
425                                 regulator-name = "vcc_3v0";
426                                 regulator-state-mem {
427                                         regulator-on-in-suspend;
428                                         regulator-suspend-microvolt = <3000000>;
429                                 };
430                         };
431
432                         vcc3v3_s3: SWITCH_REG1 {
433                                 regulator-always-on;
434                                 regulator-boot-on;
435                                 regulator-name = "vcc3v3_s3";
436                                 regulator-state-mem {
437                                         regulator-off-in-suspend;
438                                 };
439                         };
440
441                         vcc3v3_s0: SWITCH_REG2 {
442                                 regulator-always-on;
443                                 regulator-boot-on;
444                                 regulator-name = "vcc3v3_s0";
445                                 regulator-state-mem {
446                                         regulator-off-in-suspend;
447                                 };
448                         };
449                 };
450         };
451 };