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