Merge branch 'android-4.4' of https://android.googlesource.com/kernel/common
[firefly-linux-kernel-4.4.55.git] / arch / arm64 / boot / dts / rockchip / rk3399.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 library 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 library 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 <dt-bindings/clock/rk3399-cru.h>
44 #include <dt-bindings/gpio/gpio.h>
45 #include <dt-bindings/interrupt-controller/arm-gic.h>
46 #include <dt-bindings/interrupt-controller/irq.h>
47 #include <dt-bindings/pinctrl/rockchip.h>
48 #include <dt-bindings/power/rk3399-power.h>
49 #include <dt-bindings/thermal/thermal.h>
50
51 / {
52         compatible = "rockchip,rk3399";
53         interrupt-parent = <&gic>;
54         #address-cells = <2>;
55         #size-cells = <2>;
56
57         aliases {
58                 i2c0 = &i2c0;
59                 i2c1 = &i2c1;
60                 i2c2 = &i2c2;
61                 i2c3 = &i2c3;
62                 i2c4 = &i2c4;
63                 i2c5 = &i2c5;
64                 i2c6 = &i2c6;
65                 i2c7 = &i2c7;
66                 i2c8 = &i2c8;
67                 serial0 = &uart0;
68                 serial1 = &uart1;
69                 serial2 = &uart2;
70                 serial3 = &uart3;
71                 serial4 = &uart4;
72         };
73
74         psci {
75                 compatible = "arm,psci-1.0";
76                 method = "smc";
77         };
78
79         cpus {
80                 #address-cells = <2>;
81                 #size-cells = <0>;
82
83                 cpu-map {
84                         cluster0 {
85                                 core0 {
86                                         cpu = <&cpu_l0>;
87                                 };
88                                 core1 {
89                                         cpu = <&cpu_l1>;
90                                 };
91                                 core2 {
92                                         cpu = <&cpu_l2>;
93                                 };
94                                 core3 {
95                                         cpu = <&cpu_l3>;
96                                 };
97                         };
98
99                         cluster1 {
100                                 core0 {
101                                         cpu = <&cpu_b0>;
102                                 };
103                                 core1 {
104                                         cpu = <&cpu_b1>;
105                                 };
106                         };
107                 };
108
109                 cpu_l0: cpu@0 {
110                         device_type = "cpu";
111                         compatible = "arm,cortex-a53", "arm,armv8";
112                         reg = <0x0 0x0>;
113                         enable-method = "psci";
114                         #cooling-cells = <2>; /* min followed by max */
115                         clocks = <&cru ARMCLKL>;
116                         operating-points-v2 = <&cluster0_opp>;
117                 };
118
119                 cpu_l1: cpu@1 {
120                         device_type = "cpu";
121                         compatible = "arm,cortex-a53", "arm,armv8";
122                         reg = <0x0 0x1>;
123                         enable-method = "psci";
124                         clocks = <&cru ARMCLKL>;
125                         operating-points-v2 = <&cluster0_opp>;
126                 };
127
128                 cpu_l2: cpu@2 {
129                         device_type = "cpu";
130                         compatible = "arm,cortex-a53", "arm,armv8";
131                         reg = <0x0 0x2>;
132                         enable-method = "psci";
133                         clocks = <&cru ARMCLKL>;
134                         operating-points-v2 = <&cluster0_opp>;
135                 };
136
137                 cpu_l3: cpu@3 {
138                         device_type = "cpu";
139                         compatible = "arm,cortex-a53", "arm,armv8";
140                         reg = <0x0 0x3>;
141                         enable-method = "psci";
142                         clocks = <&cru ARMCLKL>;
143                         operating-points-v2 = <&cluster0_opp>;
144                 };
145
146                 cpu_b0: cpu@100 {
147                         device_type = "cpu";
148                         compatible = "arm,cortex-a72", "arm,armv8";
149                         reg = <0x0 0x100>;
150                         enable-method = "psci";
151                         #cooling-cells = <2>; /* min followed by max */
152                         clocks = <&cru ARMCLKB>;
153                         operating-points-v2 = <&cluster1_opp>;
154                 };
155
156                 cpu_b1: cpu@101 {
157                         device_type = "cpu";
158                         compatible = "arm,cortex-a72", "arm,armv8";
159                         reg = <0x0 0x101>;
160                         enable-method = "psci";
161                         clocks = <&cru ARMCLKB>;
162                         operating-points-v2 = <&cluster1_opp>;
163                 };
164         };
165
166         cluster0_opp: opp_table0 {
167                 compatible = "operating-points-v2";
168                 opp-shared;
169
170                 opp00 {
171                         opp-hz = /bits/ 64 <408000000>;
172                         opp-microvolt = <900000>;
173                         clock-latency-ns = <40000>;
174                 };
175                 opp01 {
176                         opp-hz = /bits/ 64 <600000000>;
177                         opp-microvolt = <900000>;
178                 };
179                 opp02 {
180                         opp-hz = /bits/ 64 <816000000>;
181                         opp-microvolt = <900000>;
182                 };
183                 opp03 {
184                         opp-hz = /bits/ 64 <1008000000>;
185                         opp-microvolt = <900000>;
186                 };
187         };
188
189         cluster1_opp: opp_table1 {
190                 compatible = "operating-points-v2";
191                 opp-shared;
192
193                 opp00 {
194                         opp-hz = /bits/ 64 <408000000>;
195                         opp-microvolt = <900000>;
196                         clock-latency-ns = <40000>;
197                 };
198                 opp01 {
199                         opp-hz = /bits/ 64 <600000000>;
200                         opp-microvolt = <900000>;
201                 };
202                 opp02 {
203                         opp-hz = /bits/ 64 <816000000>;
204                         opp-microvolt = <900000>;
205                 };
206                 opp03 {
207                         opp-hz = /bits/ 64 <1008000000>;
208                         opp-microvolt = <900000>;
209                 };
210                 opp04 {
211                         opp-hz = /bits/ 64 <1200000000>;
212                         opp-microvolt = <900000>;
213                 };
214         };
215
216         timer {
217                 compatible = "arm,armv8-timer";
218                 interrupts = <GIC_PPI 13 IRQ_TYPE_LEVEL_LOW>,
219                              <GIC_PPI 14 IRQ_TYPE_LEVEL_LOW>,
220                              <GIC_PPI 11 IRQ_TYPE_LEVEL_LOW>,
221                              <GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>;
222         };
223
224         arm-pmu {
225                 compatible = "arm,armv8-pmuv3";
226                 interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_LOW>;
227         };
228
229         xin24m: xin24m {
230                 compatible = "fixed-clock";
231                 #clock-cells = <0>;
232                 clock-frequency = <24000000>;
233                 clock-output-names = "xin24m";
234         };
235
236         amba {
237                 compatible = "arm,amba-bus";
238                 #address-cells = <2>;
239                 #size-cells = <2>;
240                 ranges;
241
242                 dmac_bus: dma-controller@ff6d0000 {
243                         compatible = "arm,pl330", "arm,primecell";
244                         reg = <0x0 0xff6d0000 0x0 0x4000>;
245                         interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>,
246                                      <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
247                         #dma-cells = <1>;
248                         clocks = <&cru ACLK_DMAC0_PERILP>;
249                         clock-names = "apb_pclk";
250                 };
251
252                 dmac_peri: dma-controller@ff6e0000 {
253                         compatible = "arm,pl330", "arm,primecell";
254                         reg = <0x0 0xff6e0000 0x0 0x4000>;
255                         interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
256                                      <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
257                         #dma-cells = <1>;
258                         clocks = <&cru ACLK_DMAC1_PERILP>;
259                         clock-names = "apb_pclk";
260                 };
261         };
262
263         gmac: eth@fe300000 {
264                 compatible = "rockchip,rk3399-gmac";
265                 reg = <0x0 0xfe300000 0x0 0x10000>;
266                 rockchip,grf = <&grf>;
267                 interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>;
268                 interrupt-names = "macirq";
269                 clocks = <&cru SCLK_MAC>, <&cru SCLK_MAC_RX>,
270                          <&cru SCLK_MAC_TX>, <&cru SCLK_MACREF>,
271                          <&cru SCLK_MACREF_OUT>, <&cru ACLK_GMAC>,
272                          <&cru PCLK_GMAC>;
273                 clock-names = "stmmaceth", "mac_clk_rx",
274                               "mac_clk_tx", "clk_mac_ref",
275                               "clk_mac_refout", "aclk_mac",
276                               "pclk_mac";
277                 resets = <&cru SRST_A_GMAC>;
278                 reset-names = "stmmaceth";
279                 status = "disabled";
280         };
281
282         emmc_phy: phy {
283                 compatible = "rockchip,rk3399-emmc-phy";
284                 reg-offset = <0xf780>;
285                 #phy-cells = <0>;
286                 rockchip,grf = <&grf>;
287                 status = "disabled";
288         };
289
290         sdio0: dwmmc@fe310000 {
291                 compatible = "rockchip,rk3399-dw-mshc", "rockchip,rk3288-dw-mshc";
292                 reg = <0x0 0xfe310000 0x0 0x4000>;
293                 interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>;
294                 clock-freq-min-max = <400000 150000000>;
295                 clocks = <&cru HCLK_SDIO>, <&cru SCLK_SDIO>,
296                          <&cru SCLK_SDIO_DRV>, <&cru SCLK_SDIO_SAMPLE>;
297                 clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
298                 fifo-depth = <0x100>;
299                 status = "disabled";
300         };
301
302         sdmmc: dwmmc@fe320000 {
303                 compatible = "rockchip,rk3399-dw-mshc", "rockchip,rk3288-dw-mshc";
304                 reg = <0x0 0xfe320000 0x0 0x4000>;
305                 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
306                 clock-freq-min-max = <400000 150000000>;
307                 clocks = <&cru HCLK_SDMMC>, <&cru SCLK_SDMMC>,
308                          <&cru SCLK_SDMMC_DRV>, <&cru SCLK_SDMMC_SAMPLE>;
309                 clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
310                 fifo-depth = <0x100>;
311                 status = "disabled";
312         };
313
314         sdhci: sdhci@fe330000 {
315                 compatible = "arasan,sdhci-5.1";
316                 reg = <0x0 0xfe330000 0x0 0x10000>;
317                 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
318                 clocks = <&cru SCLK_EMMC>, <&cru ACLK_EMMC>;
319                 clock-names = "clk_xin", "clk_ahb";
320                 phys = <&emmc_phy>;
321                 phy-names = "phy_arasan";
322                 status = "disabled";
323         };
324
325         usb2phy {
326                 compatible = "rockchip,rk3399-usb-phy";
327                 rockchip,grf = <&grf>;
328                 vbus_drv-gpio = <&gpio4 25 GPIO_ACTIVE_HIGH>;
329                 #address-cells = <1>;
330                 #size-cells = <0>;
331
332                 usb2phy0: usb2-phy0 {
333                         #phy-cells = <0>;
334                         #clock-cells = <0>;
335                         reg = <0xe458>;
336                 };
337
338                 usb2phy1: usb2-phy1 {
339                         #phy-cells = <0>;
340                         #clock-cells = <0>;
341                         reg = <0xe468>;
342                 };
343         };
344
345         usb_host0_echi: usb@fe380000 {
346                 compatible = "generic-ehci";
347                 reg = <0x0 0xfe380000 0x0 0x20000>;
348                 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
349                 clocks = <&cru HCLK_HOST0>, <&cru HCLK_HOST0_ARB>;
350                 clock-names = "hclk_host0", "hclk_host0_arb";
351                 phys = <&usb2phy0>;
352                 phy-names = "usb2_phy0";
353                 status = "disabled";
354         };
355
356         usb_host0_ohci: usb@fe3a0000 {
357                 compatible = "generic-ohci";
358                 reg = <0x0 0xfe3a0000 0x0 0x20000>;
359                 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
360                 clocks = <&cru HCLK_HOST0>, <&cru HCLK_HOST0_ARB>;
361                 clock-names = "hclk_host0", "hclk_host0_arb";
362                 status = "disabled";
363         };
364
365         usb_host1_echi: usb@fe3c0000 {
366                 compatible = "generic-ehci";
367                 reg = <0x0 0xfe3c0000 0x0 0x20000>;
368                 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
369                 clocks = <&cru HCLK_HOST1>, <&cru HCLK_HOST1_ARB>;
370                 clock-names = "hclk_host1", "hclk_host1_arb";
371                 phys = <&usb2phy1>;
372                 phy-names = "usb2_phy1";
373                 status = "disabled";
374         };
375
376         usb_host1_ohci: usb@fe3e0000 {
377                 compatible = "generic-ohci";
378                 reg = <0x0 0xfe3e0000 0x0 0x20000>;
379                 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
380                 clocks = <&cru HCLK_HOST1>, <&cru HCLK_HOST1_ARB>;
381                 clock-names = "hclk_host1", "hclk_host1_arb";
382                 status = "disabled";
383         };
384
385         usbdrd3_0: usb@fe800000 {
386                 compatible = "rockchip,dwc3";
387                 clocks = <&cru SCLK_USB3OTG0_REF>, <&cru SCLK_USB3OTG0_SUSPEND>,
388                          <&cru ACLK_USB3OTG0>, <&cru ACLK_USB3_RKSOC_AXI_PERF>,
389                          <&cru ACLK_USB3>, <&cru ACLK_USB3_NOC>,
390                          <&cru ACLK_USB3_GRF>;
391                 clock-names = "clk_usb3otg0_ref", "clk_usb3otg0_suspend",
392                               "aclk_usb3otg0", "aclk_usb3_rksoc_axi_perf",
393                               "aclk_usb3", "aclk_usb3_noc",
394                               "aclk_usb3_grf";
395                 #address-cells = <2>;
396                 #size-cells = <2>;
397                 ranges;
398                 status = "disabled";
399                 usbdrd_dwc3_0: dwc3 {
400                         compatible = "snps,dwc3";
401                         reg = <0x0 0xfe800000 0x0 0x100000>;
402                         interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
403                         dr_mode = "otg";
404                         tx-fifo-resize;
405                         snps,dis_enblslpm_quirk;
406                         snps,phyif_utmi_16_bits;
407                         snps,dis_u2_freeclk_exists_quirk;
408                         snps,dis_del_phy_power_chg_quirk;
409                         status = "disabled";
410                 };
411         };
412
413         usbdrd3_1: usb@fe900000 {
414                 compatible = "rockchip,dwc3";
415                 clocks = <&cru SCLK_USB3OTG1_REF>, <&cru SCLK_USB3OTG1_SUSPEND>,
416                          <&cru ACLK_USB3OTG1>, <&cru ACLK_USB3_RKSOC_AXI_PERF>,
417                          <&cru ACLK_USB3>, <&cru ACLK_USB3_NOC>,
418                          <&cru ACLK_USB3_GRF>;
419                 clock-names = "clk_usb3otg1_ref", "clk_usb3otg1_suspend",
420                               "aclk_usb3otg1", "aclk_usb3_rksoc_axi_perf",
421                               "aclk_usb3", "aclk_usb3_noc",
422                               "aclk_usb3_grf";
423                 #address-cells = <2>;
424                 #size-cells = <2>;
425                 ranges;
426                 status = "disabled";
427                 usbdrd_dwc3_1: dwc3 {
428                         compatible = "snps,dwc3";
429                         reg = <0x0 0xfe900000 0x0 0x100000>;
430                         interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
431                         dr_mode = "otg";
432                         tx-fifo-resize;
433                         snps,dis_enblslpm_quirk;
434                         snps,phyif_utmi_16_bits;
435                         snps,dis_u2_freeclk_exists_quirk;
436                         snps,dis_del_phy_power_chg_quirk;
437                         status = "disabled";
438                 };
439         };
440
441         gic: interrupt-controller@fee00000 {
442                 compatible = "arm,gic-v3";
443                 #interrupt-cells = <3>;
444                 #address-cells = <2>;
445                 #size-cells = <2>;
446                 ranges;
447                 interrupt-controller;
448
449                 reg = <0x0 0xfee00000 0 0x10000>, /* GICD */
450                       <0x0 0xfef00000 0 0xc0000>, /* GICR */
451                       <0x0 0xfff00000 0 0x10000>, /* GICC */
452                       <0x0 0xfff10000 0 0x10000>, /* GICH */
453                       <0x0 0xfff20000 0 0x10000>; /* GICV */
454                 interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
455                 its: interrupt-controller@fee20000 {
456                         compatible = "arm,gic-v3-its";
457                         msi-controller;
458                         reg = <0x0 0xfee20000 0x0 0x20000>;
459                 };
460         };
461
462         saradc: saradc@ff100000 {
463                 compatible = "rockchip,rk3399-saradc";
464                 reg = <0x0 0xff100000 0x0 0x100>;
465                 interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
466                 #io-channel-cells = <1>;
467                 clocks = <&cru SCLK_SARADC>, <&cru PCLK_SARADC>;
468                 clock-names = "saradc", "apb_pclk";
469                 status = "disabled";
470         };
471
472         i2c0: i2c@ff3c0000 {
473                 compatible = "rockchip,rk3399-i2c";
474                 reg = <0x0 0xff3c0000 0x0 0x1000>;
475                 clocks =  <&pmucru SCLK_I2C0_PMU>, <&pmucru PCLK_I2C0_PMU>;
476                 clock-names = "i2c", "pclk";
477                 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
478                 pinctrl-names = "default";
479                 pinctrl-0 = <&i2c0_xfer>;
480                 #address-cells = <1>;
481                 #size-cells = <0>;
482                 status = "disabled";
483         };
484
485         i2c1: i2c@ff110000 {
486                 compatible = "rockchip,rk3399-i2c";
487                 reg = <0x0 0xff110000 0x0 0x1000>;
488                 clocks = <&cru SCLK_I2C1>, <&cru PCLK_I2C1>;
489                 clock-names = "i2c", "pclk";
490                 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
491                 pinctrl-names = "default";
492                 pinctrl-0 = <&i2c1_xfer>;
493                 #address-cells = <1>;
494                 #size-cells = <0>;
495                 status = "disabled";
496         };
497
498         i2c2: i2c@ff120000 {
499                 compatible = "rockchip,rk3399-i2c";
500                 reg = <0x0 0xff120000 0x0 0x1000>;
501                 clocks = <&cru SCLK_I2C2>, <&cru PCLK_I2C2>;
502                 clock-names = "i2c", "pclk";
503                 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
504                 pinctrl-names = "default";
505                 pinctrl-0 = <&i2c2_xfer>;
506                 #address-cells = <1>;
507                 #size-cells = <0>;
508                 status = "disabled";
509         };
510
511         i2c3: i2c@ff130000 {
512                 compatible = "rockchip,rk3399-i2c";
513                 reg = <0x0 0xff130000 0x0 0x1000>;
514                 clocks = <&cru SCLK_I2C3>, <&cru PCLK_I2C3>;
515                 clock-names = "i2c", "pclk";
516                 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
517                 pinctrl-names = "default";
518                 pinctrl-0 = <&i2c3_xfer>;
519                 #address-cells = <1>;
520                 #size-cells = <0>;
521                 status = "disabled";
522         };
523
524         i2c5: i2c@ff140000 {
525                 compatible = "rockchip,rk3399-i2c";
526                 reg = <0x0 0xff140000 0x0 0x1000>;
527                 clocks = <&cru SCLK_I2C5>, <&cru PCLK_I2C5>;
528                 clock-names = "i2c", "pclk";
529                 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
530                 pinctrl-names = "default";
531                 pinctrl-0 = <&i2c5_xfer>;
532                 #address-cells = <1>;
533                 #size-cells = <0>;
534                 status = "disabled";
535         };
536
537         i2c6: i2c@ff150000 {
538                 compatible = "rockchip,rk3399-i2c";
539                 reg = <0x0 0xff150000 0x0 0x1000>;
540                 clocks = <&cru SCLK_I2C6>, <&cru PCLK_I2C6>;
541                 clock-names = "i2c", "pclk";
542                 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
543                 pinctrl-names = "default";
544                 pinctrl-0 = <&i2c6_xfer>;
545                 #address-cells = <1>;
546                 #size-cells = <0>;
547                 status = "disabled";
548         };
549
550         i2c7: i2c@ff160000 {
551                 compatible = "rockchip,rk3399-i2c";
552                 reg = <0x0 0xff160000 0x0 0x1000>;
553                 clocks = <&cru SCLK_I2C7>, <&cru PCLK_I2C7>;
554                 clock-names = "i2c", "pclk";
555                 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
556                 pinctrl-names = "default";
557                 pinctrl-0 = <&i2c7_xfer>;
558                 #address-cells = <1>;
559                 #size-cells = <0>;
560                 status = "disabled";
561         };
562
563         uart0: serial@ff180000 {
564                 compatible = "rockchip,rk3399-uart", "snps,dw-apb-uart";
565                 reg = <0x0 0xff180000 0x0 0x100>;
566                 clocks = <&cru SCLK_UART0>, <&cru PCLK_UART0>;
567                 clock-names = "baudclk", "apb_pclk";
568                 interrupts = <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>;
569                 reg-shift = <2>;
570                 reg-io-width = <4>;
571                 pinctrl-names = "default";
572                 pinctrl-0 = <&uart0_xfer &uart0_cts &uart0_rts>;
573                 status = "disabled";
574         };
575
576         uart1: serial@ff190000 {
577                 compatible = "rockchip,rk3399-uart", "snps,dw-apb-uart";
578                 reg = <0x0 0xff190000 0x0 0x100>;
579                 clocks = <&cru SCLK_UART1>, <&cru PCLK_UART1>;
580                 clock-names = "baudclk", "apb_pclk";
581                 interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
582                 reg-shift = <2>;
583                 reg-io-width = <4>;
584                 pinctrl-names = "default";
585                 pinctrl-0 = <&uart1_xfer>;
586                 status = "disabled";
587         };
588
589         uart2: serial@ff1a0000 {
590                 compatible = "rockchip,rk3399-uart", "snps,dw-apb-uart";
591                 reg = <0x0 0xff1a0000 0x0 0x100>;
592                 clocks = <&cru SCLK_UART2>, <&cru PCLK_UART2>;
593                 clock-names = "baudclk", "apb_pclk";
594                 interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
595                 reg-shift = <2>;
596                 reg-io-width = <4>;
597                 pinctrl-names = "default";
598                 pinctrl-0 = <&uart2c_xfer>;
599                 status = "disabled";
600         };
601
602         uart3: serial@ff1b0000 {
603                 compatible = "rockchip,rk3399-uart", "snps,dw-apb-uart";
604                 reg = <0x0 0xff1b0000 0x0 0x100>;
605                 clocks = <&cru SCLK_UART3>, <&cru PCLK_UART3>;
606                 clock-names = "baudclk", "apb_pclk";
607                 interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
608                 reg-shift = <2>;
609                 reg-io-width = <4>;
610                 pinctrl-names = "default";
611                 pinctrl-0 = <&uart3_xfer &uart3_cts &uart3_rts>;
612                 status = "disabled";
613         };
614
615         spi0: spi@ff1c0000 {
616                 compatible = "rockchip,rk3399-spi", "rockchip,rk3066-spi";
617                 reg = <0x0 0xff1c0000 0x0 0x1000>;
618                 clocks = <&cru SCLK_SPI0>, <&cru PCLK_SPI0>;
619                 clock-names = "spiclk", "apb_pclk";
620                 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
621                 pinctrl-names = "default";
622                 pinctrl-0 = <&spi0_clk &spi0_tx &spi0_rx &spi0_cs0>;
623                 #address-cells = <1>;
624                 #size-cells = <0>;
625                 status = "disabled";
626         };
627
628         spi1: spi@ff1d0000 {
629                 compatible = "rockchip,rk3399-spi", "rockchip,rk3066-spi";
630                 reg = <0x0 0xff1d0000 0x0 0x1000>;
631                 clocks = <&cru SCLK_SPI1>, <&cru PCLK_SPI1>;
632                 clock-names = "spiclk", "apb_pclk";
633                 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
634                 pinctrl-names = "default";
635                 pinctrl-0 = <&spi1_clk &spi1_tx &spi1_rx &spi1_cs0>;
636                 #address-cells = <1>;
637                 #size-cells = <0>;
638                 status = "disabled";
639         };
640
641         spi2: spi@ff1e0000 {
642                 compatible = "rockchip,rk3399-spi", "rockchip,rk3066-spi";
643                 reg = <0x0 0xff1e0000 0x0 0x1000>;
644                 clocks = <&cru SCLK_SPI2>, <&cru PCLK_SPI2>;
645                 clock-names = "spiclk", "apb_pclk";
646                 interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
647                 pinctrl-names = "default";
648                 pinctrl-0 = <&spi2_clk &spi2_tx &spi2_rx &spi2_cs0>;
649                 #address-cells = <1>;
650                 #size-cells = <0>;
651                 status = "disabled";
652         };
653
654         spi4: spi@ff1f0000 {
655                 compatible = "rockchip,rk3399-spi", "rockchip,rk3066-spi";
656                 reg = <0x0 0xff1f0000 0x0 0x1000>;
657                 clocks = <&cru SCLK_SPI4>, <&cru PCLK_SPI4>;
658                 clock-names = "spiclk", "apb_pclk";
659                 interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
660                 pinctrl-names = "default";
661                 pinctrl-0 = <&spi4_clk &spi4_tx &spi4_rx &spi4_cs0>;
662                 #address-cells = <1>;
663                 #size-cells = <0>;
664                 status = "disabled";
665         };
666
667         spi5: spi@ff200000 {
668                 compatible = "rockchip,rk3399-spi", "rockchip,rk3066-spi";
669                 reg = <0x0 0xff200000 0x0 0x1000>;
670                 clocks = <&cru SCLK_SPI5>, <&cru PCLK_SPI5>;
671                 clock-names = "spiclk", "apb_pclk";
672                 interrupts = <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>;
673                 pinctrl-names = "default";
674                 pinctrl-0 = <&spi5_clk &spi5_tx &spi5_rx &spi5_cs0>;
675                 #address-cells = <1>;
676                 #size-cells = <0>;
677                 status = "disabled";
678         };
679
680         thermal-zones {
681                 #include "rk3368-thermal.dtsi"
682         };
683
684         tsadc: tsadc@ff260000 {
685                 compatible = "rockchip,rk3399-tsadc";
686                 reg = <0x0 0xff260000 0x0 0x100>;
687                 interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
688                 rockchip,grf = <&grf>;
689                 clocks = <&cru SCLK_TSADC>, <&cru PCLK_TSADC>;
690                 clock-names = "tsadc", "apb_pclk";
691                 assigned-clocks = <&cru SCLK_TSADC>;
692                 assigned-clock-rates = <750000>;
693                 resets = <&cru SRST_TSADC>;
694                 reset-names = "tsadc-apb";
695                 pinctrl-names = "init", "default", "sleep";
696                 pinctrl-0 = <&otp_gpio>;
697                 pinctrl-1 = <&otp_out>;
698                 pinctrl-2 = <&otp_gpio>;
699                 #thermal-sensor-cells = <1>;
700                 rockchip,hw-tshut-temp = <95000>;
701                 status = "disabled";
702         };
703
704         pmu: power-management@ff31000 {
705                 compatible = "rockchip,rk3399-pmu", "syscon", "simple-mfd";
706                 reg = <0x0 0xff310000 0x0 0x1000>;
707
708                 power: power-controller {
709                         status = "disabled";
710                         compatible = "rockchip,rk3399-power-controller";
711                         #power-domain-cells = <1>;
712                         #address-cells = <1>;
713                         #size-cells = <0>;
714
715                         pd_center {
716                                 reg = <RK3399_PD_CENTER>;
717                                 #address-cells = <1>;
718                                 #size-cells = <0>;
719
720                                 pd_vdu {
721                                         reg = <RK3399_PD_VDU>;
722                                 };
723                                 pd_vcodec {
724                                         reg = <RK3399_PD_VCODEC>;
725                                 };
726                                 pd_iep {
727                                         reg = <RK3399_PD_IEP>;
728                                 };
729                                 pd_rga {
730                                         reg = <RK3399_PD_RGA>;
731                                 };
732                         };
733                         pd_vio {
734                                 reg = <RK3399_PD_VIO>;
735                                 #address-cells = <1>;
736                                 #size-cells = <0>;
737
738                                 pd_isp0 {
739                                         reg = <RK3399_PD_ISP0>;
740                                 };
741                                 pd_isp1 {
742                                         reg = <RK3399_PD_ISP1>;
743                                 };
744                                 pd_hdcp {
745                                         reg = <RK3399_PD_HDCP>;
746                                 };
747                                 pd_vo {
748                                         reg = <RK3399_PD_VO>;
749                                         #address-cells = <1>;
750                                         #size-cells = <0>;
751
752                                         pd_vopb {
753                                                 reg = <RK3399_PD_VOPB>;
754                                         };
755                                         pd_vopl {
756                                                 reg = <RK3399_PD_VOPL>;
757                                         };
758                                 };
759                         };
760                         pd_gpu {
761                                 reg = <RK3399_PD_GPU>;
762                         };
763                 };
764         };
765
766         pmugrf: syscon@ff320000 {
767                 compatible = "rockchip,rk3399-pmugrf", "syscon";
768                 reg = <0x0 0xff320000 0x0 0x1000>;
769         };
770
771         spi3: spi@ff350000 {
772                 compatible = "rockchip,rk3399-spi", "rockchip,rk3066-spi";
773                 reg = <0x0 0xff350000 0x0 0x1000>;
774                 clocks = <&pmucru SCLK_SPI3_PMU>, <&pmucru PCLK_SPI3_PMU>;
775                 clock-names = "spiclk", "apb_pclk";
776                 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
777                 pinctrl-names = "default";
778                 pinctrl-0 = <&spi3_clk &spi3_tx &spi3_rx &spi3_cs0>;
779                 #address-cells = <1>;
780                 #size-cells = <0>;
781                 status = "disabled";
782         };
783
784         uart4: serial@ff370000 {
785                 compatible = "rockchip,rk3399-uart", "snps,dw-apb-uart";
786                 reg = <0x0 0xff370000 0x0 0x100>;
787                 clocks = <&pmucru SCLK_UART4_PMU>, <&pmucru PCLK_UART4_PMU>;
788                 clock-names = "baudclk", "apb_pclk";
789                 interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>;
790                 reg-shift = <2>;
791                 reg-io-width = <4>;
792                 pinctrl-names = "default";
793                 pinctrl-0 = <&uart4_xfer>;
794                 status = "disabled";
795         };
796
797         i2c4: i2c@ff3d0000 {
798                 compatible = "rockchip,rk3399-i2c";
799                 reg = <0x0 0xff3d0000 0x0 0x1000>;
800                 clocks = <&pmucru SCLK_I2C4_PMU>, <&pmucru PCLK_I2C4_PMU>;
801                 clock-names = "i2c", "pclk";
802                 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
803                 pinctrl-names = "default";
804                 pinctrl-0 = <&i2c4_xfer>;
805                 #address-cells = <1>;
806                 #size-cells = <0>;
807                 status = "disabled";
808         };
809
810         i2c8: i2c@ff3e0000 {
811                 compatible = "rockchip,rk3399-i2c";
812                 reg = <0x0 0xff3e0000 0x0 0x1000>;
813                 clocks = <&pmucru SCLK_I2C8_PMU>, <&pmucru PCLK_I2C8_PMU>;
814                 clock-names = "i2c", "pclk";
815                 interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;
816                 pinctrl-names = "default";
817                 pinctrl-0 = <&i2c8_xfer>;
818                 #address-cells = <1>;
819                 #size-cells = <0>;
820                 status = "disabled";
821         };
822
823         pwm0: pwm@ff420000 {
824                 compatible = "rockchip,rk3399-pwm", "rockchip,rk3288-pwm";
825                 reg = <0x0 0xff420000 0x0 0x10>;
826                 #pwm-cells = <3>;
827                 pinctrl-names = "default";
828                 pinctrl-0 = <&pwm0_pin>;
829                 clocks = <&pmucru PCLK_RKPWM_PMU>;
830                 clock-names = "pwm";
831                 status = "disabled";
832         };
833
834         pwm1: pwm@ff420010 {
835                 compatible = "rockchip,rk3399-pwm", "rockchip,rk3288-pwm";
836                 reg = <0x0 0xff420010 0x0 0x10>;
837                 #pwm-cells = <3>;
838                 pinctrl-names = "default";
839                 pinctrl-0 = <&pwm1_pin>;
840                 clocks = <&pmucru PCLK_RKPWM_PMU>;
841                 clock-names = "pwm";
842                 status = "disabled";
843         };
844
845         pwm2: pwm@ff420020 {
846                 compatible = "rockchip,rk3399-pwm", "rockchip,rk3288-pwm";
847                 reg = <0x0 0xff420020 0x0 0x10>;
848                 #pwm-cells = <3>;
849                 pinctrl-names = "default";
850                 pinctrl-0 = <&pwm2_pin>;
851                 clocks = <&pmucru PCLK_RKPWM_PMU>;
852                 clock-names = "pwm";
853                 status = "disabled";
854         };
855
856         pwm3: pwm@ff420030 {
857                 compatible = "rockchip,rk3399-pwm", "rockchip,rk3288-pwm";
858                 reg = <0x0 0xff420030 0x0 0x10>;
859                 #pwm-cells = <3>;
860                 pinctrl-names = "default";
861                 pinctrl-0 = <&pwm3a_pin>;
862                 clocks = <&pmucru PCLK_RKPWM_PMU>;
863                 clock-names = "pwm";
864                 status = "disabled";
865         };
866
867         pmucru: pmu-clock-controller@ff750000 {
868                 compatible = "rockchip,rk3399-pmucru";
869                 reg = <0x0 0xff750000 0x0 0x1000>;
870                 #clock-cells = <1>;
871                 #reset-cells = <1>;
872                 assigned-clocks = <&pmucru PLL_PPLL>;
873                 assigned-clock-rates = <676000000>;
874         };
875
876         cru: clock-controller@ff760000 {
877                 compatible = "rockchip,rk3399-cru";
878                 reg = <0x0 0xff760000 0x0 0x1000>;
879                 #clock-cells = <1>;
880                 #reset-cells = <1>;
881                 assigned-clocks =
882                         <&cru ARMCLKL>, <&cru ARMCLKB>,
883                         <&cru PLL_GPLL>, <&cru PLL_CPLL>,
884                         <&cru PLL_NPLL>,
885                         <&cru ACLK_PERIHP>, <&cru HCLK_PERIHP>,
886                         <&cru PCLK_PERIHP>,
887                         <&cru ACLK_PERILP0>, <&cru HCLK_PERILP0>,
888                         <&cru PCLK_PERILP0>,
889                         <&cru HCLK_PERILP1>, <&cru PCLK_PERILP1>;
890                 assigned-clock-rates =
891                          <816000000>, <1008000000>,
892                          <594000000>,  <800000000>,
893                         <1000000000>,
894                          <150000000>,   <75000000>,
895                           <37500000>,
896                          <100000000>,  <100000000>,
897                           <50000000>,
898                          <100000000>,   <50000000>;
899         };
900
901         grf: syscon@ff770000 {
902                 compatible = "rockchip,rk3399-grf", "syscon";
903                 reg = <0x0 0xff770000 0x0 0x10000>;
904         };
905
906         wdt0: watchdog@ff840000 {
907                 compatible = "snps,dw-wdt";
908                 reg = <0x0 0xff840000 0x0 0x100>;
909                 clocks = <&cru PCLK_WDT>;
910                 interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
911                 status = "disabled";
912         };
913
914         spdif: spdif@ff870000 {
915                 compatible = "rockchip,rk3399-spdif";
916                 reg = <0x0 0xff870000 0x0 0x1000>;
917                 interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>;
918                 dmas = <&dmac_bus 7>;
919                 dma-names = "tx";
920                 clock-names = "hclk", "mclk";
921                 clocks = <&cru HCLK_SPDIF>, <&cru SCLK_SPDIF_8CH>;
922                 pinctrl-names = "default";
923                 pinctrl-0 = <&spdif_bus>;
924                 status = "disabled";
925         };
926
927         i2s0: i2s@ff880000 {
928                 compatible = "rockchip,rk3399-i2s", "rockchip,rk3066-i2s";
929                 reg = <0x0 0xff880000 0x0 0x1000>;
930                 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
931                 #address-cells = <1>;
932                 #size-cells = <0>;
933                 dmas = <&dmac_bus 0>, <&dmac_bus 1>;
934                 dma-names = "tx", "rx";
935                 clock-names = "i2s_hclk", "i2s_clk";
936                 clocks = <&cru HCLK_I2S0_8CH>, <&cru SCLK_I2S0_8CH>;
937                 pinctrl-names = "default";
938                 pinctrl-0 = <&i2s0_8ch_bus>;
939                 status = "disabled";
940         };
941
942         i2s1: i2s@ff890000 {
943                 compatible = "rockchip,rk3399-i2s", "rockchip,rk3066-i2s";
944                 reg = <0x0 0xff890000 0x0 0x1000>;
945                 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
946                 #address-cells = <1>;
947                 #size-cells = <0>;
948                 dmas = <&dmac_bus 2>, <&dmac_bus 3>;
949                 dma-names = "tx", "rx";
950                 clock-names = "i2s_hclk", "i2s_clk";
951                 clocks = <&cru HCLK_I2S1_8CH>, <&cru SCLK_I2S1_8CH>;
952                 pinctrl-names = "default";
953                 pinctrl-0 = <&i2s1_2ch_bus>;
954                 status = "disabled";
955         };
956
957         i2s2: i2s@ff8a0000 {
958                 compatible = "rockchip,rk3399-i2s", "rockchip,rk3066-i2s";
959                 reg = <0x0 0xff8a0000 0x0 0x1000>;
960                 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
961                 #address-cells = <1>;
962                 #size-cells = <0>;
963                 dmas = <&dmac_bus 4>, <&dmac_bus 5>;
964                 dma-names = "tx", "rx";
965                 clock-names = "i2s_hclk", "i2s_clk";
966                 clocks = <&cru HCLK_I2S2_8CH>, <&cru SCLK_I2S2_8CH>;
967                 status = "disabled";
968         };
969
970         gpu: gpu@ff9a0000 {
971                 compatible = "arm,malit860",
972                              "arm,malit86x",
973                              "arm,malit8xx",
974                              "arm,mali-midgard";
975
976                 reg = <0x0 0xff9a0000 0x0 0x10000>;
977
978                 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>,
979                              <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>,
980                              <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
981                 interrupt-names = "GPU", "JOB", "MMU";
982
983                 clocks = <&cru ACLK_GPU>;
984                 clock-names = "clk_mali";
985                 operating-points-v2 = <&gpu_opp_table>;
986                 status = "disabled";
987         };
988
989         gpu_opp_table: gpu_opp_table {
990                 compatible = "operating-points-v2";
991                 opp-shared;
992
993                 opp00 {
994                         opp-hz = /bits/ 64 <200000000>;
995                         opp-microvolt = <900000>;
996                 };
997                 opp01 {
998                         opp-hz = /bits/ 64 <300000000>;
999                         opp-microvolt = <900000>;
1000                 };
1001                 opp02 {
1002                         opp-hz = /bits/ 64 <400000000>;
1003                         opp-microvolt = <900000>;
1004                 };
1005                 opp03 {
1006                         opp-hz = /bits/ 64 <500000000>;
1007                         opp-microvolt = <900000>;
1008                 };
1009         };
1010
1011         pinctrl: pinctrl {
1012                 compatible = "rockchip,rk3399-pinctrl";
1013                 rockchip,grf = <&grf>;
1014                 rockchip,pmu = <&pmugrf>;
1015                 #address-cells = <0x2>;
1016                 #size-cells = <0x2>;
1017                 ranges;
1018
1019                 gpio0: gpio0@ff720000 {
1020                         compatible = "rockchip,gpio-bank";
1021                         reg = <0x0 0xff720000 0x0 0x100>;
1022                         clocks = <&pmucru PCLK_GPIO0_PMU>;
1023                         interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
1024
1025                         gpio-controller;
1026                         #gpio-cells = <0x2>;
1027
1028                         interrupt-controller;
1029                         #interrupt-cells = <0x2>;
1030                 };
1031
1032                 gpio1: gpio1@ff730000 {
1033                         compatible = "rockchip,gpio-bank";
1034                         reg = <0x0 0xff730000 0x0 0x100>;
1035                         clocks = <&pmucru PCLK_GPIO1_PMU>;
1036                         interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
1037
1038                         gpio-controller;
1039                         #gpio-cells = <0x2>;
1040
1041                         interrupt-controller;
1042                         #interrupt-cells = <0x2>;
1043                 };
1044
1045                 gpio2: gpio2@ff780000 {
1046                         compatible = "rockchip,gpio-bank";
1047                         reg = <0x0 0xff780000 0x0 0x100>;
1048                         clocks = <&cru PCLK_GPIO2>;
1049                         interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
1050
1051                         gpio-controller;
1052                         #gpio-cells = <0x2>;
1053
1054                         interrupt-controller;
1055                         #interrupt-cells = <0x2>;
1056                 };
1057
1058                 gpio3: gpio3@ff788000 {
1059                         compatible = "rockchip,gpio-bank";
1060                         reg = <0x0 0xff788000 0x0 0x100>;
1061                         clocks = <&cru PCLK_GPIO3>;
1062                         interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
1063
1064                         gpio-controller;
1065                         #gpio-cells = <0x2>;
1066
1067                         interrupt-controller;
1068                         #interrupt-cells = <0x2>;
1069                 };
1070
1071                 gpio4: gpio4@ff790000 {
1072                         compatible = "rockchip,gpio-bank";
1073                         reg = <0x0 0xff790000 0x0 0x100>;
1074                         clocks = <&cru PCLK_GPIO4>;
1075                         interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
1076
1077                         gpio-controller;
1078                         #gpio-cells = <0x2>;
1079
1080                         interrupt-controller;
1081                         #interrupt-cells = <0x2>;
1082                 };
1083
1084                 pcfg_pull_up: pcfg-pull-up {
1085                         bias-pull-up;
1086                 };
1087
1088                 pcfg_pull_down: pcfg-pull-down {
1089                         bias-pull-down;
1090                 };
1091
1092                 pcfg_pull_none: pcfg-pull-none {
1093                         bias-disable;
1094                 };
1095
1096                 pcfg_pull_none_12ma: pcfg-pull-none-12ma {
1097                         bias-disable;
1098                         drive-strength = <12>;
1099                 };
1100
1101                 pcfg_pull_up_8ma: pcfg-pull-up-8ma {
1102                         bias-pull-up;
1103                         drive-strength = <8>;
1104                 };
1105
1106                 pcfg_pull_down_4ma: pcfg-pull-down-4ma {
1107                         bias-pull-down;
1108                         drive-strength = <4>;
1109                 };
1110
1111                 pcfg_pull_up_2ma: pcfg-pull-up-2ma {
1112                         bias-pull-up;
1113                         drive-strength = <2>;
1114                 };
1115
1116                 pcfg_pull_down_12ma: pcfg-pull-down-12ma {
1117                         bias-pull-down;
1118                         drive-strength = <12>;
1119                 };
1120
1121                 emmc {
1122                         emmc_pwr: emmc-pwr {
1123                                 rockchip,pins =
1124                                         <0 5 RK_FUNC_1 &pcfg_pull_up>;
1125                         };
1126                 };
1127
1128                 gmac {
1129                         rgmii_pins: rgmii-pins {
1130                                 rockchip,pins =
1131                                         /* mac_txclk */
1132                                         <3 17 RK_FUNC_1 &pcfg_pull_none_12ma>,
1133                                         /* mac_rxclk */
1134                                         <3 14 RK_FUNC_1 &pcfg_pull_none>,
1135                                         /* mac_mdio */
1136                                         <3 13 RK_FUNC_1 &pcfg_pull_none>,
1137                                         /* mac_txen */
1138                                         <3 12 RK_FUNC_1 &pcfg_pull_none_12ma>,
1139                                         /* mac_clk */
1140                                         <3 11 RK_FUNC_1 &pcfg_pull_none>,
1141                                         /* mac_rxdv */
1142                                         <3 9 RK_FUNC_1 &pcfg_pull_none>,
1143                                         /* mac_mdc */
1144                                         <3 8 RK_FUNC_1 &pcfg_pull_none>,
1145                                         /* mac_rxd1 */
1146                                         <3 7 RK_FUNC_1 &pcfg_pull_none>,
1147                                         /* mac_rxd0 */
1148                                         <3 6 RK_FUNC_1 &pcfg_pull_none>,
1149                                         /* mac_txd1 */
1150                                         <3 5 RK_FUNC_1 &pcfg_pull_none_12ma>,
1151                                         /* mac_txd0 */
1152                                         <3 4 RK_FUNC_1 &pcfg_pull_none_12ma>,
1153                                         /* mac_rxd3 */
1154                                         <3 3 RK_FUNC_1 &pcfg_pull_none>,
1155                                         /* mac_rxd2 */
1156                                         <3 2 RK_FUNC_1 &pcfg_pull_none>,
1157                                         /* mac_txd3 */
1158                                         <3 1 RK_FUNC_1 &pcfg_pull_none_12ma>,
1159                                         /* mac_txd2 */
1160                                         <3 0 RK_FUNC_1 &pcfg_pull_none_12ma>;
1161                         };
1162
1163                         rmii_pins: rmii-pins {
1164                                 rockchip,pins =
1165                                         /* mac_mdio */
1166                                         <3 13 RK_FUNC_1 &pcfg_pull_none>,
1167                                         /* mac_txen */
1168                                         <3 12 RK_FUNC_1 &pcfg_pull_none_12ma>,
1169                                         /* mac_clk */
1170                                         <3 11 RK_FUNC_1 &pcfg_pull_none>,
1171                                         /* mac_rxer */
1172                                         <3 10 RK_FUNC_1 &pcfg_pull_none>,
1173                                         /* mac_rxdv */
1174                                         <3 9 RK_FUNC_1 &pcfg_pull_none>,
1175                                         /* mac_mdc */
1176                                         <3 8 RK_FUNC_1 &pcfg_pull_none>,
1177                                         /* mac_rxd1 */
1178                                         <3 7 RK_FUNC_1 &pcfg_pull_none>,
1179                                         /* mac_rxd0 */
1180                                         <3 6 RK_FUNC_1 &pcfg_pull_none>,
1181                                         /* mac_txd1 */
1182                                         <3 5 RK_FUNC_1 &pcfg_pull_none_12ma>,
1183                                         /* mac_txd0 */
1184                                         <3 4 RK_FUNC_1 &pcfg_pull_none_12ma>;
1185                         };
1186                 };
1187
1188                 i2c0 {
1189                         i2c0_xfer: i2c0-xfer {
1190                                 rockchip,pins =
1191                                         <1 15 RK_FUNC_2 &pcfg_pull_none>,
1192                                         <1 16 RK_FUNC_2 &pcfg_pull_none>;
1193                         };
1194                 };
1195
1196                 i2c1 {
1197                         i2c1_xfer: i2c1-xfer {
1198                                 rockchip,pins =
1199                                         <4 2 RK_FUNC_1 &pcfg_pull_none>,
1200                                         <4 1 RK_FUNC_1 &pcfg_pull_none>;
1201                         };
1202                 };
1203
1204                 i2c2 {
1205                         i2c2_xfer: i2c2-xfer {
1206                                 rockchip,pins =
1207                                         <2 1 RK_FUNC_2 &pcfg_pull_none_12ma>,
1208                                         <2 0 RK_FUNC_2 &pcfg_pull_none_12ma>;
1209                         };
1210                 };
1211
1212                 i2c3 {
1213                         i2c3_xfer: i2c3-xfer {
1214                                 rockchip,pins =
1215                                         <4 17 RK_FUNC_1 &pcfg_pull_none>,
1216                                         <4 16 RK_FUNC_1 &pcfg_pull_none>;
1217                         };
1218                 };
1219
1220                 i2c4 {
1221                         i2c4_xfer: i2c4-xfer {
1222                                 rockchip,pins =
1223                                         <1 12 RK_FUNC_1 &pcfg_pull_none>,
1224                                         <1 11 RK_FUNC_1 &pcfg_pull_none>;
1225                         };
1226                 };
1227
1228                 i2c5 {
1229                         i2c5_xfer: i2c5-xfer {
1230                                 rockchip,pins =
1231                                         <3 11 RK_FUNC_2 &pcfg_pull_none>,
1232                                         <3 10 RK_FUNC_2 &pcfg_pull_none>;
1233                         };
1234                 };
1235
1236                 i2c6 {
1237                         i2c6_xfer: i2c6-xfer {
1238                                 rockchip,pins =
1239                                         <2 10 RK_FUNC_2 &pcfg_pull_none>,
1240                                         <2 9 RK_FUNC_2 &pcfg_pull_none>;
1241                         };
1242                 };
1243
1244                 i2c7 {
1245                         i2c7_xfer: i2c7-xfer {
1246                                 rockchip,pins =
1247                                         <2 8 RK_FUNC_2 &pcfg_pull_none>,
1248                                         <2 7 RK_FUNC_2 &pcfg_pull_none>;
1249                         };
1250                 };
1251
1252                 i2c8 {
1253                         i2c8_xfer: i2c8-xfer {
1254                                 rockchip,pins =
1255                                         <1 21 RK_FUNC_1 &pcfg_pull_none>,
1256                                         <1 20 RK_FUNC_1 &pcfg_pull_none>;
1257                         };
1258                 };
1259
1260                 i2s0 {
1261                         i2s0_8ch_bus: i2s0-8ch-bus {
1262                                 rockchip,pins =
1263                                         <3 24 RK_FUNC_1 &pcfg_pull_none>,
1264                                         <3 25 RK_FUNC_1 &pcfg_pull_none>,
1265                                         <3 26 RK_FUNC_1 &pcfg_pull_none>,
1266                                         <3 27 RK_FUNC_1 &pcfg_pull_none>,
1267                                         <3 28 RK_FUNC_1 &pcfg_pull_none>,
1268                                         <3 29 RK_FUNC_1 &pcfg_pull_none>,
1269                                         <3 30 RK_FUNC_1 &pcfg_pull_none>,
1270                                         <3 31 RK_FUNC_1 &pcfg_pull_none>,
1271                                         <4 0 RK_FUNC_1 &pcfg_pull_none>;
1272                         };
1273                 };
1274
1275                 i2s1 {
1276                         i2s1_2ch_bus: i2s1-2ch-bus {
1277                                 rockchip,pins =
1278                                         <4 3 RK_FUNC_1 &pcfg_pull_none>,
1279                                         <4 4 RK_FUNC_1 &pcfg_pull_none>,
1280                                         <4 5 RK_FUNC_1 &pcfg_pull_none>,
1281                                         <4 6 RK_FUNC_1 &pcfg_pull_none>,
1282                                         <4 7 RK_FUNC_1 &pcfg_pull_none>;
1283                         };
1284                 };
1285
1286                 sdio0 {
1287                         sdio0_bus1: sdio0-bus1 {
1288                                 rockchip,pins =
1289                                         <2 20 RK_FUNC_1 &pcfg_pull_up>;
1290                         };
1291
1292                         sdio0_bus4: sdio0-bus4 {
1293                                 rockchip,pins =
1294                                         <2 20 RK_FUNC_1 &pcfg_pull_up>,
1295                                         <2 21 RK_FUNC_1 &pcfg_pull_up>,
1296                                         <2 22 RK_FUNC_1 &pcfg_pull_up>,
1297                                         <2 23 RK_FUNC_1 &pcfg_pull_up>;
1298                         };
1299
1300                         sdio0_cmd: sdio0-cmd {
1301                                 rockchip,pins =
1302                                         <2 24 RK_FUNC_1 &pcfg_pull_up>;
1303                         };
1304
1305                         sdio0_clk: sdio0-clk {
1306                                 rockchip,pins =
1307                                         <2 25 RK_FUNC_1 &pcfg_pull_none>;
1308                         };
1309
1310                         sdio0_cd: sdio0-cd {
1311                                 rockchip,pins =
1312                                         <2 26 RK_FUNC_1 &pcfg_pull_up>;
1313                         };
1314
1315                         sdio0_pwr: sdio0-pwr {
1316                                 rockchip,pins =
1317                                         <2 27 RK_FUNC_1 &pcfg_pull_up>;
1318                         };
1319
1320                         sdio0_bkpwr: sdio0-bkpwr {
1321                                 rockchip,pins =
1322                                         <2 28 RK_FUNC_1 &pcfg_pull_up>;
1323                         };
1324
1325                         sdio0_wp: sdio0-wp {
1326                                 rockchip,pins =
1327                                         <0 3 RK_FUNC_1 &pcfg_pull_up>;
1328                         };
1329
1330                         sdio0_int: sdio0-int {
1331                                 rockchip,pins =
1332                                         <0 4 RK_FUNC_1 &pcfg_pull_up>;
1333                         };
1334                 };
1335
1336                 sdmmc {
1337                         sdmmc_bus1: sdmmc-bus1 {
1338                                 rockchip,pins =
1339                                         <4 8 RK_FUNC_1 &pcfg_pull_up>;
1340                         };
1341
1342                         sdmmc_bus4: sdmmc-bus4 {
1343                                 rockchip,pins =
1344                                         <4 8 RK_FUNC_1 &pcfg_pull_up>,
1345                                         <4 9 RK_FUNC_1 &pcfg_pull_up>,
1346                                         <4 10 RK_FUNC_1 &pcfg_pull_up>,
1347                                         <4 11 RK_FUNC_1 &pcfg_pull_up>;
1348                         };
1349
1350                         sdmmc_clk: sdmmc-clk {
1351                                 rockchip,pins =
1352                                         <4 12 RK_FUNC_1 &pcfg_pull_none>;
1353                         };
1354
1355                         sdmmc_cmd: sdmmc-cmd {
1356                                 rockchip,pins =
1357                                         <4 13 RK_FUNC_1 &pcfg_pull_up>;
1358                         };
1359
1360                         sdmmc_cd: sdmcc-cd {
1361                                 rockchip,pins =
1362                                         <0 7 RK_FUNC_1 &pcfg_pull_up>;
1363                         };
1364
1365                         sdmmc_wp: sdmmc-wp {
1366                                 rockchip,pins =
1367                                         <0 8 RK_FUNC_1 &pcfg_pull_up>;
1368                         };
1369                 };
1370
1371                 spdif {
1372                         spdif_bus: spdif-bus {
1373                                 rockchip,pins =
1374                                         <4 21 RK_FUNC_1 &pcfg_pull_none>;
1375                         };
1376                 };
1377
1378                 spi0 {
1379                         spi0_clk: spi0-clk {
1380                                 rockchip,pins =
1381                                         <3 6 RK_FUNC_2 &pcfg_pull_up>;
1382                         };
1383                         spi0_cs0: spi0-cs0 {
1384                                 rockchip,pins =
1385                                         <3 7 RK_FUNC_2 &pcfg_pull_up>;
1386                         };
1387                         spi0_cs1: spi0-cs1 {
1388                                 rockchip,pins =
1389                                         <3 8 RK_FUNC_2 &pcfg_pull_up>;
1390                         };
1391                         spi0_tx: spi0-tx {
1392                                 rockchip,pins =
1393                                         <3 5 RK_FUNC_2 &pcfg_pull_up>;
1394                         };
1395                         spi0_rx: spi0-rx {
1396                                 rockchip,pins =
1397                                         <3 4 RK_FUNC_2 &pcfg_pull_up>;
1398                         };
1399                 };
1400
1401                 spi1 {
1402                         spi1_clk: spi1-clk {
1403                                 rockchip,pins =
1404                                         <1 9 RK_FUNC_2 &pcfg_pull_up>;
1405                         };
1406                         spi1_cs0: spi1-cs0 {
1407                                 rockchip,pins =
1408                                         <1 10 RK_FUNC_2 &pcfg_pull_up>;
1409                         };
1410                         spi1_rx: spi1-rx {
1411                                 rockchip,pins =
1412                                         <1 7 RK_FUNC_2 &pcfg_pull_up>;
1413                         };
1414                         spi1_tx: spi1-tx {
1415                                 rockchip,pins =
1416                                         <1 8 RK_FUNC_2 &pcfg_pull_up>;
1417                         };
1418                 };
1419
1420                 spi2 {
1421                         spi2_clk: spi2-clk {
1422                                 rockchip,pins =
1423                                         <2 11 RK_FUNC_1 &pcfg_pull_up>;
1424                         };
1425                         spi2_cs0: spi2-cs0 {
1426                                 rockchip,pins =
1427                                         <2 12 RK_FUNC_1 &pcfg_pull_up>;
1428                         };
1429                         spi2_rx: spi2-rx {
1430                                 rockchip,pins =
1431                                         <2 9 RK_FUNC_1 &pcfg_pull_up>;
1432                         };
1433                         spi2_tx: spi2-tx {
1434                                 rockchip,pins =
1435                                         <2 10 RK_FUNC_1 &pcfg_pull_up>;
1436                         };
1437                 };
1438
1439                 spi3 {
1440                         spi3_clk: spi3-clk {
1441                                 rockchip,pins =
1442                                         <1 17 RK_FUNC_1 &pcfg_pull_up>;
1443                         };
1444                         spi3_cs0: spi3-cs0 {
1445                                 rockchip,pins =
1446                                         <1 18 RK_FUNC_1 &pcfg_pull_up>;
1447                         };
1448                         spi3_rx: spi3-rx {
1449                                 rockchip,pins =
1450                                         <1 15 RK_FUNC_1 &pcfg_pull_up>;
1451                         };
1452                         spi3_tx: spi3-tx {
1453                                 rockchip,pins =
1454                                         <1 16 RK_FUNC_1 &pcfg_pull_up>;
1455                         };
1456                 };
1457
1458                 spi4 {
1459                         spi4_clk: spi4-clk {
1460                                 rockchip,pins =
1461                                         <3 2 RK_FUNC_2 &pcfg_pull_up>;
1462                         };
1463                         spi4_cs0: spi4-cs0 {
1464                                 rockchip,pins =
1465                                         <3 3 RK_FUNC_2 &pcfg_pull_up>;
1466                         };
1467                         spi4_rx: spi4-rx {
1468                                 rockchip,pins =
1469                                         <3 0 RK_FUNC_2 &pcfg_pull_up>;
1470                         };
1471                         spi4_tx: spi4-tx {
1472                                 rockchip,pins =
1473                                         <3 1 RK_FUNC_2 &pcfg_pull_up>;
1474                         };
1475                 };
1476
1477                 spi5 {
1478                         spi5_clk: spi5-clk {
1479                                 rockchip,pins =
1480                                         <2 22 RK_FUNC_2 &pcfg_pull_up>;
1481                         };
1482                         spi5_cs0: spi5-cs0 {
1483                                 rockchip,pins =
1484                                         <2 23 RK_FUNC_2 &pcfg_pull_up>;
1485                         };
1486                         spi5_rx: spi5-rx {
1487                                 rockchip,pins =
1488                                         <2 20 RK_FUNC_2 &pcfg_pull_up>;
1489                         };
1490                         spi5_tx: spi5-tx {
1491                                 rockchip,pins =
1492                                         <2 21 RK_FUNC_2 &pcfg_pull_up>;
1493                         };
1494                 };
1495
1496                 tsadc {
1497                         otp_gpio: otp-gpio {
1498                                 rockchip,pins = <1 6 RK_FUNC_GPIO &pcfg_pull_none>;
1499                         };
1500
1501                         otp_out: otp-out {
1502                                 rockchip,pins = <1 6 RK_FUNC_1 &pcfg_pull_none>;
1503                         };
1504                 };
1505
1506                 uart0 {
1507                         uart0_xfer: uart0-xfer {
1508                                 rockchip,pins =
1509                                         <2 16 RK_FUNC_1 &pcfg_pull_up>,
1510                                         <2 17 RK_FUNC_1 &pcfg_pull_none>;
1511                         };
1512
1513                         uart0_cts: uart0-cts {
1514                                 rockchip,pins =
1515                                         <2 18 RK_FUNC_1 &pcfg_pull_none>;
1516                         };
1517
1518                         uart0_rts: uart0-rts {
1519                                 rockchip,pins =
1520                                         <2 19 RK_FUNC_1 &pcfg_pull_none>;
1521                         };
1522                 };
1523
1524                 uart1 {
1525                         uart1_xfer: uart1-xfer {
1526                                 rockchip,pins =
1527                                         <3 12 RK_FUNC_2 &pcfg_pull_up>,
1528                                         <3 13 RK_FUNC_2 &pcfg_pull_none>;
1529                         };
1530                 };
1531
1532                 uart2a {
1533                         uart2a_xfer: uart2a-xfer {
1534                                 rockchip,pins =
1535                                         <4 8 RK_FUNC_2 &pcfg_pull_up>,
1536                                         <4 9 RK_FUNC_2 &pcfg_pull_none>;
1537                         };
1538                 };
1539
1540                 uart2b {
1541                         uart2b_xfer: uart2b-xfer {
1542                                 rockchip,pins =
1543                                         <4 16 RK_FUNC_2 &pcfg_pull_up>,
1544                                         <4 17 RK_FUNC_2 &pcfg_pull_none>;
1545                         };
1546                 };
1547
1548                 uart2c {
1549                         uart2c_xfer: uart2c-xfer {
1550                                 rockchip,pins =
1551                                         <4 19 RK_FUNC_1 &pcfg_pull_up>,
1552                                         <4 20 RK_FUNC_1 &pcfg_pull_none>;
1553                         };
1554                 };
1555
1556                 uart3 {
1557                         uart3_xfer: uart3-xfer {
1558                                 rockchip,pins =
1559                                         <3 14 RK_FUNC_2 &pcfg_pull_up>,
1560                                         <3 15 RK_FUNC_2 &pcfg_pull_none>;
1561                         };
1562
1563                         uart3_cts: uart3-cts {
1564                                 rockchip,pins =
1565                                         <3 18 RK_FUNC_2 &pcfg_pull_none>;
1566                         };
1567
1568                         uart3_rts: uart3-rts {
1569                                 rockchip,pins =
1570                                         <3 19 RK_FUNC_2 &pcfg_pull_none>;
1571                         };
1572                 };
1573
1574                 uart4 {
1575                         uart4_xfer: uart4-xfer {
1576                                 rockchip,pins =
1577                                         <1 7 RK_FUNC_1 &pcfg_pull_up>,
1578                                         <1 8 RK_FUNC_1 &pcfg_pull_none>;
1579                         };
1580                 };
1581
1582                 uarthdcp {
1583                         uarthdcp_xfer: uarthdcp-xfer {
1584                                 rockchip,pins =
1585                                         <4 21 RK_FUNC_2 &pcfg_pull_up>,
1586                                         <4 22 RK_FUNC_2 &pcfg_pull_none>;
1587                         };
1588                 };
1589
1590                 pwm0 {
1591                         pwm0_pin: pwm0-pin {
1592                                 rockchip,pins =
1593                                         <4 18 RK_FUNC_1 &pcfg_pull_none>;
1594                         };
1595
1596                         vop0_pwm_pin: vop0-pwm-pin {
1597                                 rockchip,pins =
1598                                         <4 18 RK_FUNC_2 &pcfg_pull_none>;
1599                         };
1600                 };
1601
1602                 pwm1 {
1603                         pwm1_pin: pwm1-pin {
1604                                 rockchip,pins =
1605                                         <4 22 RK_FUNC_1 &pcfg_pull_none>;
1606                         };
1607
1608                         vop1_pwm_pin: vop1-pwm-pin {
1609                                 rockchip,pins =
1610                                         <4 18 RK_FUNC_3 &pcfg_pull_none>;
1611                         };
1612                 };
1613
1614                 pwm2 {
1615                         pwm2_pin: pwm2-pin {
1616                                 rockchip,pins =
1617                                         <1 19 RK_FUNC_1 &pcfg_pull_none>;
1618                         };
1619                 };
1620
1621                 pwm3a {
1622                         pwm3a_pin: pwm3a-pin {
1623                                 rockchip,pins =
1624                                         <0 6 RK_FUNC_1 &pcfg_pull_none>;
1625                         };
1626                 };
1627
1628                 pwm3b {
1629                         pwm3b_pin: pwm3b-pin {
1630                                 rockchip,pins =
1631                                         <1 14 RK_FUNC_1 &pcfg_pull_none>;
1632                         };
1633                 };
1634
1635                 pmic {
1636                         pmic_int_l: pmic-int-l {
1637                                 rockchip,pins =
1638                                         <1 21 RK_FUNC_GPIO &pcfg_pull_up>;
1639                         };
1640                 };
1641         };
1642 };