42a0bad7d553e05675920ddd3a5b0e4a85b7c2c7
[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/soc/rockchip_boot-mode.h>
50 #include <dt-bindings/thermal/thermal.h>
51
52 / {
53         compatible = "rockchip,rk3399";
54
55         interrupt-parent = <&gic>;
56         #address-cells = <2>;
57         #size-cells = <2>;
58
59         aliases {
60                 i2c0 = &i2c0;
61                 i2c1 = &i2c1;
62                 i2c2 = &i2c2;
63                 i2c3 = &i2c3;
64                 i2c4 = &i2c4;
65                 i2c5 = &i2c5;
66                 i2c6 = &i2c6;
67                 i2c7 = &i2c7;
68                 i2c8 = &i2c8;
69                 serial0 = &uart0;
70                 serial1 = &uart1;
71                 serial2 = &uart2;
72                 serial3 = &uart3;
73                 serial4 = &uart4;
74         };
75
76         psci {
77                 compatible = "arm,psci-1.0";
78                 method = "smc";
79         };
80
81         cpus {
82                 #address-cells = <2>;
83                 #size-cells = <0>;
84
85                 cpu-map {
86                         cluster0 {
87                                 core0 {
88                                         cpu = <&cpu_l0>;
89                                 };
90                                 core1 {
91                                         cpu = <&cpu_l1>;
92                                 };
93                                 core2 {
94                                         cpu = <&cpu_l2>;
95                                 };
96                                 core3 {
97                                         cpu = <&cpu_l3>;
98                                 };
99                         };
100
101                         cluster1 {
102                                 core0 {
103                                         cpu = <&cpu_b0>;
104                                 };
105                                 core1 {
106                                         cpu = <&cpu_b1>;
107                                 };
108                         };
109                 };
110
111                 cpu_l0: cpu@0 {
112                         device_type = "cpu";
113                         compatible = "arm,cortex-a53", "arm,armv8";
114                         reg = <0x0 0x0>;
115                         enable-method = "psci";
116                         #cooling-cells = <2>; /* min followed by max */
117                         dynamic-power-coefficient = <100>;
118                         clocks = <&cru ARMCLKL>;
119                         cpu-idle-states = <&cpu_sleep>;
120                         operating-points-v2 = <&cluster0_opp>;
121                         sched-energy-costs = <&CPU_COST_A53 &CLUSTER_COST_A53>;
122                 };
123
124                 cpu_l1: cpu@1 {
125                         device_type = "cpu";
126                         compatible = "arm,cortex-a53", "arm,armv8";
127                         reg = <0x0 0x1>;
128                         enable-method = "psci";
129                         clocks = <&cru ARMCLKL>;
130                         cpu-idle-states = <&cpu_sleep>;
131                         operating-points-v2 = <&cluster0_opp>;
132                         sched-energy-costs = <&CPU_COST_A53 &CLUSTER_COST_A53>;
133                 };
134
135                 cpu_l2: cpu@2 {
136                         device_type = "cpu";
137                         compatible = "arm,cortex-a53", "arm,armv8";
138                         reg = <0x0 0x2>;
139                         enable-method = "psci";
140                         clocks = <&cru ARMCLKL>;
141                         cpu-idle-states = <&cpu_sleep>;
142                         operating-points-v2 = <&cluster0_opp>;
143                         sched-energy-costs = <&CPU_COST_A53 &CLUSTER_COST_A53>;
144                 };
145
146                 cpu_l3: cpu@3 {
147                         device_type = "cpu";
148                         compatible = "arm,cortex-a53", "arm,armv8";
149                         reg = <0x0 0x3>;
150                         enable-method = "psci";
151                         clocks = <&cru ARMCLKL>;
152                         cpu-idle-states = <&cpu_sleep>;
153                         operating-points-v2 = <&cluster0_opp>;
154                         sched-energy-costs = <&CPU_COST_A53 &CLUSTER_COST_A53>;
155                 };
156
157                 cpu_b0: cpu@100 {
158                         device_type = "cpu";
159                         compatible = "arm,cortex-a72", "arm,armv8";
160                         reg = <0x0 0x100>;
161                         enable-method = "psci";
162                         #cooling-cells = <2>; /* min followed by max */
163                         dynamic-power-coefficient = <436>;
164                         clocks = <&cru ARMCLKB>;
165                         cpu-idle-states = <&cpu_sleep>;
166                         operating-points-v2 = <&cluster1_opp>;
167                         sched-energy-costs = <&CPU_COST_A72 &CLUSTER_COST_A72>;
168                 };
169
170                 cpu_b1: cpu@101 {
171                         device_type = "cpu";
172                         compatible = "arm,cortex-a72", "arm,armv8";
173                         reg = <0x0 0x101>;
174                         enable-method = "psci";
175                         clocks = <&cru ARMCLKB>;
176                         cpu-idle-states = <&cpu_sleep>;
177                         operating-points-v2 = <&cluster1_opp>;
178                         sched-energy-costs = <&CPU_COST_A72 &CLUSTER_COST_A72>;
179                 };
180
181                 idle-states {
182                         entry-method = "psci";
183                         cpu_sleep: cpu-sleep-0 {
184                                 compatible = "arm,idle-state";
185                                 local-timer-stop;
186                                 arm,psci-suspend-param = <0x0010000>;
187                                 entry-latency-us = <350>;
188                                 exit-latency-us = <600>;
189                                 min-residency-us = <1150>;
190                         };
191                 };
192
193                 /include/ "rk3399-sched-energy.dtsi"
194
195         };
196
197         cluster0_opp: opp_table0 {
198                 compatible = "operating-points-v2";
199                 opp-shared;
200
201                 opp@408000000 {
202                         opp-hz = /bits/ 64 <408000000>;
203                         opp-microvolt = <800000>;
204                         clock-latency-ns = <40000>;
205                 };
206                 opp@600000000 {
207                         opp-hz = /bits/ 64 <600000000>;
208                         opp-microvolt = <800000>;
209                 };
210                 opp@816000000 {
211                         opp-hz = /bits/ 64 <816000000>;
212                         opp-microvolt = <800000>;
213                 };
214                 opp@1008000000 {
215                         opp-hz = /bits/ 64 <1008000000>;
216                         opp-microvolt = <875000>;
217                 };
218                 opp@1200000000 {
219                         opp-hz = /bits/ 64 <1200000000>;
220                         opp-microvolt = <925000>;
221                 };
222                 opp@1416000000 {
223                         opp-hz = /bits/ 64 <1416000000>;
224                         opp-microvolt = <1025000>;
225                 };
226         };
227
228         cluster1_opp: opp_table1 {
229                 compatible = "operating-points-v2";
230                 opp-shared;
231
232                 opp@408000000 {
233                         opp-hz = /bits/ 64 <408000000>;
234                         opp-microvolt = <800000>;
235                         clock-latency-ns = <40000>;
236                 };
237                 opp@600000000 {
238                         opp-hz = /bits/ 64 <600000000>;
239                         opp-microvolt = <800000>;
240                 };
241                 opp@816000000 {
242                         opp-hz = /bits/ 64 <816000000>;
243                         opp-microvolt = <800000>;
244                 };
245                 opp@1008000000 {
246                         opp-hz = /bits/ 64 <1008000000>;
247                         opp-microvolt = <850000>;
248                 };
249                 opp@1200000000 {
250                         opp-hz = /bits/ 64 <1200000000>;
251                         opp-microvolt = <925000>;
252                 };
253         };
254
255         timer {
256                 compatible = "arm,armv8-timer";
257                 interrupts = <GIC_PPI 13 IRQ_TYPE_LEVEL_LOW 0>,
258                              <GIC_PPI 14 IRQ_TYPE_LEVEL_LOW 0>,
259                              <GIC_PPI 11 IRQ_TYPE_LEVEL_LOW 0>,
260                              <GIC_PPI 10 IRQ_TYPE_LEVEL_LOW 0>;
261         };
262
263         pmu_a53 {
264                 compatible = "arm,cortex-a53-pmu";
265                 interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_LOW &part0>;
266         };
267
268         pmu_a72 {
269                 compatible = "arm,cortex-a72-pmu";
270                 interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_LOW &part1>;
271         };
272
273         xin24m: xin24m {
274                 compatible = "fixed-clock";
275                 #clock-cells = <0>;
276                 clock-frequency = <24000000>;
277                 clock-output-names = "xin24m";
278         };
279
280         amba {
281                 compatible = "arm,amba-bus";
282                 #address-cells = <2>;
283                 #size-cells = <2>;
284                 ranges;
285
286                 dmac_bus: dma-controller@ff6d0000 {
287                         compatible = "arm,pl330", "arm,primecell";
288                         reg = <0x0 0xff6d0000 0x0 0x4000>;
289                         interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH 0>,
290                                      <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH 0>;
291                         #dma-cells = <1>;
292                         clocks = <&cru ACLK_DMAC0_PERILP>;
293                         clock-names = "apb_pclk";
294                         peripherals-req-type-burst;
295                 };
296
297                 dmac_peri: dma-controller@ff6e0000 {
298                         compatible = "arm,pl330", "arm,primecell";
299                         reg = <0x0 0xff6e0000 0x0 0x4000>;
300                         interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH 0>,
301                                      <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH 0>;
302                         #dma-cells = <1>;
303                         clocks = <&cru ACLK_DMAC1_PERILP>;
304                         clock-names = "apb_pclk";
305                         peripherals-req-type-burst;
306                 };
307         };
308
309         gmac: eth@fe300000 {
310                 compatible = "rockchip,rk3399-gmac";
311                 reg = <0x0 0xfe300000 0x0 0x10000>;
312                 rockchip,grf = <&grf>;
313                 interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH 0>;
314                 interrupt-names = "macirq";
315                 clocks = <&cru SCLK_MAC>, <&cru SCLK_MAC_RX>,
316                          <&cru SCLK_MAC_TX>, <&cru SCLK_MACREF>,
317                          <&cru SCLK_MACREF_OUT>, <&cru ACLK_GMAC>,
318                          <&cru PCLK_GMAC>;
319                 clock-names = "stmmaceth", "mac_clk_rx",
320                               "mac_clk_tx", "clk_mac_ref",
321                               "clk_mac_refout", "aclk_mac",
322                               "pclk_mac";
323                 resets = <&cru SRST_A_GMAC>;
324                 reset-names = "stmmaceth";
325                 power-domains = <&power RK3399_PD_GMAC>;
326                 status = "disabled";
327         };
328
329         emmc_phy: phy {
330                 compatible = "rockchip,rk3399-emmc-phy";
331                 reg-offset = <0xf780>;
332                 #phy-cells = <0>;
333                 rockchip,grf = <&grf>;
334                 ctrl-base = <0xfe330000>;
335                 status = "disabled";
336         };
337
338         sdio0: dwmmc@fe310000 {
339                 compatible = "rockchip,rk3399-dw-mshc",
340                              "rockchip,rk3288-dw-mshc";
341                 reg = <0x0 0xfe310000 0x0 0x4000>;
342                 interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH 0>;
343                 clock-freq-min-max = <400000 150000000>;
344                 clocks = <&cru HCLK_SDIO>, <&cru SCLK_SDIO>,
345                          <&cru SCLK_SDIO_DRV>, <&cru SCLK_SDIO_SAMPLE>;
346                 clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
347                 fifo-depth = <0x100>;
348                 power-domains = <&power RK3399_PD_SDIOAUDIO>;
349                 status = "disabled";
350         };
351
352         sdmmc: dwmmc@fe320000 {
353                 compatible = "rockchip,rk3399-dw-mshc",
354                              "rockchip,rk3288-dw-mshc";
355                 reg = <0x0 0xfe320000 0x0 0x4000>;
356                 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH 0>;
357                 clock-freq-min-max = <400000 150000000>;
358                 clocks = <&cru HCLK_SDMMC>, <&cru SCLK_SDMMC>,
359                          <&cru SCLK_SDMMC_DRV>, <&cru SCLK_SDMMC_SAMPLE>;
360                 clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
361                 fifo-depth = <0x100>;
362                 power-domains = <&power RK3399_PD_SD>;
363                 status = "disabled";
364         };
365
366         sdhci: sdhci@fe330000 {
367                 compatible = "rockchip,rk3399-sdhci-5.1", "arasan,sdhci-5.1";
368                 reg = <0x0 0xfe330000 0x0 0x10000>;
369                 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH 0>;
370                 clocks = <&cru SCLK_EMMC>, <&cru ACLK_EMMC>;
371                 clock-names = "clk_xin", "clk_ahb";
372                 assigned-clocks = <&cru SCLK_EMMC>;
373                 assigned-clock-parents = <&cru PLL_CPLL>;
374                 assigned-clock-rates = <200000000>;
375                 phys = <&emmc_phy>;
376                 phy-names = "phy_arasan";
377                 power-domains = <&power RK3399_PD_EMMC>;
378                 status = "disabled";
379         };
380
381         usb_host0_ehci: usb@fe380000 {
382                 compatible = "generic-ehci";
383                 reg = <0x0 0xfe380000 0x0 0x20000>;
384                 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH 0>;
385                 clocks = <&cru HCLK_HOST0>, <&cru HCLK_HOST0_ARB>,
386                          <&cru SCLK_USBPHY0_480M_SRC>;
387                 clock-names = "hclk_host0", "hclk_host0_arb", "usbphy0_480m";
388                 phys = <&u2phy0_host>;
389                 phy-names = "usb";
390                 power-domains = <&power RK3399_PD_PERIHP>;
391                 status = "disabled";
392         };
393
394         usb_host0_ohci: usb@fe3a0000 {
395                 compatible = "generic-ohci";
396                 reg = <0x0 0xfe3a0000 0x0 0x20000>;
397                 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH 0>;
398                 clocks = <&cru HCLK_HOST0>, <&cru HCLK_HOST0_ARB>,
399                          <&cru SCLK_USBPHY0_480M_SRC>;
400                 clock-names = "hclk_host0", "hclk_host0_arb", "usbphy0_480m";
401                 phys = <&u2phy0_host>;
402                 phy-names = "usb";
403                 power-domains = <&power RK3399_PD_PERIHP>;
404                 status = "disabled";
405         };
406
407         usb_host1_ehci: usb@fe3c0000 {
408                 compatible = "generic-ehci";
409                 reg = <0x0 0xfe3c0000 0x0 0x20000>;
410                 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH 0>;
411                 clocks = <&cru HCLK_HOST1>, <&cru HCLK_HOST1_ARB>,
412                          <&cru SCLK_USBPHY1_480M_SRC>;
413                 clock-names = "hclk_host1", "hclk_host1_arb", "usbphy1_480m";
414                 phys = <&u2phy1_host>;
415                 phy-names = "usb";
416                 power-domains = <&power RK3399_PD_PERIHP>;
417                 status = "disabled";
418         };
419
420         usb_host1_ohci: usb@fe3e0000 {
421                 compatible = "generic-ohci";
422                 reg = <0x0 0xfe3e0000 0x0 0x20000>;
423                 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH 0>;
424                 clocks = <&cru HCLK_HOST1>, <&cru HCLK_HOST1_ARB>,
425                          <&cru SCLK_USBPHY1_480M_SRC>;
426                 clock-names = "hclk_host1", "hclk_host1_arb", "usbphy1_480m";
427                 phys = <&u2phy1_host>;
428                 phy-names = "usb";
429                 power-domains = <&power RK3399_PD_PERIHP>;
430                 status = "disabled";
431         };
432
433         usbdrd3_0: usb@fe800000 {
434                 compatible = "rockchip,dwc3";
435                 clocks = <&cru SCLK_USB3OTG0_REF>, <&cru SCLK_USB3OTG0_SUSPEND>,
436                          <&cru ACLK_USB3OTG0>, <&cru ACLK_USB3_RKSOC_AXI_PERF>,
437                          <&cru ACLK_USB3>, <&cru ACLK_USB3_GRF>;
438                 clock-names = "clk_usb3otg0_ref", "clk_usb3otg0_suspend",
439                               "aclk_usb3otg0", "aclk_usb3_rksoc_axi_perf",
440                               "aclk_usb3", "aclk_usb3_grf";
441                 power-domains = <&power RK3399_PD_USB3>;
442                 #address-cells = <2>;
443                 #size-cells = <2>;
444                 ranges;
445                 status = "disabled";
446                 usbdrd_dwc3_0: dwc3@fe800000 {
447                         compatible = "snps,dwc3";
448                         reg = <0x0 0xfe800000 0x0 0x100000>;
449                         interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH 0>;
450                         dr_mode = "otg";
451                         phys = <&u2phy0_otg>;
452                         phy-names = "usb2-phy";
453                         snps,dis_enblslpm_quirk;
454                         snps,phyif_utmi_16_bits;
455                         snps,dis_u2_freeclk_exists_quirk;
456                         snps,dis_del_phy_power_chg_quirk;
457                         snps,xhci_slow_suspend_quirk;
458                         status = "disabled";
459                 };
460         };
461
462         usbdrd3_1: usb@fe900000 {
463                 compatible = "rockchip,dwc3";
464                 clocks = <&cru SCLK_USB3OTG1_REF>, <&cru SCLK_USB3OTG1_SUSPEND>,
465                          <&cru ACLK_USB3OTG1>, <&cru ACLK_USB3_RKSOC_AXI_PERF>,
466                          <&cru ACLK_USB3>, <&cru ACLK_USB3_GRF>;
467                 clock-names = "clk_usb3otg1_ref", "clk_usb3otg1_suspend",
468                               "aclk_usb3otg1", "aclk_usb3_rksoc_axi_perf",
469                               "aclk_usb3", "aclk_usb3_grf";
470                 power-domains = <&power RK3399_PD_USB3>;
471                 #address-cells = <2>;
472                 #size-cells = <2>;
473                 ranges;
474                 status = "disabled";
475                 usbdrd_dwc3_1: dwc3@fe900000 {
476                         compatible = "snps,dwc3";
477                         reg = <0x0 0xfe900000 0x0 0x100000>;
478                         interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH 0>;
479                         dr_mode = "otg";
480                         phys = <&u2phy1_otg>;
481                         phy-names = "usb2-phy";
482                         snps,dis_enblslpm_quirk;
483                         snps,phyif_utmi_16_bits;
484                         snps,dis_u2_freeclk_exists_quirk;
485                         snps,dis_del_phy_power_chg_quirk;
486                         snps,xhci_slow_suspend_quirk;
487                         status = "disabled";
488                 };
489         };
490
491         gic: interrupt-controller@fee00000 {
492                 compatible = "arm,gic-v3";
493                 #interrupt-cells = <4>;
494                 #address-cells = <2>;
495                 #size-cells = <2>;
496                 ranges;
497                 interrupt-controller;
498
499                 reg = <0x0 0xfee00000 0 0x10000>, /* GICD */
500                       <0x0 0xfef00000 0 0xc0000>, /* GICR */
501                       <0x0 0xfff00000 0 0x10000>, /* GICC */
502                       <0x0 0xfff10000 0 0x10000>, /* GICH */
503                       <0x0 0xfff20000 0 0x10000>; /* GICV */
504                 interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH 0>;
505                 its: interrupt-controller@fee20000 {
506                         compatible = "arm,gic-v3-its";
507                         msi-controller;
508                         reg = <0x0 0xfee20000 0x0 0x20000>;
509                 };
510
511                 ppi-partitions {
512                         part0: interrupt-partition-0 {
513                                 affinity = <&cpu_l0 &cpu_l1 &cpu_l2 &cpu_l3>;
514                         };
515
516                         part1: interrupt-partition-1 {
517                                 affinity = <&cpu_b0 &cpu_b1>;
518                         };
519                 };
520         };
521
522         saradc: saradc@ff100000 {
523                 compatible = "rockchip,rk3399-saradc";
524                 reg = <0x0 0xff100000 0x0 0x100>;
525                 interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH 0>;
526                 #io-channel-cells = <1>;
527                 clocks = <&cru SCLK_SARADC>, <&cru PCLK_SARADC>;
528                 clock-names = "saradc", "apb_pclk";
529                 status = "disabled";
530         };
531
532         i2c0: i2c@ff3c0000 {
533                 compatible = "rockchip,rk3399-i2c";
534                 reg = <0x0 0xff3c0000 0x0 0x1000>;
535                 clocks =  <&pmucru SCLK_I2C0_PMU>, <&pmucru PCLK_I2C0_PMU>;
536                 clock-names = "i2c", "pclk";
537                 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH 0>;
538                 pinctrl-names = "default";
539                 pinctrl-0 = <&i2c0_xfer>;
540                 #address-cells = <1>;
541                 #size-cells = <0>;
542                 status = "disabled";
543         };
544
545         i2c1: i2c@ff110000 {
546                 compatible = "rockchip,rk3399-i2c";
547                 reg = <0x0 0xff110000 0x0 0x1000>;
548                 clocks = <&cru SCLK_I2C1>, <&cru PCLK_I2C1>;
549                 clock-names = "i2c", "pclk";
550                 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH 0>;
551                 pinctrl-names = "default";
552                 pinctrl-0 = <&i2c1_xfer>;
553                 #address-cells = <1>;
554                 #size-cells = <0>;
555                 status = "disabled";
556         };
557
558         i2c2: i2c@ff120000 {
559                 compatible = "rockchip,rk3399-i2c";
560                 reg = <0x0 0xff120000 0x0 0x1000>;
561                 clocks = <&cru SCLK_I2C2>, <&cru PCLK_I2C2>;
562                 clock-names = "i2c", "pclk";
563                 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH 0>;
564                 pinctrl-names = "default";
565                 pinctrl-0 = <&i2c2_xfer>;
566                 #address-cells = <1>;
567                 #size-cells = <0>;
568                 status = "disabled";
569         };
570
571         i2c3: i2c@ff130000 {
572                 compatible = "rockchip,rk3399-i2c";
573                 reg = <0x0 0xff130000 0x0 0x1000>;
574                 clocks = <&cru SCLK_I2C3>, <&cru PCLK_I2C3>;
575                 clock-names = "i2c", "pclk";
576                 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH 0>;
577                 pinctrl-names = "default";
578                 pinctrl-0 = <&i2c3_xfer>;
579                 #address-cells = <1>;
580                 #size-cells = <0>;
581                 status = "disabled";
582         };
583
584         i2c5: i2c@ff140000 {
585                 compatible = "rockchip,rk3399-i2c";
586                 reg = <0x0 0xff140000 0x0 0x1000>;
587                 clocks = <&cru SCLK_I2C5>, <&cru PCLK_I2C5>;
588                 clock-names = "i2c", "pclk";
589                 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH 0>;
590                 pinctrl-names = "default";
591                 pinctrl-0 = <&i2c5_xfer>;
592                 #address-cells = <1>;
593                 #size-cells = <0>;
594                 status = "disabled";
595         };
596
597         i2c6: i2c@ff150000 {
598                 compatible = "rockchip,rk3399-i2c";
599                 reg = <0x0 0xff150000 0x0 0x1000>;
600                 clocks = <&cru SCLK_I2C6>, <&cru PCLK_I2C6>;
601                 clock-names = "i2c", "pclk";
602                 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH 0>;
603                 pinctrl-names = "default";
604                 pinctrl-0 = <&i2c6_xfer>;
605                 #address-cells = <1>;
606                 #size-cells = <0>;
607                 status = "disabled";
608         };
609
610         i2c7: i2c@ff160000 {
611                 compatible = "rockchip,rk3399-i2c";
612                 reg = <0x0 0xff160000 0x0 0x1000>;
613                 clocks = <&cru SCLK_I2C7>, <&cru PCLK_I2C7>;
614                 clock-names = "i2c", "pclk";
615                 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH 0>;
616                 pinctrl-names = "default";
617                 pinctrl-0 = <&i2c7_xfer>;
618                 #address-cells = <1>;
619                 #size-cells = <0>;
620                 status = "disabled";
621         };
622
623         uart0: serial@ff180000 {
624                 compatible = "rockchip,rk3399-uart", "snps,dw-apb-uart";
625                 reg = <0x0 0xff180000 0x0 0x100>;
626                 clocks = <&cru SCLK_UART0>, <&cru PCLK_UART0>;
627                 clock-names = "baudclk", "apb_pclk";
628                 interrupts = <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH 0>;
629                 reg-shift = <2>;
630                 reg-io-width = <4>;
631                 pinctrl-names = "default";
632                 pinctrl-0 = <&uart0_xfer &uart0_cts &uart0_rts>;
633                 status = "disabled";
634         };
635
636         uart1: serial@ff190000 {
637                 compatible = "rockchip,rk3399-uart", "snps,dw-apb-uart";
638                 reg = <0x0 0xff190000 0x0 0x100>;
639                 clocks = <&cru SCLK_UART1>, <&cru PCLK_UART1>;
640                 clock-names = "baudclk", "apb_pclk";
641                 interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH 0>;
642                 reg-shift = <2>;
643                 reg-io-width = <4>;
644                 pinctrl-names = "default";
645                 pinctrl-0 = <&uart1_xfer>;
646                 status = "disabled";
647         };
648
649         uart2: serial@ff1a0000 {
650                 compatible = "rockchip,rk3399-uart", "snps,dw-apb-uart";
651                 reg = <0x0 0xff1a0000 0x0 0x100>;
652                 clocks = <&cru SCLK_UART2>, <&cru PCLK_UART2>;
653                 clock-names = "baudclk", "apb_pclk";
654                 interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH 0>;
655                 reg-shift = <2>;
656                 reg-io-width = <4>;
657                 pinctrl-names = "default";
658                 pinctrl-0 = <&uart2c_xfer>;
659                 status = "disabled";
660         };
661
662         uart3: serial@ff1b0000 {
663                 compatible = "rockchip,rk3399-uart", "snps,dw-apb-uart";
664                 reg = <0x0 0xff1b0000 0x0 0x100>;
665                 clocks = <&cru SCLK_UART3>, <&cru PCLK_UART3>;
666                 clock-names = "baudclk", "apb_pclk";
667                 interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH 0>;
668                 reg-shift = <2>;
669                 reg-io-width = <4>;
670                 pinctrl-names = "default";
671                 pinctrl-0 = <&uart3_xfer &uart3_cts &uart3_rts>;
672                 status = "disabled";
673         };
674
675         spi0: spi@ff1c0000 {
676                 compatible = "rockchip,rk3399-spi", "rockchip,rk3066-spi";
677                 reg = <0x0 0xff1c0000 0x0 0x1000>;
678                 clocks = <&cru SCLK_SPI0>, <&cru PCLK_SPI0>;
679                 clock-names = "spiclk", "apb_pclk";
680                 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH 0>;
681                 pinctrl-names = "default";
682                 pinctrl-0 = <&spi0_clk &spi0_tx &spi0_rx &spi0_cs0>;
683                 #address-cells = <1>;
684                 #size-cells = <0>;
685                 status = "disabled";
686         };
687
688         spi1: spi@ff1d0000 {
689                 compatible = "rockchip,rk3399-spi", "rockchip,rk3066-spi";
690                 reg = <0x0 0xff1d0000 0x0 0x1000>;
691                 clocks = <&cru SCLK_SPI1>, <&cru PCLK_SPI1>;
692                 clock-names = "spiclk", "apb_pclk";
693                 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH 0>;
694                 pinctrl-names = "default";
695                 pinctrl-0 = <&spi1_clk &spi1_tx &spi1_rx &spi1_cs0>;
696                 #address-cells = <1>;
697                 #size-cells = <0>;
698                 status = "disabled";
699         };
700
701         spi2: spi@ff1e0000 {
702                 compatible = "rockchip,rk3399-spi", "rockchip,rk3066-spi";
703                 reg = <0x0 0xff1e0000 0x0 0x1000>;
704                 clocks = <&cru SCLK_SPI2>, <&cru PCLK_SPI2>;
705                 clock-names = "spiclk", "apb_pclk";
706                 interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH 0>;
707                 pinctrl-names = "default";
708                 pinctrl-0 = <&spi2_clk &spi2_tx &spi2_rx &spi2_cs0>;
709                 #address-cells = <1>;
710                 #size-cells = <0>;
711                 status = "disabled";
712         };
713
714         spi4: spi@ff1f0000 {
715                 compatible = "rockchip,rk3399-spi", "rockchip,rk3066-spi";
716                 reg = <0x0 0xff1f0000 0x0 0x1000>;
717                 clocks = <&cru SCLK_SPI4>, <&cru PCLK_SPI4>;
718                 clock-names = "spiclk", "apb_pclk";
719                 interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH 0>;
720                 pinctrl-names = "default";
721                 pinctrl-0 = <&spi4_clk &spi4_tx &spi4_rx &spi4_cs0>;
722                 #address-cells = <1>;
723                 #size-cells = <0>;
724                 status = "disabled";
725         };
726
727         spi5: spi@ff200000 {
728                 compatible = "rockchip,rk3399-spi", "rockchip,rk3066-spi";
729                 reg = <0x0 0xff200000 0x0 0x1000>;
730                 clocks = <&cru SCLK_SPI5>, <&cru PCLK_SPI5>;
731                 clock-names = "spiclk", "apb_pclk";
732                 interrupts = <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH 0>;
733                 pinctrl-names = "default";
734                 pinctrl-0 = <&spi5_clk &spi5_tx &spi5_rx &spi5_cs0>;
735                 #address-cells = <1>;
736                 #size-cells = <0>;
737                 status = "disabled";
738         };
739
740         thermal-zones {
741                 soc_thermal: soc-thermal {
742                         polling-delay-passive = <20>; /* milliseconds */
743                         polling-delay = <1000>; /* milliseconds */
744                         sustainable-power = <1000>; /* milliwatts */
745
746                         thermal-sensors = <&tsadc 0>;
747
748                         trips {
749                                 threshold: trip-point@0 {
750                                         temperature = <70000>; /* millicelsius */
751                                         hysteresis = <2000>; /* millicelsius */
752                                         type = "passive";
753                                 };
754                                 target: trip-point@1 {
755                                         temperature = <85000>; /* millicelsius */
756                                         hysteresis = <2000>; /* millicelsius */
757                                         type = "passive";
758                                 };
759                                 soc_crit: soc-crit {
760                                         temperature = <95000>; /* millicelsius */
761                                         hysteresis = <2000>; /* millicelsius */
762                                         type = "critical";
763                                 };
764                         };
765
766                         cooling-maps {
767                                 map0 {
768                                         trip = <&target>;
769                                         cooling-device =
770                                                 <&cpu_l0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
771                                         contribution = <4096>;
772                                 };
773                                 map1 {
774                                         trip = <&target>;
775                                         cooling-device =
776                                                 <&cpu_b0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
777                                         contribution = <1024>;
778                                 };
779                                 map2 {
780                                         trip = <&target>;
781                                         cooling-device =
782                                                 <&gpu THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
783                                         contribution = <4096>;
784                                 };
785                         };
786                 };
787
788                 gpu_thermal: gpu-thermal {
789                         polling-delay-passive = <100>; /* milliseconds */
790                         polling-delay = <1000>; /* milliseconds */
791
792                         thermal-sensors = <&tsadc 1>;
793                 };
794         };
795
796         tsadc: tsadc@ff260000 {
797                 compatible = "rockchip,rk3399-tsadc";
798                 reg = <0x0 0xff260000 0x0 0x100>;
799                 interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH 0>;
800                 rockchip,grf = <&grf>;
801                 clocks = <&cru SCLK_TSADC>, <&cru PCLK_TSADC>;
802                 clock-names = "tsadc", "apb_pclk";
803                 assigned-clocks = <&cru SCLK_TSADC>;
804                 assigned-clock-rates = <750000>;
805                 resets = <&cru SRST_TSADC>;
806                 reset-names = "tsadc-apb";
807                 pinctrl-names = "init", "default", "sleep";
808                 pinctrl-0 = <&otp_gpio>;
809                 pinctrl-1 = <&otp_out>;
810                 pinctrl-2 = <&otp_gpio>;
811                 #thermal-sensor-cells = <1>;
812                 rockchip,hw-tshut-temp = <95000>;
813                 status = "disabled";
814         };
815
816         qos_emmc: qos@ffa58000 {
817                 compatible = "syscon";
818                 reg = <0x0 0xffa58000 0x0 0x20>;
819         };
820
821         qos_gmac: qos@ffa5c000 {
822                 compatible = "syscon";
823                 reg = <0x0 0xffa5c000 0x0 0x20>;
824         };
825
826         qos_pcie: qos@ffa60080 {
827                 compatible = "syscon";
828                 reg = <0x0 0xffa60080 0x0 0x20>;
829         };
830
831         qos_usb_host0: qos@ffa60100 {
832                 compatible = "syscon";
833                 reg = <0x0 0xffa60100 0x0 0x20>;
834         };
835
836         qos_usb_host1: qos@ffa60180 {
837                 compatible = "syscon";
838                 reg = <0x0 0xffa60180 0x0 0x20>;
839         };
840
841         qos_usb_otg0: qos@ffa70000 {
842                 compatible = "syscon";
843                 reg = <0x0 0xffa70000 0x0 0x20>;
844         };
845
846         qos_usb_otg1: qos@ffa70080 {
847                 compatible = "syscon";
848                 reg = <0x0 0xffa70080 0x0 0x20>;
849         };
850
851         qos_sd: qos@ffa74000 {
852                 compatible = "syscon";
853                 reg = <0x0 0xffa74000 0x0 0x20>;
854         };
855
856         qos_sdioaudio: qos@ffa76000 {
857                 compatible = "syscon";
858                 reg = <0x0 0xffa76000 0x0 0x20>;
859         };
860
861         qos_hdcp: qos@ffa90000 {
862                 compatible = "syscon";
863                 reg = <0x0 0xffa90000 0x0 0x20>;
864         };
865
866         qos_iep: qos@ffa98000 {
867                 compatible = "syscon";
868                 reg = <0x0 0xffa98000 0x0 0x20>;
869         };
870
871         qos_isp0_m0: qos@ffaa0000 {
872                 compatible = "syscon";
873                 reg = <0x0 0xffaa0000 0x0 0x20>;
874         };
875
876         qos_isp0_m1: qos@ffaa0080 {
877                 compatible = "syscon";
878                 reg = <0x0 0xffaa0080 0x0 0x20>;
879         };
880
881         qos_isp1_m0: qos@ffaa8000 {
882                 compatible = "syscon";
883                 reg = <0x0 0xffaa8000 0x0 0x20>;
884         };
885
886         qos_isp1_m1: qos@ffaa8080 {
887                 compatible = "syscon";
888                 reg = <0x0 0xffaa8080 0x0 0x20>;
889         };
890
891         qos_rga_r: qos@ffab0000 {
892                 compatible = "syscon";
893                 reg = <0x0 0xffab0000 0x0 0x20>;
894         };
895
896         qos_rga_w: qos@ffab0080 {
897                 compatible = "syscon";
898                 reg = <0x0 0xffab0080 0x0 0x20>;
899         };
900
901         qos_video_m0: qos@ffab8000 {
902                 compatible = "syscon";
903                 reg = <0x0 0xffab8000 0x0 0x20>;
904         };
905
906         qos_video_m1_r: qos@ffac0000 {
907                 compatible = "syscon";
908                 reg = <0x0 0xffac0000 0x0 0x20>;
909         };
910
911         qos_video_m1_w: qos@ffac0080 {
912                 compatible = "syscon";
913                 reg = <0x0 0xffac0080 0x0 0x20>;
914         };
915
916         qos_vop_big_r: qos@ffac8000 {
917                 compatible = "syscon";
918                 reg = <0x0 0xffac8000 0x0 0x20>;
919         };
920
921         qos_vop_big_w: qos@ffac8080 {
922                 compatible = "syscon";
923                 reg = <0x0 0xffac8080 0x0 0x20>;
924         };
925
926         qos_vop_little: qos@ffad0000 {
927                 compatible = "syscon";
928                 reg = <0x0 0xffad0000 0x0 0x20>;
929         };
930
931         qos_perihp: qos@ffad8080 {
932                 compatible = "syscon";
933                 reg = <0x0 0xffad8080 0x0 0x20>;
934         };
935
936         qos_gpu: qos@ffae0000 {
937                 compatible = "syscon";
938                 reg = <0x0 0xffae0000 0x0 0x20>;
939         };
940
941         pmu: power-management@ff310000 {
942                 compatible = "rockchip,rk3399-pmu", "syscon", "simple-mfd";
943                 reg = <0x0 0xff310000 0x0 0x1000>;
944
945                 /*
946                  * Note: RK3399 supports 6 voltage domains including VD_CORE_L,
947                  * VD_CORE_B, VD_CENTER, VD_GPU, VD_LOGIC and VD_PMU.
948                  * Some of the power domains are grouped together for every
949                  * voltage domain.
950                  * The detail contents as below.
951                  */
952                 power: power-controller {
953                         compatible = "rockchip,rk3399-power-controller";
954                         #power-domain-cells = <1>;
955                         #address-cells = <1>;
956                         #size-cells = <0>;
957
958                         /* These power domains are grouped by VD_CENTER */
959                         pd_iep@RK3399_PD_IEP {
960                                 reg = <RK3399_PD_IEP>;
961                                 clocks = <&cru ACLK_IEP>,
962                                          <&cru HCLK_IEP>;
963                                 pm_qos = <&qos_iep>;
964                         };
965                         pd_rga@RK3399_PD_RGA {
966                                 reg = <RK3399_PD_RGA>;
967                                 clocks = <&cru ACLK_RGA>,
968                                          <&cru HCLK_RGA>;
969                                 pm_qos = <&qos_rga_r>,
970                                          <&qos_rga_w>;
971                         };
972                         pd_vcodec@RK3399_PD_VCODEC {
973                                 reg = <RK3399_PD_VCODEC>;
974                                 clocks = <&cru ACLK_VCODEC>,
975                                          <&cru HCLK_VCODEC>;
976                                 pm_qos = <&qos_video_m0>;
977                         };
978                         pd_vdu@RK3399_PD_VDU {
979                                 reg = <RK3399_PD_VDU>;
980                                 clocks = <&cru ACLK_VDU>,
981                                          <&cru HCLK_VDU>;
982                                 pm_qos = <&qos_video_m1_r>,
983                                          <&qos_video_m1_w>;
984                         };
985
986                         /* These power domains are grouped by VD_GPU */
987                         pd_gpu@RK3399_PD_GPU {
988                                 reg = <RK3399_PD_GPU>;
989                                 clocks = <&cru ACLK_GPU>;
990                                 pm_qos = <&qos_gpu>;
991                         };
992
993                         /* These power domains are grouped by VD_LOGIC */
994                         pd_emmc@RK3399_PD_EMMC {
995                                 reg = <RK3399_PD_EMMC>;
996                                 clocks = <&cru ACLK_EMMC>;
997                                 pm_qos = <&qos_emmc>;
998                         };
999                         pd_gmac@RK3399_PD_GMAC {
1000                                 reg = <RK3399_PD_GMAC>;
1001                                 clocks = <&cru ACLK_GMAC>;
1002                                 pm_qos = <&qos_gmac>;
1003                         };
1004                         pd_perihp@RK3399_PD_PERIHP {
1005                                 reg = <RK3399_PD_PERIHP>;
1006                                 #address-cells = <1>;
1007                                 #size-cells = <0>;
1008                                 clocks = <&cru ACLK_PERIHP>;
1009                                 pm_qos = <&qos_perihp>,
1010                                          <&qos_pcie>,
1011                                          <&qos_usb_host0>,
1012                                          <&qos_usb_host1>;
1013
1014                                 pd_sd@RK3399_PD_SD {
1015                                         reg = <RK3399_PD_SD>;
1016                                         clocks = <&cru HCLK_SDMMC>,
1017                                                  <&cru SCLK_SDMMC>;
1018                                         pm_qos = <&qos_sd>;
1019                                 };
1020                         };
1021                         pd_sdioaudio@RK3399_PD_SDIOAUDIO {
1022                                 reg = <RK3399_PD_SDIOAUDIO>;
1023                                 clocks = <&cru HCLK_SDIO>;
1024                                 pm_qos = <&qos_sdioaudio>;
1025                         };
1026                         pd_usb3@RK3399_PD_USB3 {
1027                                 reg = <RK3399_PD_USB3>;
1028                                 clocks = <&cru ACLK_USB3>;
1029                                 pm_qos = <&qos_usb_otg0>,
1030                                          <&qos_usb_otg1>;
1031                         };
1032                         pd_vio@RK3399_PD_VIO {
1033                                 reg = <RK3399_PD_VIO>;
1034                                 #address-cells = <1>;
1035                                 #size-cells = <0>;
1036
1037                                 pd_hdcp@RK3399_PD_HDCP {
1038                                         reg = <RK3399_PD_HDCP>;
1039                                         clocks = <&cru ACLK_HDCP>,
1040                                                  <&cru HCLK_HDCP>,
1041                                                  <&cru PCLK_HDCP>;
1042                                         pm_qos = <&qos_hdcp>;
1043                                 };
1044                                 pd_isp0@RK3399_PD_ISP0 {
1045                                         reg = <RK3399_PD_ISP0>;
1046                                         clocks = <&cru ACLK_ISP0>,
1047                                                  <&cru HCLK_ISP0>;
1048                                         pm_qos = <&qos_isp0_m0>,
1049                                                  <&qos_isp0_m1>;
1050                                 };
1051                                 pd_isp1@RK3399_PD_ISP1 {
1052                                         reg = <RK3399_PD_ISP1>;
1053                                         clocks = <&cru ACLK_ISP1>,
1054                                                  <&cru HCLK_ISP1>;
1055                                         pm_qos = <&qos_isp1_m0>,
1056                                                  <&qos_isp1_m1>;
1057                                 };
1058                                 pd_vo@RK3399_PD_VO {
1059                                         reg = <RK3399_PD_VO>;
1060                                         #address-cells = <1>;
1061                                         #size-cells = <0>;
1062
1063                                         pd_vopb@RK3399_PD_VOPB {
1064                                                 reg = <RK3399_PD_VOPB>;
1065                                                 clocks = <&cru ACLK_VOP0>,
1066                                                          <&cru HCLK_VOP0>;
1067                                                 pm_qos = <&qos_vop_big_r>,
1068                                                          <&qos_vop_big_w>;
1069                                         };
1070                                         pd_vopl@RK3399_PD_VOPL {
1071                                                 reg = <RK3399_PD_VOPL>;
1072                                                 clocks = <&cru ACLK_VOP1>,
1073                                                          <&cru HCLK_VOP1>;
1074                                                 pm_qos = <&qos_vop_little>;
1075                                         };
1076                                 };
1077                         };
1078                 };
1079         };
1080
1081         pmugrf: syscon@ff320000 {
1082                 compatible = "rockchip,rk3399-pmugrf", "syscon", "simple-mfd";
1083                 reg = <0x0 0xff320000 0x0 0x1000>;
1084
1085                 reboot-mode {
1086                         compatible = "syscon-reboot-mode";
1087                         offset = <0x300>;
1088                         mode-bootloader = <BOOT_LOADER>;
1089                         mode-charge = <BOOT_CHARGING>;
1090                         mode-fastboot = <BOOT_FASTBOOT>;
1091                         mode-loader = <BOOT_LOADER>;
1092                         mode-normal = <BOOT_NORMAL>;
1093                         mode-recovery = <BOOT_RECOVERY>;
1094                 };
1095         };
1096
1097         spi3: spi@ff350000 {
1098                 compatible = "rockchip,rk3399-spi", "rockchip,rk3066-spi";
1099                 reg = <0x0 0xff350000 0x0 0x1000>;
1100                 clocks = <&pmucru SCLK_SPI3_PMU>, <&pmucru PCLK_SPI3_PMU>;
1101                 clock-names = "spiclk", "apb_pclk";
1102                 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH 0>;
1103                 pinctrl-names = "default";
1104                 pinctrl-0 = <&spi3_clk &spi3_tx &spi3_rx &spi3_cs0>;
1105                 #address-cells = <1>;
1106                 #size-cells = <0>;
1107                 status = "disabled";
1108         };
1109
1110         uart4: serial@ff370000 {
1111                 compatible = "rockchip,rk3399-uart", "snps,dw-apb-uart";
1112                 reg = <0x0 0xff370000 0x0 0x100>;
1113                 clocks = <&pmucru SCLK_UART4_PMU>, <&pmucru PCLK_UART4_PMU>;
1114                 clock-names = "baudclk", "apb_pclk";
1115                 interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH 0>;
1116                 reg-shift = <2>;
1117                 reg-io-width = <4>;
1118                 pinctrl-names = "default";
1119                 pinctrl-0 = <&uart4_xfer>;
1120                 status = "disabled";
1121         };
1122
1123         i2c4: i2c@ff3d0000 {
1124                 compatible = "rockchip,rk3399-i2c";
1125                 reg = <0x0 0xff3d0000 0x0 0x1000>;
1126                 clocks = <&pmucru SCLK_I2C4_PMU>, <&pmucru PCLK_I2C4_PMU>;
1127                 clock-names = "i2c", "pclk";
1128                 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH 0>;
1129                 pinctrl-names = "default";
1130                 pinctrl-0 = <&i2c4_xfer>;
1131                 #address-cells = <1>;
1132                 #size-cells = <0>;
1133                 status = "disabled";
1134         };
1135
1136         i2c8: i2c@ff3e0000 {
1137                 compatible = "rockchip,rk3399-i2c";
1138                 reg = <0x0 0xff3e0000 0x0 0x1000>;
1139                 clocks = <&pmucru SCLK_I2C8_PMU>, <&pmucru PCLK_I2C8_PMU>;
1140                 clock-names = "i2c", "pclk";
1141                 interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH 0>;
1142                 pinctrl-names = "default";
1143                 pinctrl-0 = <&i2c8_xfer>;
1144                 #address-cells = <1>;
1145                 #size-cells = <0>;
1146                 status = "disabled";
1147         };
1148
1149         pcie0: pcie@f8000000 {
1150                 compatible = "rockchip,rk3399-pcie";
1151                 #address-cells = <3>;
1152                 #size-cells = <2>;
1153                 clocks = <&cru ACLK_PCIE>, <&cru ACLK_PERF_PCIE>,
1154                          <&cru PCLK_PCIE>, <&cru SCLK_PCIEPHY_REF>;
1155                 clock-names = "aclk_pcie", "aclk_perf_pcie",
1156                               "hclk_pcie", "clk_pciephy_ref";
1157                 bus-range = <0x0 0x1>;
1158                 interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH 0>,
1159                              <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH 0>,
1160                              <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH 0>;
1161                 interrupt-names = "pcie-sys", "pcie-legacy", "pcie-client";
1162                 ranges = < 0x82000000 0 0xfa000000 0x0 0xfa000000 0 0x600000
1163                            0x81000000 0 0xfa600000 0x0 0xfa600000 0 0x100000 >;
1164                 reg = < 0x0 0xf8000000 0x0 0x2000000 >,
1165                       < 0x0 0xfd000000 0x0 0x1000000 >;
1166                 reg-name = "axi-base", "apb-base";
1167                 resets = <&cru SRST_PCIEPHY>, <&cru SRST_PCIE_CORE>,
1168                          <&cru SRST_PCIE_MGMT>, <&cru SRST_PCIE_MGMT_STICKY>,
1169                          <&cru SRST_PCIE_PIPE>;
1170                 reset-names = "phy-rst", "core-rst", "mgmt-rst",
1171                               "mgmt-sticky-rst", "pipe-rst";
1172                 rockchip,grf = <&grf>;
1173                 pcie-conf = <0xe220>;
1174                 pcie-status = <0xe2a4>;
1175                 pcie-laneoff = <0xe214>;
1176                 power-domains = <&power RK3399_PD_PERIHP>;
1177                 msi-parent = <&its>;
1178                 #interrupt-cells = <1>;
1179                 interrupt-map-mask = <0 0 0 7>;
1180                 interrupt-map = <0 0 0 1 &pcie0 1>,
1181                                 <0 0 0 2 &pcie0 2>,
1182                                 <0 0 0 3 &pcie0 3>,
1183                                 <0 0 0 4 &pcie0 4>;
1184                 status = "disabled";
1185                 pcie_intc: interrupt-controller {
1186                         interrupt-controller;
1187                         #address-cells = <0>;
1188                         #interrupt-cells = <1>;
1189                 };
1190         };
1191
1192         pwm0: pwm@ff420000 {
1193                 compatible = "rockchip,rk3399-pwm", "rockchip,rk3288-pwm";
1194                 reg = <0x0 0xff420000 0x0 0x10>;
1195                 #pwm-cells = <3>;
1196                 pinctrl-names = "default";
1197                 pinctrl-0 = <&pwm0_pin>;
1198                 clocks = <&pmucru PCLK_RKPWM_PMU>;
1199                 clock-names = "pwm";
1200                 status = "disabled";
1201         };
1202
1203         pwm1: pwm@ff420010 {
1204                 compatible = "rockchip,rk3399-pwm", "rockchip,rk3288-pwm";
1205                 reg = <0x0 0xff420010 0x0 0x10>;
1206                 #pwm-cells = <3>;
1207                 pinctrl-names = "default";
1208                 pinctrl-0 = <&pwm1_pin>;
1209                 clocks = <&pmucru PCLK_RKPWM_PMU>;
1210                 clock-names = "pwm";
1211                 status = "disabled";
1212         };
1213
1214         pwm2: pwm@ff420020 {
1215                 compatible = "rockchip,rk3399-pwm", "rockchip,rk3288-pwm";
1216                 reg = <0x0 0xff420020 0x0 0x10>;
1217                 #pwm-cells = <3>;
1218                 pinctrl-names = "default";
1219                 pinctrl-0 = <&pwm2_pin>;
1220                 clocks = <&pmucru PCLK_RKPWM_PMU>;
1221                 clock-names = "pwm";
1222                 status = "disabled";
1223         };
1224
1225         pwm3: pwm@ff420030 {
1226                 compatible = "rockchip,rk3399-pwm", "rockchip,rk3288-pwm";
1227                 reg = <0x0 0xff420030 0x0 0x10>;
1228                 #pwm-cells = <3>;
1229                 pinctrl-names = "default";
1230                 pinctrl-0 = <&pwm3a_pin>;
1231                 clocks = <&pmucru PCLK_RKPWM_PMU>;
1232                 clock-names = "pwm";
1233                 status = "disabled";
1234         };
1235
1236         rga: rga@ff680000 {
1237                 compatible = "rockchip,rk3399-rga";
1238                 reg = <0x0 0xff680000 0x0 0x10000>;
1239                 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH 0>;
1240                 interrupt-names = "rga";
1241                 clocks = <&cru ACLK_RGA>, <&cru HCLK_RGA>, <&cru SCLK_RGA_CORE>;
1242                 clock-names = "aclk", "hclk", "sclk";
1243                 resets = <&cru SRST_RGA_CORE>, <&cru SRST_A_RGA>, <&cru SRST_H_RGA>;
1244                 reset-names = "core", "axi", "ahb";
1245                 power-domains = <&power RK3399_PD_RGA>;
1246                 status = "disabled";
1247         };
1248
1249         pmucru: pmu-clock-controller@ff750000 {
1250                 compatible = "rockchip,rk3399-pmucru";
1251                 reg = <0x0 0xff750000 0x0 0x1000>;
1252                 #clock-cells = <1>;
1253                 #reset-cells = <1>;
1254                 assigned-clocks = <&pmucru PLL_PPLL>;
1255                 assigned-clock-rates = <676000000>;
1256         };
1257
1258         cru: clock-controller@ff760000 {
1259                 compatible = "rockchip,rk3399-cru";
1260                 reg = <0x0 0xff760000 0x0 0x1000>;
1261                 #clock-cells = <1>;
1262                 #reset-cells = <1>;
1263                 assigned-clocks =
1264                         <&cru ACLK_VOP0>, <&cru HCLK_VOP0>,
1265                         <&cru ACLK_VOP1>, <&cru HCLK_VOP1>,
1266                         <&cru ARMCLKL>, <&cru ARMCLKB>,
1267                         <&cru PLL_GPLL>, <&cru PLL_CPLL>,
1268                         <&cru PLL_NPLL>,
1269                         <&cru ACLK_PERIHP>, <&cru HCLK_PERIHP>,
1270                         <&cru PCLK_PERIHP>,
1271                         <&cru ACLK_PERILP0>, <&cru HCLK_PERILP0>,
1272                         <&cru PCLK_PERILP0>,
1273                         <&cru HCLK_PERILP1>, <&cru PCLK_PERILP1>;
1274                 assigned-clock-rates =
1275                          <400000000>,  <200000000>,
1276                          <400000000>,  <200000000>,
1277                          <816000000>, <816000000>,
1278                          <594000000>,  <800000000>,
1279                         <1000000000>,
1280                          <150000000>,   <75000000>,
1281                           <37500000>,
1282                          <100000000>,  <100000000>,
1283                           <50000000>,
1284                          <100000000>,   <50000000>;
1285         };
1286
1287         grf: syscon@ff770000 {
1288                 compatible = "rockchip,rk3399-grf", "syscon", "simple-mfd";
1289                 reg = <0x0 0xff770000 0x0 0x10000>;
1290                 #address-cells = <1>;
1291                 #size-cells = <1>;
1292
1293                 u2phy0: usb2-phy@e450 {
1294                         compatible = "rockchip,rk3399-usb2phy";
1295                         reg = <0xe450 0x10>;
1296                         clocks = <&cru SCLK_USB2PHY0_REF>;
1297                         clock-names = "phyclk";
1298                         #clock-cells = <0>;
1299                         clock-output-names = "clk_usbphy0_480m";
1300                         status = "disabled";
1301
1302                         u2phy0_otg: otg-port {
1303                                 #phy-cells = <0>;
1304                                 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH 0>,
1305                                              <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH 0>,
1306                                              <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH 0>;
1307                                 interrupt-names = "otg-bvalid", "otg-id",
1308                                                   "linestate";
1309                                 status = "disabled";
1310                         };
1311
1312                         u2phy0_host: host-port {
1313                                 #phy-cells = <0>;
1314                                 interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH 0>;
1315                                 interrupt-names = "linestate";
1316                                 status = "disabled";
1317                         };
1318                 };
1319
1320                 u2phy1: usb2-phy@e460 {
1321                         compatible = "rockchip,rk3399-usb2phy";
1322                         reg = <0xe460 0x10>;
1323                         clocks = <&cru SCLK_USB2PHY1_REF>;
1324                         clock-names = "phyclk";
1325                         #clock-cells = <0>;
1326                         clock-output-names = "clk_usbphy1_480m";
1327                         status = "disabled";
1328
1329                         u2phy1_otg: otg-port {
1330                                 #phy-cells = <0>;
1331                                 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>,
1332                                              <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>,
1333                                              <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
1334                                 interrupt-names = "otg-bvalid", "otg-id",
1335                                                   "linestate";
1336                                 status = "disabled";
1337                         };
1338
1339                         u2phy1_host: host-port {
1340                                 #phy-cells = <0>;
1341                                 interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH 0>;
1342                                 interrupt-names = "linestate";
1343                                 status = "disabled";
1344                         };
1345                 };
1346         };
1347
1348         tcphy0: phy@ff7c0000 {
1349                 compatible = "rockchip,rk3399-typec-phy";
1350                 reg = <0x0 0xff7c0000 0x0 0x40000>;
1351                 rockchip,grf = <&grf>;
1352                 #phy-cells = <0>;
1353                 clocks = <&cru SCLK_UPHY0_TCPDCORE>,
1354                          <&cru SCLK_UPHY0_TCPDPHY_REF>;
1355                 clock-names = "tcpdcore", "tcpdphy-ref";
1356                 resets = <&cru SRST_UPHY0>,
1357                          <&cru SRST_UPHY0_PIPE_L00>,
1358                          <&cru SRST_P_UPHY0_TCPHY>;
1359                 reset-names = "uphy", "uphy-pipe", "uphy-tcphy";
1360                 rockchip,typec-conn-dir = <0xe580 0 16>;
1361                 rockchip,usb3tousb2-en = <0xe580 3 19>;
1362                 rockchip,external-psm = <0xe588 14 30>;
1363                 rockchip,pipe-status = <0xe5c0 0 0>;
1364                 rockchip,uphy-dp-sel = <0x6268 19 19>;
1365                 status = "disabled";
1366         };
1367
1368         tcphy1: phy@ff800000 {
1369                 compatible = "rockchip,rk3399-typec-phy";
1370                 reg = <0x0 0xff800000 0x0 0x40000>;
1371                 rockchip,grf = <&grf>;
1372                 #phy-cells = <0>;
1373                 clocks = <&cru SCLK_UPHY1_TCPDCORE>,
1374                          <&cru SCLK_UPHY1_TCPDPHY_REF>;
1375                 clock-names = "tcpdcore", "tcpdphy-ref";
1376                 resets = <&cru SRST_UPHY1>,
1377                          <&cru SRST_UPHY1_PIPE_L00>,
1378                          <&cru SRST_P_UPHY1_TCPHY>;
1379                 reset-names = "uphy", "uphy-pipe", "uphy-tcphy";
1380                 rockchip,typec-conn-dir = <0xe58c 0 16>;
1381                 rockchip,usb3tousb2-en = <0xe58c 3 19>;
1382                 rockchip,external-psm = <0xe594 14 30>;
1383                 rockchip,pipe-status = <0xe5c0 16 16>;
1384                 rockchip,uphy-dp-sel = <0x6268 3 19>;
1385                 status = "disabled";
1386         };
1387
1388         watchdog@ff840000 {
1389                 compatible = "snps,dw-wdt";
1390                 reg = <0x0 0xff840000 0x0 0x100>;
1391                 clocks = <&cru PCLK_WDT>;
1392                 interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH 0>;
1393         };
1394
1395         rktimer: rktimer@ff850000 {
1396                 compatible = "rockchip,rk3399-timer";
1397                 reg = <0x0 0xff850000 0x0 0x1000>;
1398                 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH 0>;
1399                 clocks = <&cru PCLK_TIMER0>, <&cru SCLK_TIMER00>;
1400                 clock-names = "pclk", "timer";
1401         };
1402
1403         spdif: spdif@ff870000 {
1404                 compatible = "rockchip,rk3399-spdif";
1405                 reg = <0x0 0xff870000 0x0 0x1000>;
1406                 interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH 0>;
1407                 dmas = <&dmac_bus 7>;
1408                 dma-names = "tx";
1409                 clock-names = "mclk", "hclk";
1410                 clocks = <&cru SCLK_SPDIF_8CH>, <&cru HCLK_SPDIF>;
1411                 pinctrl-names = "default";
1412                 pinctrl-0 = <&spdif_bus>;
1413                 status = "disabled";
1414         };
1415
1416         i2s0: i2s@ff880000 {
1417                 compatible = "rockchip,rk3399-i2s", "rockchip,rk3066-i2s";
1418                 reg = <0x0 0xff880000 0x0 0x1000>;
1419                 rockchip,grf = <&grf>;
1420                 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH 0>;
1421                 dmas = <&dmac_bus 0>, <&dmac_bus 1>;
1422                 dma-names = "tx", "rx";
1423                 clock-names = "i2s_clk", "i2s_hclk";
1424                 clocks = <&cru SCLK_I2S0_8CH>, <&cru HCLK_I2S0_8CH>;
1425                 pinctrl-names = "default";
1426                 pinctrl-0 = <&i2s0_8ch_bus>;
1427                 status = "disabled";
1428         };
1429
1430         i2s1: i2s@ff890000 {
1431                 compatible = "rockchip,rk3399-i2s", "rockchip,rk3066-i2s";
1432                 reg = <0x0 0xff890000 0x0 0x1000>;
1433                 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH 0>;
1434                 dmas = <&dmac_bus 2>, <&dmac_bus 3>;
1435                 dma-names = "tx", "rx";
1436                 clock-names = "i2s_clk", "i2s_hclk";
1437                 clocks = <&cru SCLK_I2S1_8CH>, <&cru HCLK_I2S1_8CH>;
1438                 pinctrl-names = "default";
1439                 pinctrl-0 = <&i2s1_2ch_bus>;
1440                 status = "disabled";
1441         };
1442
1443         i2s2: i2s@ff8a0000 {
1444                 compatible = "rockchip,rk3399-i2s", "rockchip,rk3066-i2s";
1445                 reg = <0x0 0xff8a0000 0x0 0x1000>;
1446                 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH 0>;
1447                 dmas = <&dmac_bus 4>, <&dmac_bus 5>;
1448                 dma-names = "tx", "rx";
1449                 clock-names = "i2s_clk", "i2s_hclk";
1450                 clocks = <&cru SCLK_I2S2_8CH>, <&cru HCLK_I2S2_8CH>;
1451                 status = "disabled";
1452         };
1453
1454         gpu: gpu@ff9a0000 {
1455                 compatible = "arm,malit860",
1456                              "arm,malit86x",
1457                              "arm,malit8xx",
1458                              "arm,mali-midgard";
1459
1460                 reg = <0x0 0xff9a0000 0x0 0x10000>;
1461
1462                 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH 0>,
1463                              <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH 0>,
1464                              <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH 0>;
1465                 interrupt-names = "GPU", "JOB", "MMU";
1466
1467                 clocks = <&cru ACLK_GPU>;
1468                 clock-names = "clk_mali";
1469                 #cooling-cells = <2>; /* min followed by max */
1470                 operating-points-v2 = <&gpu_opp_table>;
1471                 power-domains = <&power RK3399_PD_GPU>;
1472                 power-off-delay-ms = <200>;
1473                 status = "disabled";
1474
1475                 gpu_power_model: power_model {
1476                         compatible = "arm,mali-simple-power-model";
1477                         voltage = <900>;
1478                         frequency = <500>;
1479                         static-power = <300>;
1480                         dynamic-power = <396>;
1481                         ts = <32000 4700 (-80) 2>;
1482                         thermal-zone = "gpu-thermal";
1483                 };
1484         };
1485
1486         gpu_opp_table: gpu_opp_table {
1487                 compatible = "operating-points-v2";
1488                 opp-shared;
1489
1490                 opp@200000000 {
1491                         opp-hz = /bits/ 64 <200000000>;
1492                         opp-microvolt = <900000>;
1493                 };
1494                 opp@300000000 {
1495                         opp-hz = /bits/ 64 <300000000>;
1496                         opp-microvolt = <900000>;
1497                 };
1498                 opp@400000000 {
1499                         opp-hz = /bits/ 64 <400000000>;
1500                         opp-microvolt = <900000>;
1501                 };
1502
1503         };
1504
1505         vopl: vop@ff8f0000 {
1506                 compatible = "rockchip,rk3399-vop-lit";
1507                 reg = <0x0 0xff8f0000 0x0 0x3efc>;
1508                 interrupts = <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH 0>;
1509                 clocks = <&cru ACLK_VOP1>, <&cru DCLK_VOP1>, <&cru HCLK_VOP1>;
1510                 clock-names = "aclk_vop", "dclk_vop", "hclk_vop";
1511                 resets = <&cru SRST_A_VOP1>, <&cru SRST_H_VOP1>, <&cru SRST_D_VOP1>;
1512                 reset-names = "axi", "ahb", "dclk";
1513                 power-domains = <&power RK3399_PD_VOPL>;
1514                 iommus = <&vopl_mmu>;
1515                 status = "disabled";
1516
1517                 vopl_out: port {
1518                         #address-cells = <1>;
1519                         #size-cells = <0>;
1520
1521                         vopl_out_mipi: endpoint@0 {
1522                                 reg = <0>;
1523                                 remote-endpoint = <&mipi_in_vopl>;
1524                         };
1525
1526                         vopl_out_edp: endpoint@1 {
1527                                 reg = <1>;
1528                                 remote-endpoint = <&edp_in_vopl>;
1529                         };
1530
1531                         vopl_out_hdmi: endpoint@2 {
1532                                 reg = <2>;
1533                                 remote-endpoint = <&hdmi_in_vopl>;
1534                         };
1535                 };
1536         };
1537
1538         vopl_mmu: iommu@ff8f3f00 {
1539                 compatible = "rockchip,iommu";
1540                 reg = <0x0 0xff8f3f00 0x0 0x100>;
1541                 interrupts = <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH 0>;
1542                 interrupt-names = "vopl_mmu";
1543                 #iommu-cells = <0>;
1544                 status = "disabled";
1545         };
1546
1547         vopb: vop@ff900000 {
1548                 compatible = "rockchip,rk3399-vop-big";
1549                 reg = <0x0 0xff900000 0x0 0x3efc>;
1550                 interrupts = <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH 0>;
1551                 clocks = <&cru ACLK_VOP0>, <&cru DCLK_VOP0>, <&cru HCLK_VOP0>;
1552                 clock-names = "aclk_vop", "dclk_vop", "hclk_vop";
1553                 resets = <&cru SRST_A_VOP0>, <&cru SRST_H_VOP0>, <&cru SRST_D_VOP0>;
1554                 reset-names = "axi", "ahb", "dclk";
1555                 power-domains = <&power RK3399_PD_VOPB>;
1556                 iommus = <&vopb_mmu>;
1557                 status = "disabled";
1558
1559                 vopb_out: port {
1560                         #address-cells = <1>;
1561                         #size-cells = <0>;
1562
1563                         vopb_out_edp: endpoint@0 {
1564                                 reg = <0>;
1565                                 remote-endpoint = <&edp_in_vopb>;
1566                         };
1567
1568                         vopb_out_mipi: endpoint@1 {
1569                                 reg = <1>;
1570                                 remote-endpoint = <&mipi_in_vopb>;
1571                         };
1572
1573                         vopb_out_hdmi: endpoint@2 {
1574                                 reg = <2>;
1575                                 remote-endpoint = <&hdmi_in_vopb>;
1576                         };
1577                 };
1578         };
1579
1580         vopb_mmu: iommu@ff903f00 {
1581                 compatible = "rockchip,iommu";
1582                 reg = <0x0 0xff903f00 0x0 0x100>;
1583                 interrupts = <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH 0>;
1584                 interrupt-names = "vopb_mmu";
1585                 #iommu-cells = <0>;
1586                 status = "disabled";
1587         };
1588
1589         hdmi: hdmi@ff940000 {
1590                 compatible = "rockchip,rk3399-dw-hdmi";
1591                 reg = <0x0 0xff940000 0x0 0x20000>;
1592                 reg-io-width = <4>;
1593                 rockchip,grf = <&grf>;
1594                 power-domains = <&power RK3399_PD_HDCP>;
1595                 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH 0>;
1596                 clocks = <&cru PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_SFR>, <&cru SCLK_HDMI_SFR>, <&cru PCLK_EDP_CTRL>;
1597                 clock-names = "iahb", "isfr", "vpll", "grf";
1598                 status = "disabled";
1599
1600                 ports {
1601                         hdmi_in: port {
1602                                 #address-cells = <1>;
1603                                 #size-cells = <0>;
1604                                 hdmi_in_vopb: endpoint@0 {
1605                                         reg = <0>;
1606                                         remote-endpoint = <&vopb_out_hdmi>;
1607                                 };
1608                                 hdmi_in_vopl: endpoint@1 {
1609                                         reg = <1>;
1610                                         remote-endpoint = <&vopl_out_hdmi>;
1611                                 };
1612                         };
1613                 };
1614         };
1615
1616         mipi_dsi: mipi@ff960000 {
1617                 compatible = "rockchip,rk3399-mipi-dsi", "snps,dw-mipi-dsi";
1618                 reg = <0x0 0xff960000 0x0 0x8000>;
1619                 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH 0>;
1620                 clocks = <&cru SCLK_MIPIDPHY_REF>, <&cru PCLK_MIPI_DSI0>,
1621                          <&cru SCLK_DPHY_TX0_CFG>;
1622                 clock-names = "ref", "pclk", "phy_cfg";
1623                 power-domains = <&power RK3399_PD_VIO>;
1624                 rockchip,grf = <&grf>;
1625                 #address-cells = <1>;
1626                 #size-cells = <0>;
1627                 status = "disabled";
1628
1629                 ports {
1630                         #address-cells = <1>;
1631                         #size-cells = <0>;
1632                         reg = <1>;
1633
1634                         mipi_in: port {
1635                                 #address-cells = <1>;
1636                                 #size-cells = <0>;
1637
1638                                 mipi_in_vopb: endpoint@0 {
1639                                         reg = <0>;
1640                                         remote-endpoint = <&vopb_out_mipi>;
1641                                 };
1642                                 mipi_in_vopl: endpoint@1 {
1643                                         reg = <1>;
1644                                         remote-endpoint = <&vopl_out_mipi>;
1645                                 };
1646                         };
1647                 };
1648         };
1649
1650         edp: edp@ff970000 {
1651                 compatible = "rockchip,rk3399-edp";
1652                 reg = <0x0 0xff970000 0x0 0x8000>;
1653                 interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH 0>;
1654                 clocks = <&cru PCLK_EDP>, <&cru PCLK_EDP_CTRL>;
1655                 clock-names = "dp", "pclk";
1656                 resets = <&cru SRST_P_EDP_CTRL>;
1657                 reset-names = "dp";
1658                 rockchip,grf = <&grf>;
1659                 status = "disabled";
1660                 pinctrl-names = "default";
1661                 pinctrl-0 = <&edp_hpd>;
1662
1663                 ports {
1664                         #address-cells = <1>;
1665                         #size-cells = <0>;
1666
1667                         edp_in: port@0 {
1668                                 reg = <0>;
1669                                 #address-cells = <1>;
1670                                 #size-cells = <0>;
1671
1672                                 edp_in_vopb: endpoint@0 {
1673                                         reg = <0>;
1674                                         remote-endpoint = <&vopb_out_edp>;
1675                                 };
1676
1677                                 edp_in_vopl: endpoint@1 {
1678                                         reg = <1>;
1679                                         remote-endpoint = <&vopl_out_edp>;
1680                                 };
1681                         };
1682                 };
1683         };
1684
1685         display_subsystem: display-subsystem {
1686                 compatible = "rockchip,display-subsystem";
1687                 ports = <&vopl_out>, <&vopb_out>;
1688                 status = "disabled";
1689         };
1690
1691         pinctrl: pinctrl {
1692                 compatible = "rockchip,rk3399-pinctrl";
1693                 rockchip,grf = <&grf>;
1694                 rockchip,pmu = <&pmugrf>;
1695                 #address-cells = <0x2>;
1696                 #size-cells = <0x2>;
1697                 ranges;
1698
1699                 gpio0: gpio0@ff720000 {
1700                         compatible = "rockchip,gpio-bank";
1701                         reg = <0x0 0xff720000 0x0 0x100>;
1702                         clocks = <&pmucru PCLK_GPIO0_PMU>;
1703                         interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH 0>;
1704
1705                         gpio-controller;
1706                         #gpio-cells = <0x2>;
1707
1708                         interrupt-controller;
1709                         #interrupt-cells = <0x2>;
1710                 };
1711
1712                 gpio1: gpio1@ff730000 {
1713                         compatible = "rockchip,gpio-bank";
1714                         reg = <0x0 0xff730000 0x0 0x100>;
1715                         clocks = <&pmucru PCLK_GPIO1_PMU>;
1716                         interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH 0>;
1717
1718                         gpio-controller;
1719                         #gpio-cells = <0x2>;
1720
1721                         interrupt-controller;
1722                         #interrupt-cells = <0x2>;
1723                 };
1724
1725                 gpio2: gpio2@ff780000 {
1726                         compatible = "rockchip,gpio-bank";
1727                         reg = <0x0 0xff780000 0x0 0x100>;
1728                         clocks = <&cru PCLK_GPIO2>;
1729                         interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH 0>;
1730
1731                         gpio-controller;
1732                         #gpio-cells = <0x2>;
1733
1734                         interrupt-controller;
1735                         #interrupt-cells = <0x2>;
1736                 };
1737
1738                 gpio3: gpio3@ff788000 {
1739                         compatible = "rockchip,gpio-bank";
1740                         reg = <0x0 0xff788000 0x0 0x100>;
1741                         clocks = <&cru PCLK_GPIO3>;
1742                         interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH 0>;
1743
1744                         gpio-controller;
1745                         #gpio-cells = <0x2>;
1746
1747                         interrupt-controller;
1748                         #interrupt-cells = <0x2>;
1749                 };
1750
1751                 gpio4: gpio4@ff790000 {
1752                         compatible = "rockchip,gpio-bank";
1753                         reg = <0x0 0xff790000 0x0 0x100>;
1754                         clocks = <&cru PCLK_GPIO4>;
1755                         interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH 0>;
1756
1757                         gpio-controller;
1758                         #gpio-cells = <0x2>;
1759
1760                         interrupt-controller;
1761                         #interrupt-cells = <0x2>;
1762                 };
1763
1764                 pcfg_pull_up: pcfg-pull-up {
1765                         bias-pull-up;
1766                 };
1767
1768                 pcfg_pull_down: pcfg-pull-down {
1769                         bias-pull-down;
1770                 };
1771
1772                 pcfg_pull_none: pcfg-pull-none {
1773                         bias-disable;
1774                 };
1775
1776                 pcfg_pull_up_20ma: pcfg-pull-up-20ma {
1777                         bias-pull-up;
1778                         drive-strength = <20>;
1779                 };
1780
1781                 pcfg_pull_none_20ma: pcfg-pull-none-20ma {
1782                         bias-disable;
1783                         drive-strength = <20>;
1784                 };
1785
1786                 pcfg_pull_none_18ma: pcfg-pull-none-18ma {
1787                         bias-disable;
1788                         drive-strength = <18>;
1789                 };
1790
1791                 pcfg_pull_none_12ma: pcfg-pull-none-12ma {
1792                         bias-disable;
1793                         drive-strength = <12>;
1794                 };
1795
1796                 pcfg_pull_up_8ma: pcfg-pull-up-8ma {
1797                         bias-pull-up;
1798                         drive-strength = <8>;
1799                 };
1800
1801                 pcfg_pull_down_4ma: pcfg-pull-down-4ma {
1802                         bias-pull-down;
1803                         drive-strength = <4>;
1804                 };
1805
1806                 pcfg_pull_up_2ma: pcfg-pull-up-2ma {
1807                         bias-pull-up;
1808                         drive-strength = <2>;
1809                 };
1810
1811                 pcfg_pull_down_12ma: pcfg-pull-down-12ma {
1812                         bias-pull-down;
1813                         drive-strength = <12>;
1814                 };
1815
1816                 pcfg_pull_none_13ma: pcfg-pull-none-13ma {
1817                         bias-disable;
1818                         drive-strength = <13>;
1819                 };
1820
1821                 emmc {
1822                         emmc_pwr: emmc-pwr {
1823                                 rockchip,pins =
1824                                         <0 5 RK_FUNC_1 &pcfg_pull_up>;
1825                         };
1826                 };
1827
1828                 gmac {
1829                         rgmii_pins: rgmii-pins {
1830                                 rockchip,pins =
1831                                         /* mac_txclk */
1832                                         <3 17 RK_FUNC_1 &pcfg_pull_none_13ma>,
1833                                         /* mac_rxclk */
1834                                         <3 14 RK_FUNC_1 &pcfg_pull_none>,
1835                                         /* mac_mdio */
1836                                         <3 13 RK_FUNC_1 &pcfg_pull_none>,
1837                                         /* mac_txen */
1838                                         <3 12 RK_FUNC_1 &pcfg_pull_none_13ma>,
1839                                         /* mac_clk */
1840                                         <3 11 RK_FUNC_1 &pcfg_pull_none>,
1841                                         /* mac_rxdv */
1842                                         <3 9 RK_FUNC_1 &pcfg_pull_none>,
1843                                         /* mac_mdc */
1844                                         <3 8 RK_FUNC_1 &pcfg_pull_none>,
1845                                         /* mac_rxd1 */
1846                                         <3 7 RK_FUNC_1 &pcfg_pull_none>,
1847                                         /* mac_rxd0 */
1848                                         <3 6 RK_FUNC_1 &pcfg_pull_none>,
1849                                         /* mac_txd1 */
1850                                         <3 5 RK_FUNC_1 &pcfg_pull_none_13ma>,
1851                                         /* mac_txd0 */
1852                                         <3 4 RK_FUNC_1 &pcfg_pull_none_13ma>,
1853                                         /* mac_rxd3 */
1854                                         <3 3 RK_FUNC_1 &pcfg_pull_none>,
1855                                         /* mac_rxd2 */
1856                                         <3 2 RK_FUNC_1 &pcfg_pull_none>,
1857                                         /* mac_txd3 */
1858                                         <3 1 RK_FUNC_1 &pcfg_pull_none_13ma>,
1859                                         /* mac_txd2 */
1860                                         <3 0 RK_FUNC_1 &pcfg_pull_none_13ma>;
1861                         };
1862
1863                         rmii_pins: rmii-pins {
1864                                 rockchip,pins =
1865                                         /* mac_mdio */
1866                                         <3 13 RK_FUNC_1 &pcfg_pull_none>,
1867                                         /* mac_txen */
1868                                         <3 12 RK_FUNC_1 &pcfg_pull_none_13ma>,
1869                                         /* mac_clk */
1870                                         <3 11 RK_FUNC_1 &pcfg_pull_none>,
1871                                         /* mac_rxer */
1872                                         <3 10 RK_FUNC_1 &pcfg_pull_none>,
1873                                         /* mac_rxdv */
1874                                         <3 9 RK_FUNC_1 &pcfg_pull_none>,
1875                                         /* mac_mdc */
1876                                         <3 8 RK_FUNC_1 &pcfg_pull_none>,
1877                                         /* mac_rxd1 */
1878                                         <3 7 RK_FUNC_1 &pcfg_pull_none>,
1879                                         /* mac_rxd0 */
1880                                         <3 6 RK_FUNC_1 &pcfg_pull_none>,
1881                                         /* mac_txd1 */
1882                                         <3 5 RK_FUNC_1 &pcfg_pull_none_13ma>,
1883                                         /* mac_txd0 */
1884                                         <3 4 RK_FUNC_1 &pcfg_pull_none_13ma>;
1885                         };
1886                 };
1887
1888                 i2c0 {
1889                         i2c0_xfer: i2c0-xfer {
1890                                 rockchip,pins =
1891                                         <1 15 RK_FUNC_2 &pcfg_pull_none>,
1892                                         <1 16 RK_FUNC_2 &pcfg_pull_none>;
1893                         };
1894                 };
1895
1896                 i2c1 {
1897                         i2c1_xfer: i2c1-xfer {
1898                                 rockchip,pins =
1899                                         <4 2 RK_FUNC_1 &pcfg_pull_none>,
1900                                         <4 1 RK_FUNC_1 &pcfg_pull_none>;
1901                         };
1902                 };
1903
1904                 i2c2 {
1905                         i2c2_xfer: i2c2-xfer {
1906                                 rockchip,pins =
1907                                         <2 1 RK_FUNC_2 &pcfg_pull_none_12ma>,
1908                                         <2 0 RK_FUNC_2 &pcfg_pull_none_12ma>;
1909                         };
1910                 };
1911
1912                 i2c3 {
1913                         i2c3_xfer: i2c3-xfer {
1914                                 rockchip,pins =
1915                                         <4 17 RK_FUNC_1 &pcfg_pull_none>,
1916                                         <4 16 RK_FUNC_1 &pcfg_pull_none>;
1917                         };
1918
1919                         i2c3_gpio: i2c3_gpio {
1920                                 rockchip,pins =
1921                                         <4 17 RK_FUNC_GPIO &pcfg_pull_none>,
1922                                         <4 16 RK_FUNC_GPIO &pcfg_pull_none>;
1923                         };
1924
1925                 };
1926
1927                 i2c4 {
1928                         i2c4_xfer: i2c4-xfer {
1929                                 rockchip,pins =
1930                                         <1 12 RK_FUNC_1 &pcfg_pull_none>,
1931                                         <1 11 RK_FUNC_1 &pcfg_pull_none>;
1932                         };
1933                 };
1934
1935                 i2c5 {
1936                         i2c5_xfer: i2c5-xfer {
1937                                 rockchip,pins =
1938                                         <3 11 RK_FUNC_2 &pcfg_pull_none>,
1939                                         <3 10 RK_FUNC_2 &pcfg_pull_none>;
1940                         };
1941                 };
1942
1943                 i2c6 {
1944                         i2c6_xfer: i2c6-xfer {
1945                                 rockchip,pins =
1946                                         <2 10 RK_FUNC_2 &pcfg_pull_none>,
1947                                         <2 9 RK_FUNC_2 &pcfg_pull_none>;
1948                         };
1949                 };
1950
1951                 i2c7 {
1952                         i2c7_xfer: i2c7-xfer {
1953                                 rockchip,pins =
1954                                         <2 8 RK_FUNC_2 &pcfg_pull_none>,
1955                                         <2 7 RK_FUNC_2 &pcfg_pull_none>;
1956                         };
1957                 };
1958
1959                 i2c8 {
1960                         i2c8_xfer: i2c8-xfer {
1961                                 rockchip,pins =
1962                                         <1 21 RK_FUNC_1 &pcfg_pull_none>,
1963                                         <1 20 RK_FUNC_1 &pcfg_pull_none>;
1964                         };
1965                 };
1966
1967                 i2s0 {
1968                         i2s0_8ch_bus: i2s0-8ch-bus {
1969                                 rockchip,pins =
1970                                         <3 24 RK_FUNC_1 &pcfg_pull_none>,
1971                                         <3 25 RK_FUNC_1 &pcfg_pull_none>,
1972                                         <3 26 RK_FUNC_1 &pcfg_pull_none>,
1973                                         <3 27 RK_FUNC_1 &pcfg_pull_none>,
1974                                         <3 28 RK_FUNC_1 &pcfg_pull_none>,
1975                                         <3 29 RK_FUNC_1 &pcfg_pull_none>,
1976                                         <3 30 RK_FUNC_1 &pcfg_pull_none>,
1977                                         <3 31 RK_FUNC_1 &pcfg_pull_none>,
1978                                         <4 0 RK_FUNC_1 &pcfg_pull_none>;
1979                         };
1980                 };
1981
1982                 i2s1 {
1983                         i2s1_2ch_bus: i2s1-2ch-bus {
1984                                 rockchip,pins =
1985                                         <4 3 RK_FUNC_1 &pcfg_pull_none>,
1986                                         <4 4 RK_FUNC_1 &pcfg_pull_none>,
1987                                         <4 5 RK_FUNC_1 &pcfg_pull_none>,
1988                                         <4 6 RK_FUNC_1 &pcfg_pull_none>,
1989                                         <4 7 RK_FUNC_1 &pcfg_pull_none>;
1990                         };
1991                 };
1992
1993                 sdio0 {
1994                         sdio0_bus1: sdio0-bus1 {
1995                                 rockchip,pins =
1996                                         <2 20 RK_FUNC_1 &pcfg_pull_up>;
1997                         };
1998
1999                         sdio0_bus4: sdio0-bus4 {
2000                                 rockchip,pins =
2001                                         <2 20 RK_FUNC_1 &pcfg_pull_up>,
2002                                         <2 21 RK_FUNC_1 &pcfg_pull_up>,
2003                                         <2 22 RK_FUNC_1 &pcfg_pull_up>,
2004                                         <2 23 RK_FUNC_1 &pcfg_pull_up>;
2005                         };
2006
2007                         sdio0_cmd: sdio0-cmd {
2008                                 rockchip,pins =
2009                                         <2 24 RK_FUNC_1 &pcfg_pull_up>;
2010                         };
2011
2012                         sdio0_clk: sdio0-clk {
2013                                 rockchip,pins =
2014                                         <2 25 RK_FUNC_1 &pcfg_pull_none>;
2015                         };
2016
2017                         sdio0_cd: sdio0-cd {
2018                                 rockchip,pins =
2019                                         <2 26 RK_FUNC_1 &pcfg_pull_up>;
2020                         };
2021
2022                         sdio0_pwr: sdio0-pwr {
2023                                 rockchip,pins =
2024                                         <2 27 RK_FUNC_1 &pcfg_pull_up>;
2025                         };
2026
2027                         sdio0_bkpwr: sdio0-bkpwr {
2028                                 rockchip,pins =
2029                                         <2 28 RK_FUNC_1 &pcfg_pull_up>;
2030                         };
2031
2032                         sdio0_wp: sdio0-wp {
2033                                 rockchip,pins =
2034                                         <0 3 RK_FUNC_1 &pcfg_pull_up>;
2035                         };
2036
2037                         sdio0_int: sdio0-int {
2038                                 rockchip,pins =
2039                                         <0 4 RK_FUNC_1 &pcfg_pull_up>;
2040                         };
2041                 };
2042
2043                 sdmmc {
2044                         sdmmc_bus1: sdmmc-bus1 {
2045                                 rockchip,pins =
2046                                         <4 8 RK_FUNC_1 &pcfg_pull_up>;
2047                         };
2048
2049                         sdmmc_bus4: sdmmc-bus4 {
2050                                 rockchip,pins =
2051                                         <4 8 RK_FUNC_1 &pcfg_pull_up>,
2052                                         <4 9 RK_FUNC_1 &pcfg_pull_up>,
2053                                         <4 10 RK_FUNC_1 &pcfg_pull_up>,
2054                                         <4 11 RK_FUNC_1 &pcfg_pull_up>;
2055                         };
2056
2057                         sdmmc_clk: sdmmc-clk {
2058                                 rockchip,pins =
2059                                         <4 12 RK_FUNC_1 &pcfg_pull_none>;
2060                         };
2061
2062                         sdmmc_cmd: sdmmc-cmd {
2063                                 rockchip,pins =
2064                                         <4 13 RK_FUNC_1 &pcfg_pull_up>;
2065                         };
2066
2067                         sdmmc_cd: sdmcc-cd {
2068                                 rockchip,pins =
2069                                         <0 7 RK_FUNC_1 &pcfg_pull_up>;
2070                         };
2071
2072                         sdmmc_wp: sdmmc-wp {
2073                                 rockchip,pins =
2074                                         <0 8 RK_FUNC_1 &pcfg_pull_up>;
2075                         };
2076                 };
2077
2078                 spdif {
2079                         spdif_bus: spdif-bus {
2080                                 rockchip,pins =
2081                                         <4 21 RK_FUNC_1 &pcfg_pull_none>;
2082                         };
2083
2084                         spdif_bus_1: spdif-bus-1 {
2085                                 rockchip,pins =
2086                                         <3 16 RK_FUNC_3 &pcfg_pull_none>;
2087                         };
2088                 };
2089
2090                 spi0 {
2091                         spi0_clk: spi0-clk {
2092                                 rockchip,pins =
2093                                         <3 6 RK_FUNC_2 &pcfg_pull_up>;
2094                         };
2095                         spi0_cs0: spi0-cs0 {
2096                                 rockchip,pins =
2097                                         <3 7 RK_FUNC_2 &pcfg_pull_up>;
2098                         };
2099                         spi0_cs1: spi0-cs1 {
2100                                 rockchip,pins =
2101                                         <3 8 RK_FUNC_2 &pcfg_pull_up>;
2102                         };
2103                         spi0_tx: spi0-tx {
2104                                 rockchip,pins =
2105                                         <3 5 RK_FUNC_2 &pcfg_pull_up>;
2106                         };
2107                         spi0_rx: spi0-rx {
2108                                 rockchip,pins =
2109                                         <3 4 RK_FUNC_2 &pcfg_pull_up>;
2110                         };
2111                 };
2112
2113                 spi1 {
2114                         spi1_clk: spi1-clk {
2115                                 rockchip,pins =
2116                                         <1 9 RK_FUNC_2 &pcfg_pull_up>;
2117                         };
2118                         spi1_cs0: spi1-cs0 {
2119                                 rockchip,pins =
2120                                         <1 10 RK_FUNC_2 &pcfg_pull_up>;
2121                         };
2122                         spi1_rx: spi1-rx {
2123                                 rockchip,pins =
2124                                         <1 7 RK_FUNC_2 &pcfg_pull_up>;
2125                         };
2126                         spi1_tx: spi1-tx {
2127                                 rockchip,pins =
2128                                         <1 8 RK_FUNC_2 &pcfg_pull_up>;
2129                         };
2130                 };
2131
2132                 spi2 {
2133                         spi2_clk: spi2-clk {
2134                                 rockchip,pins =
2135                                         <2 11 RK_FUNC_1 &pcfg_pull_up>;
2136                         };
2137                         spi2_cs0: spi2-cs0 {
2138                                 rockchip,pins =
2139                                         <2 12 RK_FUNC_1 &pcfg_pull_up>;
2140                         };
2141                         spi2_rx: spi2-rx {
2142                                 rockchip,pins =
2143                                         <2 9 RK_FUNC_1 &pcfg_pull_up>;
2144                         };
2145                         spi2_tx: spi2-tx {
2146                                 rockchip,pins =
2147                                         <2 10 RK_FUNC_1 &pcfg_pull_up>;
2148                         };
2149                 };
2150
2151                 spi3 {
2152                         spi3_clk: spi3-clk {
2153                                 rockchip,pins =
2154                                         <1 17 RK_FUNC_1 &pcfg_pull_up>;
2155                         };
2156                         spi3_cs0: spi3-cs0 {
2157                                 rockchip,pins =
2158                                         <1 18 RK_FUNC_1 &pcfg_pull_up>;
2159                         };
2160                         spi3_rx: spi3-rx {
2161                                 rockchip,pins =
2162                                         <1 15 RK_FUNC_1 &pcfg_pull_up>;
2163                         };
2164                         spi3_tx: spi3-tx {
2165                                 rockchip,pins =
2166                                         <1 16 RK_FUNC_1 &pcfg_pull_up>;
2167                         };
2168                 };
2169
2170                 spi4 {
2171                         spi4_clk: spi4-clk {
2172                                 rockchip,pins =
2173                                         <3 2 RK_FUNC_2 &pcfg_pull_up>;
2174                         };
2175                         spi4_cs0: spi4-cs0 {
2176                                 rockchip,pins =
2177                                         <3 3 RK_FUNC_2 &pcfg_pull_up>;
2178                         };
2179                         spi4_rx: spi4-rx {
2180                                 rockchip,pins =
2181                                         <3 0 RK_FUNC_2 &pcfg_pull_up>;
2182                         };
2183                         spi4_tx: spi4-tx {
2184                                 rockchip,pins =
2185                                         <3 1 RK_FUNC_2 &pcfg_pull_up>;
2186                         };
2187                 };
2188
2189                 spi5 {
2190                         spi5_clk: spi5-clk {
2191                                 rockchip,pins =
2192                                         <2 22 RK_FUNC_2 &pcfg_pull_up>;
2193                         };
2194                         spi5_cs0: spi5-cs0 {
2195                                 rockchip,pins =
2196                                         <2 23 RK_FUNC_2 &pcfg_pull_up>;
2197                         };
2198                         spi5_rx: spi5-rx {
2199                                 rockchip,pins =
2200                                         <2 20 RK_FUNC_2 &pcfg_pull_up>;
2201                         };
2202                         spi5_tx: spi5-tx {
2203                                 rockchip,pins =
2204                                         <2 21 RK_FUNC_2 &pcfg_pull_up>;
2205                         };
2206                 };
2207
2208                 tsadc {
2209                         otp_gpio: otp-gpio {
2210                                 rockchip,pins = <1 6 RK_FUNC_GPIO &pcfg_pull_none>;
2211                         };
2212
2213                         otp_out: otp-out {
2214                                 rockchip,pins = <1 6 RK_FUNC_1 &pcfg_pull_none>;
2215                         };
2216                 };
2217
2218                 uart0 {
2219                         uart0_xfer: uart0-xfer {
2220                                 rockchip,pins =
2221                                         <2 16 RK_FUNC_1 &pcfg_pull_up>,
2222                                         <2 17 RK_FUNC_1 &pcfg_pull_none>;
2223                         };
2224
2225                         uart0_cts: uart0-cts {
2226                                 rockchip,pins =
2227                                         <2 18 RK_FUNC_1 &pcfg_pull_none>;
2228                         };
2229
2230                         uart0_rts: uart0-rts {
2231                                 rockchip,pins =
2232                                         <2 19 RK_FUNC_1 &pcfg_pull_none>;
2233                         };
2234                 };
2235
2236                 uart1 {
2237                         uart1_xfer: uart1-xfer {
2238                                 rockchip,pins =
2239                                         <3 12 RK_FUNC_2 &pcfg_pull_up>,
2240                                         <3 13 RK_FUNC_2 &pcfg_pull_none>;
2241                         };
2242                 };
2243
2244                 uart2a {
2245                         uart2a_xfer: uart2a-xfer {
2246                                 rockchip,pins =
2247                                         <4 8 RK_FUNC_2 &pcfg_pull_up>,
2248                                         <4 9 RK_FUNC_2 &pcfg_pull_none>;
2249                         };
2250                 };
2251
2252                 uart2b {
2253                         uart2b_xfer: uart2b-xfer {
2254                                 rockchip,pins =
2255                                         <4 16 RK_FUNC_2 &pcfg_pull_up>,
2256                                         <4 17 RK_FUNC_2 &pcfg_pull_none>;
2257                         };
2258                 };
2259
2260                 uart2c {
2261                         uart2c_xfer: uart2c-xfer {
2262                                 rockchip,pins =
2263                                         <4 19 RK_FUNC_1 &pcfg_pull_up>,
2264                                         <4 20 RK_FUNC_1 &pcfg_pull_none>;
2265                         };
2266                 };
2267
2268                 uart3 {
2269                         uart3_xfer: uart3-xfer {
2270                                 rockchip,pins =
2271                                         <3 14 RK_FUNC_2 &pcfg_pull_up>,
2272                                         <3 15 RK_FUNC_2 &pcfg_pull_none>;
2273                         };
2274
2275                         uart3_cts: uart3-cts {
2276                                 rockchip,pins =
2277                                         <3 18 RK_FUNC_2 &pcfg_pull_none>;
2278                         };
2279
2280                         uart3_rts: uart3-rts {
2281                                 rockchip,pins =
2282                                         <3 19 RK_FUNC_2 &pcfg_pull_none>;
2283                         };
2284                 };
2285
2286                 uart4 {
2287                         uart4_xfer: uart4-xfer {
2288                                 rockchip,pins =
2289                                         <1 7 RK_FUNC_1 &pcfg_pull_up>,
2290                                         <1 8 RK_FUNC_1 &pcfg_pull_none>;
2291                         };
2292                 };
2293
2294                 uarthdcp {
2295                         uarthdcp_xfer: uarthdcp-xfer {
2296                                 rockchip,pins =
2297                                         <4 21 RK_FUNC_2 &pcfg_pull_up>,
2298                                         <4 22 RK_FUNC_2 &pcfg_pull_none>;
2299                         };
2300                 };
2301
2302                 pwm0 {
2303                         pwm0_pin: pwm0-pin {
2304                                 rockchip,pins =
2305                                         <4 18 RK_FUNC_1 &pcfg_pull_none>;
2306                         };
2307
2308                         vop0_pwm_pin: vop0-pwm-pin {
2309                                 rockchip,pins =
2310                                         <4 18 RK_FUNC_2 &pcfg_pull_none>;
2311                         };
2312                 };
2313
2314                 pwm1 {
2315                         pwm1_pin: pwm1-pin {
2316                                 rockchip,pins =
2317                                         <4 22 RK_FUNC_1 &pcfg_pull_none>;
2318                         };
2319
2320                         vop1_pwm_pin: vop1-pwm-pin {
2321                                 rockchip,pins =
2322                                         <4 18 RK_FUNC_3 &pcfg_pull_none>;
2323                         };
2324                 };
2325
2326                 pwm2 {
2327                         pwm2_pin: pwm2-pin {
2328                                 rockchip,pins =
2329                                         <1 19 RK_FUNC_1 &pcfg_pull_none>;
2330                         };
2331                 };
2332
2333                 pwm3a {
2334                         pwm3a_pin: pwm3a-pin {
2335                                 rockchip,pins =
2336                                         <0 6 RK_FUNC_1 &pcfg_pull_none>;
2337                         };
2338                 };
2339
2340                 pwm3b {
2341                         pwm3b_pin: pwm3b-pin {
2342                                 rockchip,pins =
2343                                         <1 14 RK_FUNC_1 &pcfg_pull_none>;
2344                         };
2345                 };
2346
2347                 edp {
2348                         edp_hpd: edp-hpd {
2349                                 rockchip,pins =
2350                                         <4 23 RK_FUNC_2 &pcfg_pull_none>;
2351                         };
2352                 };
2353
2354                 hdmi {
2355                         hdmi_i2c_xfer: hdmi-i2c-xfer {
2356                                 rockchip,pins =
2357                                         <4 17 RK_FUNC_3 &pcfg_pull_none>,
2358                                         <4 16 RK_FUNC_3 &pcfg_pull_none>;
2359                         };
2360
2361                         hdmi_cec: hdmi-cec {
2362                                 rockchip,pins =
2363                                         <4 23 RK_FUNC_1 &pcfg_pull_none>;
2364                         };
2365                 };
2366
2367                 pcie {
2368                         pcie_clkreqn: pci-clkreqn {
2369                                 rockchip,pins =
2370                                         <2 26 RK_FUNC_2 &pcfg_pull_none>;
2371                         };
2372
2373                         pcie_clkreqnb: pci-clkreqnb {
2374                                 rockchip,pins =
2375                                         <4 24 RK_FUNC_1 &pcfg_pull_none>;
2376                         };
2377                 };
2378         };
2379 };