ARM64: dts: rk3366: assigned parents for vop dclks
[firefly-linux-kernel-4.4.55.git] / arch / arm64 / boot / dts / rockchip / rk3366.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/rk3366-cru.h>
44 #include <dt-bindings/gpio/gpio.h>
45 #include <dt-bindings/interrupt-controller/irq.h>
46 #include <dt-bindings/interrupt-controller/arm-gic.h>
47 #include <dt-bindings/pinctrl/rockchip.h>
48 #include <dt-bindings/display/rk_fb.h>
49 #include <dt-bindings/power/rk3366-power.h>
50 #include <dt-bindings/soc/rockchip_boot-mode.h>
51
52 / {
53         compatible = "rockchip,rk3366";
54         interrupt-parent = <&gic>;
55         #address-cells = <2>;
56         #size-cells = <2>;
57
58         aliases {
59                 i2c0 = &i2c0;
60                 i2c1 = &i2c1;
61                 i2c2 = &i2c2;
62                 i2c3 = &i2c3;
63                 i2c4 = &i2c4;
64                 i2c5 = &i2c5;
65                 serial0 = &uart0;
66                 serial2 = &uart2;
67                 serial3 = &uart3;
68                 spi0 = &spi0;
69                 spi1 = &spi1;
70         };
71
72         cpus {
73                 #address-cells = <0x2>;
74                 #size-cells = <0x0>;
75
76                 cpu0: cpu@0 {
77                         device_type = "cpu";
78                         compatible = "arm,cortex-a53","arm,armv8";
79                         reg = <0x0 0x0>;
80                         enable-method = "psci";
81                         clocks = <&cru ARMCLK>;
82                         operating-points-v2 = <&cpu0_opp_table>;
83                 };
84
85                 cpu1: cpu@1 {
86                         device_type = "cpu";
87                         compatible = "arm,cortex-a53","arm,armv8";
88                         reg = <0x0 0x1>;
89                         enable-method = "psci";
90                         operating-points-v2 = <&cpu0_opp_table>;
91                 };
92
93                 cpu2: cpu@2 {
94                         device_type = "cpu";
95                         compatible = "arm,cortex-a53","arm,armv8";
96                         reg = <0x0 0x2>;
97                         enable-method = "psci";
98                         operating-points-v2 = <&cpu0_opp_table>;
99                 };
100
101                 cpu3: cpu@3 {
102                         device_type = "cpu";
103                         compatible = "arm,cortex-a53","arm,armv8";
104                         reg = <0x0 0x3>;
105                         enable-method = "psci";
106                         operating-points-v2 = <&cpu0_opp_table>;
107                 };
108         };
109
110         cpu0_opp_table: opp_table0 {
111                 compatible = "operating-points-v2";
112                 opp-shared;
113
114                 opp00 {
115                         opp-hz = /bits/ 64 <408000000>;
116                         opp-microvolt = <1200000>;
117                         clock-latency-ns = <40000>;
118                         opp-suspend;
119                 };
120                 opp01 {
121                         opp-hz = /bits/ 64 <600000000>;
122                         opp-microvolt = <1200000>;
123                 };
124                 opp02 {
125                         opp-hz = /bits/ 64 <816000000>;
126                         opp-microvolt = <1200000>;
127                 };
128                 opp03 {
129                         opp-hz = /bits/ 64 <1008000000>;
130                         opp-microvolt = <1200000>;
131                 };
132                 opp04 {
133                         opp-hz = /bits/ 64 <1200000000>;
134                         opp-microvolt = <1200000>;
135                 };
136         };
137
138         psci {
139                 compatible = "arm,psci-1.0";
140                 method = "smc";
141         };
142
143         timer {
144                 compatible = "arm,armv8-timer";
145                 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
146                              <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
147                              <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
148                              <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
149         };
150
151         arm-pmu {
152                 compatible = "arm,cortex-a53-pmu";
153                 interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>,
154                              <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>,
155                              <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>,
156                              <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>;
157                 interrupt-affinity = <&cpu0>,
158                                      <&cpu1>,
159                                      <&cpu2>,
160                                      <&cpu3>;
161         };
162
163         xin24m: xin24m {
164                 compatible = "fixed-clock";
165                 #clock-cells = <0>;
166                 clock-frequency = <24000000>;
167                 clock-output-names = "xin24m";
168         };
169
170         gic: interrupt-controller@ffb71000 {
171                 compatible = "arm,gic-400";
172                 interrupt-controller;
173                 #interrupt-cells = <3>;
174                 #address-cells = <0>;
175
176                 reg = <0x0 0xffb71000 0x0 0x1000>,
177                       <0x0 0xffb72000 0x0 0x1000>,
178                       <0x0 0xffb74000 0x0 0x2000>,
179                       <0x0 0xffb76000 0x0 0x2000>;
180                 interrupts = <GIC_PPI 9
181                       (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
182         };
183
184         nandc0: nandc@ff0c0000 {
185                 compatible = "rockchip,rk-nandc";
186                 reg = <0x0 0xff0c0000 0x0 0x4000>;
187                 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
188                 nandc_id = <0>;
189                 clocks = <&cru SCLK_NANDC0>, <&cru HCLK_NANDC0>;
190                 clock-names = "clk_nandc", "hclk_nandc";
191                 status = "disabled";
192         };
193
194         saradc: saradc@ff100000 {
195                 compatible = "rockchip,saradc";
196                 reg = <0x0 0xff100000 0x0 0x100>;
197                 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
198                 #io-channel-cells = <1>;
199                 clocks = <&cru SCLK_SARADC>, <&cru PCLK_SARADC>;
200                 clock-names = "saradc", "apb_pclk";
201                 status = "disabled";
202         };
203
204         spi0: spi@ff110000 {
205                 compatible = "rockchip,rk3368-spi", "rockchip,rk3066-spi";
206                 reg = <0x0 0xff110000 0x0 0x1000>;
207                 clocks = <&cru SCLK_SPI0>, <&cru PCLK_SPI0>;
208                 clock-names = "spiclk", "apb_pclk";
209                 interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
210                 pinctrl-names = "default";
211                 pinctrl-0 = <&spi0_clk &spi0_tx &spi0_rx &spi0_cs0>;
212                 #address-cells = <1>;
213                 #size-cells = <0>;
214                 status = "disabled";
215         };
216
217         spi1: spi@ff120000 {
218                 compatible = "rockchip,rk3368-spi", "rockchip,rk3066-spi";
219                 reg = <0x0 0xff120000 0x0 0x1000>;
220                 clocks = <&cru SCLK_SPI1>, <&cru PCLK_SPI1>;
221                 clock-names = "spiclk", "apb_pclk";
222                 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
223                 pinctrl-names = "default";
224                 pinctrl-0 = <&spi1_clk &spi1_tx &spi1_rx &spi1_cs0>;
225                 #address-cells = <1>;
226                 #size-cells = <0>;
227                 status = "disabled";
228         };
229
230         scr: rkscr@ff1d0000 {
231                 compatible = "rockchip-scr";
232                 reg = <0x0 0xff1d0000 0x0 0x10000>;
233                 interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
234                 #address-cells = <1>;
235                 #size-cells = <0>;
236                 pinctrl-names = "default";
237                 pinctrl-0 = <&scr_io &scr_detect &scr_rst &scr_clk>;
238                 clocks = <&cru PCLK_SIM>;
239                 clock-names = "g_pclk_sim_card";
240                 status = "disabled";
241         };
242
243         sdmmc: rksdmmc@ff400000 {
244                 compatible = "rockchip,rk3366-dw-mshc","rockchip,rk3288-dw-mshc";
245                 clock-freq-min-max = <400000 150000000>;
246                 clocks = <&cru HCLK_SDMMC>, <&cru SCLK_SDMMC>,
247                          <&cru SCLK_SDMMC_DRV>, <&cru SCLK_SDMMC_SAMPLE>;
248                 clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
249                 fifo-depth = <0x100>;
250                 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
251                 reg = <0x0 0xff400000 0x0 0x4000>;
252                 status = "disabled";
253         };
254
255         sdio: rksdmmc@ff410000 {
256                 compatible = "rockchip,rk3366-dw-mshc","rockchip,rk3288-dw-mshc";
257                 clock-freq-min-max = <400000 150000000>;
258                 clocks = <&cru HCLK_SDIO>, <&cru SCLK_SDIO0>,
259                          <&cru SCLK_SDIO0_DRV>, <&cru SCLK_SDIO0_SAMPLE>;
260                 clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
261                 fifo-depth = <0x100>;
262                 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
263                 reg = <0x0 0xff410000 0x0 0x4000>;
264                 status = "disabled";
265         };
266
267         emmc: rksdmmc@ff420000 {
268                 compatible = "rockchip,rk3366-dw-mshc","rockchip,rk3288-dw-mshc";
269                 clock-freq-min-max = <400000 150000000>;
270                 clocks = <&cru HCLK_EMMC>, <&cru SCLK_EMMC>,
271                          <&cru SCLK_EMMC_DRV>, <&cru SCLK_EMMC_SAMPLE>;
272                 clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
273                 fifo-depth = <0x100>;
274                 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
275                 reg = <0x0 0xff420000 0x0 0x4000>;
276                 status = "disabled";
277         };
278
279         gmac: eth@ff440000 {
280                 compatible = "rockchip,rk3366-gmac";
281                 reg = <0x0 0xff440000 0x0 0x10000>;
282                 rockchip,grf = <&grf>;
283                 interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
284                 interrupt-names = "macirq";
285                 clocks = <&cru SCLK_MAC>, <&cru SCLK_MAC_RX>,
286                          <&cru SCLK_MAC_TX>, <&cru SCLK_MACREF>,
287                          <&cru SCLK_MACREF_OUT>, <&cru ACLK_GMAC>,
288                          <&cru PCLK_GMAC>;
289                 clock-names = "stmmaceth", "mac_clk_rx",
290                               "mac_clk_tx", "clk_mac_ref",
291                               "clk_mac_refout", "aclk_mac",
292                               "pclk_mac";
293                 resets = <&cru SRST_MAC>;
294                 reset-names = "stmmaceth";
295                 status = "disabled";
296         };
297
298         i2c0: i2c@ff650000 {
299                 compatible = "rockchip,rk3368-i2c", "rockchip,rk3288-i2c";
300                 reg = <0x0 0xff728000 0x0 0x1000>;
301                 clocks = <&cru PCLK_I2C0>;
302                 clock-names = "i2c";
303                 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
304                 pinctrl-names = "default";
305                 pinctrl-0 = <&i2c0_xfer>;
306                 #address-cells = <1>;
307                 #size-cells = <0>;
308                 status = "disabled";
309         };
310
311         i2c2: i2c@ff140000 {
312                 compatible = "rockchip,rk3368-i2c", "rockchip,rk3288-i2c";
313                 reg = <0x0 0xff140000 0x0 0x1000>;
314                 interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
315                 #address-cells = <1>;
316                 #size-cells = <0>;
317                 clock-names = "i2c";
318                 clocks = <&cru PCLK_I2C2>;
319                 pinctrl-names = "default";
320                 pinctrl-0 = <&i2c2_xfer>;
321                 status = "disabled";
322         };
323
324         i2c3: i2c@ff150000 {
325                 compatible = "rockchip,rk3368-i2c", "rockchip,rk3288-i2c";
326                 reg = <0x0 0xff150000 0x0 0x1000>;
327                 interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
328                 #address-cells = <1>;
329                 #size-cells = <0>;
330                 clock-names = "i2c";
331                 clocks = <&cru PCLK_I2C3>;
332                 pinctrl-names = "default";
333                 pinctrl-0 = <&i2c3_xfer>;
334                 status = "disabled";
335         };
336
337         i2c4: i2c@ff160000 {
338                 compatible = "rockchip,rk3368-i2c", "rockchip,rk3288-i2c";
339                 reg = <0x0 0xff160000 0x0 0x1000>;
340                 interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>;
341                 #address-cells = <1>;
342                 #size-cells = <0>;
343                 clock-names = "i2c";
344                 clocks = <&cru PCLK_I2C4>;
345                 pinctrl-names = "default";
346                 pinctrl-0 = <&i2c4_xfer>;
347                 status = "disabled";
348         };
349
350         i2c5: i2c@ff170000 {
351                 compatible = "rockchip,rk3368-i2c", "rockchip,rk3288-i2c";
352                 reg = <0x0 0xff170000 0x0 0x1000>;
353                 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
354                 #address-cells = <1>;
355                 #size-cells = <0>;
356                 clock-names = "i2c";
357                 clocks = <&cru PCLK_I2C5>;
358                 pinctrl-names = "default";
359                 pinctrl-0 = <&i2c5_xfer>;
360                 status = "disabled";
361         };
362
363         uart0: serial@ff180000 {
364                 compatible = "rockchip,rk3368-uart", "snps,dw-apb-uart";
365                 reg = <0x0 0xff180000 0x0 0x100>;
366                 clock-frequency = <24000000>;
367                 clocks = <&cru SCLK_UART0>, <&cru PCLK_UART0>;
368                 clock-names = "baudclk", "apb_pclk";
369                 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
370                 reg-shift = <2>;
371                 reg-io-width = <4>;
372                 pinctrl-names = "default";
373                 pinctrl-0 = <&uart0_xfer &uart0_cts &uart0_rts>;
374                 status = "disabled";
375         };
376
377         uart3: serial@ff1b0000 {
378                 compatible = "rockchip,rk3368-uart", "snps,dw-apb-uart";
379                 reg = <0x0 0xff1b0000 0x0 0x100>;
380                 clock-frequency = <24000000>;
381                 clocks = <&cru SCLK_UART3>, <&cru PCLK_UART3>;
382                 clock-names = "baudclk", "apb_pclk";
383                 interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;
384                 reg-shift = <2>;
385                 reg-io-width = <4>;
386                 pinctrl-names = "default";
387                 pinctrl-0 = <&uart3_xfer &uart3_cts &uart3_rts>;
388                 status = "disabled";
389         };
390
391         usbphy: phy {
392                 compatible = "rockchip,rk336x-usb-phy";
393                 rockchip,grf = <&grf>;
394                 #address-cells = <1>;
395                 #size-cells = <0>;
396
397                 usbphy0: usb-phy0 {
398                         #phy-cells = <0>;
399                         #clock-cells = <0>;
400                         reg = <0x700>;
401                 };
402
403                 usbphy1: usb-phy1 {
404                         #phy-cells = <0>;
405                         #clock-cells = <0>;
406                         reg = <0x728>;
407                 };
408         };
409
410         usb_host0_echi: usb@ff480000 {
411                 compatible = "generic-ehci";
412                 reg = <0x0 0xff480000 0x0 0x20000>;
413                 interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
414                 clocks = <&cru SCLK_OTG_PHY0>, <&cru HCLK_HOST>;
415                 clock-names = "sclk_otgphy0", "hclk_host0";
416                 phys = <&usbphy1>;
417                 phy-names = "usb";
418                 status = "disabled";
419         };
420
421         usb_host0_ohci: usb@ff4a0000 {
422                 compatible = "generic-ohci";
423                 reg = <0x0 0xff4a0000 0x0 0x20000>;
424                 interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
425                 clocks = <&cru SCLK_OTG_PHY0>, <&cru HCLK_HOST>;
426                 clock-names = "sclk_otgphy0", "hclk_host0";
427                 status = "disabled";
428         };
429
430         usb_otg: usb@ff4c0000 {
431                 compatible = "rockchip,rk3368-usb", "rockchip,rk3066-usb",
432                              "snps,dwc2";
433                 reg = <0x0 0xff4c0000 0x0 0x40000>;
434                 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
435                 clocks = <&cru HCLK_OTG>;
436                 clock-names = "otg";
437                 dr_mode = "otg";
438                 g-np-tx-fifo-size = <16>;
439                 g-rx-fifo-size = <275>;
440                 g-tx-fifo-size = <256 128 128 64 64 32>;
441                 g-use-dma;
442                 status = "disabled";
443         };
444
445         i2c1: i2c@ff660000 {
446                 compatible = "rockchip,rk3368-i2c", "rockchip,rk3288-i2c";
447                 reg = <0x0 0xff660000 0x0 0x1000>;
448                 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
449                 #address-cells = <1>;
450                 #size-cells = <0>;
451                 clock-names = "i2c";
452                 clocks = <&cru PCLK_I2C1>;
453                 pinctrl-names = "default";
454                 pinctrl-0 = <&i2c1_xfer>;
455                 status = "disabled";
456         };
457
458         pwm0: pwm@ff680000 {
459                 compatible = "rockchip,rk3368-pwm", "rockchip,rk3288-pwm";
460                 reg = <0x0 0xff680000 0x0 0x10>;
461                 #pwm-cells = <3>;
462                 pinctrl-names = "default";
463                 pinctrl-0 = <&pwm0_pin>;
464                 clocks = <&cru PCLK_RKPWM>;
465                 clock-names = "pwm";
466                 status = "disabled";
467         };
468
469         pwm1: pwm@ff680010 {
470                 compatible = "rockchip,rk3368-pwm", "rockchip,rk3288-pwm";
471                 reg = <0x0 0xff680010 0x0 0x10>;
472                 #pwm-cells = <3>;
473                 pinctrl-names = "default";
474                 pinctrl-0 = <&pwm1_pin>;
475                 clocks = <&cru PCLK_RKPWM>;
476                 clock-names = "pwm";
477                 status = "disabled";
478         };
479
480         pwm2: pwm@ff680020 {
481                 compatible = "rockchip,rk3368-pwm", "rockchip,rk3288-pwm";
482                 reg = <0x0 0xff680020 0x0 0x10>;
483                 #pwm-cells = <3>;
484                 clocks = <&cru PCLK_RKPWM>;
485                 clock-names = "pwm";
486                 status = "disabled";
487         };
488
489         pwm3: pwm@ff680030 {
490                 compatible = "rockchip,rk3368-pwm", "rockchip,rk3288-pwm";
491                 reg = <0x0 0xff680030 0x0 0x10>;
492                 #pwm-cells = <3>;
493                 pinctrl-names = "default";
494                 pinctrl-0 = <&pwm3_t2_pin>;
495                 clocks = <&cru PCLK_RKPWM>;
496                 clock-names = "pwm";
497                 status = "disabled";
498         };
499
500         uart2: serial@ff690000 {
501                 compatible = "rockchip,rk3366-uart", "snps,dw-apb-uart";
502                 reg = <0x0 0xff690000 0x0 0x100>;
503                 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
504                 clocks = <&cru SCLK_UART2>, <&cru PCLK_UART2>;
505                 clock-names = "baudclk", "apb_pclk";
506                 reg-shift = <2>;
507                 reg-io-width = <4>;
508                 pinctrl-names = "default";
509                 pinctrl-0 = <&uart2_t1_xfer>;
510                 status = "disabled";
511         };
512
513         pmu: power-management@ff730000 {
514                 compatible = "rockchip,rk3366-pmu", "syscon", "simple-mfd";
515                 reg = <0x0 0xff730000 0x0 0x1000>;
516
517                 power: power-controller {
518                         status = "disabled";
519                         compatible = "rockchip,rk3366-power-controller";
520                         #power-domain-cells = <1>;
521                         #address-cells = <1>;
522                         #size-cells = <0>;
523
524                         /*
525                          * Note: Although SCLK_* are the working clocks
526                          * of device without including on the NOC, needed for
527                          * synchronous reset.
528                          *
529                          * The clocks on the which NOC:
530                          * ACLK_IEP/ACLK_VOP0 are on ACLK_VIO0_NIU.
531                          * ACLK_RGA/ACLK_VOP1 are on ACLK_RGA_NIU.
532                          * ACLK_ISP is on ACLK_ISP_NIU.
533                          * ACLK_HDCP is on ACLK_HDCP_NIU.
534                          * The others (HCLK_*,PLCK_*) are on HCLK_VIO_NIU.
535                          *
536                          * Which clock are device clocks:
537                          *      clocks          devices
538                          *      *_IEP           IEP:Image Enhancement Processor
539                          *      *_ISP           ISP:Image Signal Processing
540                          *      *_VOP*          VOP:Visual Output Processor
541                          *      *_RGA           RGA
542                          *      *_DPHY*         LVDS
543                          *      *_HDMI          HDMI
544                          *      *_MIPI_*        MIPI
545                          */
546                         pd_vio {
547                                 reg = <RK3366_PD_VIO>;
548                                 clocks = <&cru ACLK_IEP>,
549                                          <&cru ACLK_ISP>,
550                                          <&cru ACLK_RGA>,
551                                          <&cru ACLK_HDCP>,
552                                          <&cru ACLK_VOP_FULL>,
553                                          <&cru ACLK_VOP_LITE>,
554                                          <&cru ACLK_VOP_IEP>,
555                                          <&cru DCLK_VOP_FULL>,
556                                          <&cru DCLK_VOP_LITE>,
557                                          <&cru HCLK_IEP>,
558                                          <&cru HCLK_ISP>,
559                                          <&cru HCLK_RGA>,
560                                          <&cru HCLK_VOP_FULL>,
561                                          <&cru HCLK_VOP_LITE>,
562                                          <&cru HCLK_VIO_HDCPMMU>,
563                                          <&cru PCLK_HDMI_CTRL>,
564                                          <&cru PCLK_HDCP>,
565                                          <&cru PCLK_MIPI_DSI0>,
566                                          <&cru SCLK_VOP_FULL_PWM>,
567                                          <&cru SCLK_HDCP>,
568                                          <&cru SCLK_ISP>,
569                                          <&cru SCLK_RGA>,
570                                          <&cru SCLK_HDMI_CEC>,
571                                          <&cru SCLK_HDMI_HDCP>;
572                         };
573
574                         /*
575                          * Note: ACLK_VCODEC/HCLK_VCODEC are VCODEC
576                          * (video endecoder & decoder) clocks that on the
577                          * ACLK_VCODEC_NIU and HCLK_VCODEC_NIU (NOC).
578                          */
579                         pd_vpu {
580                                 reg = <RK3366_PD_VPU>;
581                                 clocks = <&cru ACLK_VIDEO>,
582                                          <&cru HCLK_VIDEO>;
583                         };
584
585                         /*
586                          * Note: ACLK_RKVDEC/HCLK_RKVDEC are RKVDEC
587                          * (video decoder) clocks that on the
588                          * ACLK_RKVDEC_NIU and HCLK_RKVDEC_NIU (NOC).
589                          */
590                         pd_rkvdec {
591                                 reg = <RK3366_PD_RKVDEC>;
592                                 clocks = <&cru ACLK_RKVDEC>,
593                                          <&cru HCLK_RKVDEC>;
594                         };
595
596                         pd_video {
597                                 reg = <RK3366_PD_VIDEO>;
598                                 clocks = <&cru ACLK_VIDEO>,
599                                          <&cru ACLK_RKVDEC>,
600                                          <&cru HCLK_VIDEO>,
601                                          <&cru HCLK_RKVDEC>,
602                                          <&cru SCLK_HEVC_CABAC>,
603                                          <&cru SCLK_HEVC_CORE>;
604                         };
605
606                         /*
607                          * Note: ACLK_GPU is the GPU clock,
608                          * and on the ACLK_GPU_NIU (NOC).
609                          */
610                         pd_gpu {
611                                 reg = <RK3366_PD_GPU>;
612                                 clocks = <&cru ACLK_GPU>;
613                         };
614                 };
615         };
616
617         pmugrf: syscon@ff738000 {
618                 compatible = "rockchip,rk3366-pmugrf", "syscon", "simple-mfd";
619                 reg = <0x0 0xff738000 0x0 0x1000>;
620
621                 reboot-mode {
622                         compatible = "syscon-reboot-mode";
623                         offset = <0x200>;
624                         mode-normal = <BOOT_NORMAL>;
625                         mode-recovery = <BOOT_RECOVERY>;
626                         mode-fastboot = <BOOT_FASTBOOT>;
627                         mode-loader = <BOOT_LOADER>;
628                 };
629         };
630
631         amba {
632                 compatible = "arm,amba-bus";
633                 #address-cells = <2>;
634                 #size-cells = <2>;
635                 ranges;
636
637                 dmac_peri: dma-controller@ff250000 {
638                         compatible = "arm,pl330", "arm,primecell";
639                         reg = <0x0 0xff250000 0x0 0x4000>;
640                         interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>,
641                                      <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
642                         #dma-cells = <1>;
643                         clocks = <&cru ACLK_DMAC_PERI>;
644                         clock-names = "apb_pclk";
645                 };
646
647                 dmac_bus: dma-controller@ff600000 {
648                         compatible = "arm,pl330", "arm,primecell";
649                         reg = <0x0 0xff600000 0x0 0x4000>;
650                         interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
651                                      <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
652                         #dma-cells = <1>;
653                         clocks = <&cru ACLK_DMAC_BUS>;
654                         clock-names = "apb_pclk";
655                 };
656         };
657
658         cru: clock-controller@ff760000 {
659                 compatible = "rockchip,rk3366-cru";
660                 reg = <0x0 0xff760000 0x0 0x1000>;
661                 rockchip,grf = <&grf>;
662                 #clock-cells = <1>;
663                 #reset-cells = <1>;
664                 assigned-clocks =
665                         <&cru DCLK_VOP_FULL>, <&cru DCLK_VOP_LITE>,
666                         <&cru PLL_CPLL>, <&cru PLL_GPLL>,
667                         <&cru PLL_NPLL>, <&cru PLL_MPLL>,
668                         <&cru PLL_WPLL>, <&cru PLL_BPLL>,
669                         <&cru ACLK_VOP_FULL>, <&cru ACLK_VOP_LITE>,
670                         <&cru HCLK_VOP_LITE>,<&cru HCLK_VOP_LITE>;
671                 assigned-clock-rates =
672                         <0>, <0>,
673                         <750000000>, <576000000>,
674                         <594000000>, <594000000>,
675                         <960000000>, <520000000>,
676                         <375000000>, <288000000>,
677                         <100000000>, <100000000>;
678                 assigned-clock-parents =
679                         <&cru SCLK_MPLL_SRC>, <&cru PLL_NPLL>;
680         };
681
682         grf: syscon@ff770000 {
683                 compatible = "rockchip,rk3366-grf", "syscon";
684                 reg = <0x0 0xff770000 0x0 0x1000>;
685         };
686
687         wdt: watchdog@ff800000 {
688                 compatible = "snps,dw-wdt";
689                 reg = <0x0 0xff800000 0x0 0x100>;
690                 clocks = <&cru PCLK_WDT>;
691                 interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
692                 status = "disabled";
693         };
694
695         spdif: spdif@ff880000 {
696                 compatible = "rockchip,rk3366-spdif";
697                 reg = <0x0 0xff880000 0x0 0x1000>;
698                 interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>;
699                 dmas = <&dmac_bus 3>;
700                 dma-names = "tx";
701                 clock-names = "hclk", "mclk";
702                 clocks = <&cru HCLK_SPDIF>, <&cru SCLK_SPDIF_8CH>;
703                 pinctrl-names = "default";
704                 pinctrl-0 = <&spdif_bus>;
705                 status = "disabled";
706         };
707
708         i2s_2ch: i2s-2ch@ff890000 {
709                 compatible = "rockchip,rk3366-i2s", "rockchip,rk3066-i2s";
710                 reg = <0x0 0xff890000 0x0 0x1000>;
711                 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
712                 dmas = <&dmac_bus 6>, <&dmac_bus 7>;
713                 dma-names = "tx", "rx";
714                 clock-names = "i2s_hclk", "i2s_clk";
715                 clocks = <&cru HCLK_I2S_2CH>, <&cru SCLK_I2S_2CH>;
716                 status = "disabled";
717         };
718
719         i2s_8ch: i2s-8ch@ff898000 {
720                 compatible = "rockchip,rk3366-i2s", "rockchip,rk3066-i2s";
721                 reg = <0x0 0xff898000 0x0 0x1000>;
722                 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
723                 dmas = <&dmac_bus 0>, <&dmac_bus 1>;
724                 dma-names = "tx", "rx";
725                 clock-names = "i2s_hclk", "i2s_clk";
726                 clocks = <&cru HCLK_I2S_8CH>, <&cru SCLK_I2S_8CH>;
727                 pinctrl-names = "default";
728                 pinctrl-0 = <&i2s_8ch_bus>;
729                 status = "disabled";
730         };
731
732         fb: fb {
733                 compatible = "rockchip,rk-fb";
734                 rockchip,disp-mode = <DUAL>;
735                 status = "disabled";
736         };
737
738         rk_screen: screen {
739                 compatible = "rockchip,screen";
740                 status = "disabled";
741         };
742
743         vop_lite: vop@ff8f0000 {
744                 compatible = "rockchip,rk3366-lcdc-lite";
745                 rockchip,grf = <&grf>;
746                 rockchip,pwr18 = <0>;
747                 rockchip,iommu-enabled = <1>;
748                 reg = <0x0 0xff8f0000 0x0 0x1000>;
749                 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
750                 clocks = <&cru ACLK_VOP_LITE>, <&cru DCLK_VOP_LITE>, <&cru HCLK_VOP_LITE>;
751                 clock-names = "aclk_lcdc", "dclk_lcdc", "hclk_lcdc";
752                 resets = <&cru SRST_VOP1_AXI>, <&cru SRST_VOP1_DCLK>, <&cru SRST_VOP1_AHB>;
753                 reset-names = "axi", "ahb", "dclk";
754                 status = "disabled";
755         };
756
757         vopl_mmu: vopl-mmu {
758                 dbgname = "vop";
759                 compatible = "rockchip,vopl_mmu";
760                 reg = <0x0 0xff8f0f00 0x0 0x100>;
761                 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
762                 interrupt-names = "vopl_mmu";
763                 status = "disabled";
764         };
765
766         iep: iep@ff900000 {
767                 compatible = "rockchip,iep";
768                 iommu_enabled = <1>;
769                 reg = <0x0 0xff900000 0x0 0x800>;
770                 interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
771                 clocks = <&cru ACLK_IEP>, <&cru HCLK_IEP>;
772                 clock-names = "aclk_iep", "hclk_iep";
773                 version = <2>;
774                 status = "disabled";
775         };
776
777         rga: rga@ff920000 {
778                 compatible = "rockchip,rga2";
779                 dev_mode = <1>;
780                 reg = <0x0 0xff920000 0x0 0x1000>;
781                 interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
782                 clocks = <&cru ACLK_RGA>, <&cru HCLK_RGA>, <&cru SCLK_RGA>;
783                 clock-names = "aclk_rga", "hclk_rga", "clk_rga";
784                 status = "disabled";
785         };
786
787         vop_big: vop@ff930000 {
788                 compatible = "rockchip,rk3366-lcdc-big";
789                 rockchip,grf = <&grf>;
790                 rockchip,prop = <PRMRY>;
791                 rockchip,pwr18 = <0>;
792                 rockchip,iommu-enabled = <1>;
793                 reg = <0x0 0xff930000 0x0 0x23f0>;
794                 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
795                 clocks = <&cru ACLK_VOP_FULL>, <&cru DCLK_VOP_FULL>, <&cru HCLK_VOP_FULL>;
796                 clock-names = "aclk_lcdc", "dclk_lcdc", "hclk_lcdc";
797                 resets = <&cru SRST_VOP0_AXI>, <&cru SRST_VOP0_DCLK>, <&cru SRST_VOP0_AHB>;
798                 reset-names = "axi", "ahb", "dclk";
799                 status = "disabled";
800         };
801
802         vopb_mmu: vopb-mmu {
803                 dbgname = "vop";
804                 compatible = "rockchip,vopb_mmu";
805                 reg = <0x0 0xff932400 0x0 0x100>;
806                 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
807                 interrupt-names = "vop_mmu";
808                 status = "disabled";
809         };
810
811         iep_mmu: iep-mmu {
812                 dbgname = "iep";
813                 compatible = "rockchip,iep_mmu";
814                 reg = <0x0 0xff900800 0x0 0x100>;
815                 interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
816                 interrupt-names = "iep_mmu";
817                 status = "disabled";
818         };
819
820         vpu_mmu: vpu_mmu {
821                 dbgname = "vpu";
822                 compatible = "rockchip,vpu_mmu";
823                 reg = <0x0 0xff9a0800 0x0 0x100>;
824                 interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
825                 interrupt-names = "vpu_mmu";
826                 status = "disabled";
827         };
828
829         vdec_mmu: vdec_mmu {
830                 dbgname = "vdec";
831                 compatible = "rockchip,vdec_mmu";
832                 reg = <0x0 0xff9b0480 0x0 0x40>,
833                       <0x0 0xff9b04c0 0x0 0x40>;
834                 interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>;
835                 interrupt-names = "vdec_mmu";
836                 status = "disabled";
837         };
838
839         dsihost0: mipi@ff960000 {
840                 compatible = "rockchip,rk3368-dsi";
841                 rockchip,prop = <0>;
842                 reg = <0x0 0xff960000 0x0 0x4000>, <0x0 0xff968000 0x0 0x4000>;
843                 reg-names = "mipi_dsi_host" ,"mipi_dsi_phy";
844                 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
845                 clocks = <&cru SCLK_MIPIDSI_24M>, <&cru PCLK_DPHYTX>, <&cru PCLK_MIPI_DSI0>;
846                 clock-names = "clk_mipi_24m", "pclk_mipi_dsi", "pclk_mipi_dsi_host";
847                 status = "disabled";
848         };
849
850         lvds: lvds@ff968000 {
851                 compatible = "rockchip,rk3366-lvds";
852                 rockchip,grf = <&grf>;
853                 reg = <0x0 0xff968000 0x0 0x4000>, <0x0 0xff9600a0 0x0 0x20>;
854                 reg-names = "mipi_lvds_phy", "mipi_lvds_ctl";
855                 clocks = <&cru PCLK_DPHYTX>, <&cru PCLK_MIPI_DSI0>;
856                 clock-names = "pclk_lvds", "pclk_lvds_ctl";
857                 status = "disabled";
858         };
859
860         hdmi: hdmi@ff980000 {
861                 compatible = "rockchip,rk3366-hdmi";
862                 reg = <0x0 0xff980000 0x0 0x20000>;
863                 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>,
864                              <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>;
865                 clocks = <&cru PCLK_HDMI_CTRL>,
866                          <&cru SCLK_HDMI_HDCP>,
867                          <&cru SCLK_HDMI_CEC>,
868                          <&cru DCLK_HDMIPHY>;
869                 clock-names = "pclk_hdmi",
870                               "hdcp_clk_hdmi",
871                               "cec_clk_hdmi",
872                               "dclk_hdmi_phy";
873                 resets = <&cru SRST_HDMI>;
874                 reset-names = "hdmi";
875                 pinctrl-names = "default", "gpio";
876                 pinctrl-0 = <&hdmii2c_xfer &hdmi_cec>;
877                 pinctrl-1 = <&i2c5_gpio>;
878                 status = "disabled";
879         };
880
881         vpu: vpu_service@ff9a0000 {
882                 compatible = "rockchip,vpu_service";
883                 rockchip,grf = <&grf>;
884                 iommu_enabled = <1>;
885                 reg = <0x0 0xff9a0000 0x0 0x800>;
886                 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>,
887                         <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
888                 interrupt-names = "irq_dec", "irq_enc";
889                 clocks = <&cru ACLK_VIDEO>, <&cru HCLK_VIDEO>;
890                 clock-names = "aclk_vcodec", "hclk_vcodec";
891                 resets = <&cru SRST_VIDEO_AHB>, <&cru SRST_VIDEO_AXI>;
892                 reset-names = "video_h", "video_a";
893                 name = "vpu_service";
894                 dev_mode = <0>;
895                 status = "disabled";
896         };
897
898         rkvdec: rkvdec@ff9b0000 {
899                 compatible = "rockchip,rkvdec";
900                 rockchip,grf = <&grf>;
901                 iommu_enabled = <1>;
902                 reg = <0x0 0xff9b0000 0x0 0x400>;
903                 interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
904                 interrupt-names = "irq_dec";
905                 clocks = <&cru ACLK_RKVDEC>, <&cru HCLK_RKVDEC>,<&cru SCLK_HEVC_CABAC>,<&cru SCLK_HEVC_CORE>;
906                 clock-names = "aclk_vcodec", "hclk_vcodec", "clk_cabac", "clk_core";
907                 resets = <&cru SRST_RKVDEC_AHB>, <&cru SRST_VIDEO_AXI>;
908                 reset-names = "video_h", "video_a";
909                 dev_mode = <2>;
910                 name = "rkvdec";
911                 status = "disabled";
912         };
913
914         pinctrl: pinctrl {
915                 compatible = "rockchip,rk3366-pinctrl";
916                 rockchip,grf = <&grf>;
917                 rockchip,pmu = <&pmugrf>;
918                 #address-cells = <0x2>;
919                 #size-cells = <0x2>;
920                 ranges;
921
922                 gpio0: gpio0@ff750000 {
923                         compatible = "rockchip,gpio-bank";
924                         reg = <0x0 0xff750000 0x0 0x100>;
925                         clocks = <&cru PCLK_GPIO0>;
926                         interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
927
928                         gpio-controller;
929                         #gpio-cells = <0x2>;
930
931                         interrupt-controller;
932                         #interrupt-cells = <0x2>;
933                 };
934
935                 gpio1: gpio1@ff780000 {
936                         compatible = "rockchip,gpio-bank";
937                         reg = <0x0 0xff758000 0x0 0x100>;
938                         clocks = <&cru PCLK_GPIO1>;
939                         interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
940
941                         gpio-controller;
942                         #gpio-cells = <0x2>;
943
944                         interrupt-controller;
945                         #interrupt-cells = <0x2>;
946                 };
947
948                 gpio2: gpio2@ff790000 {
949                         compatible = "rockchip,gpio-bank";
950                         reg = <0x0 0xff790000 0x0 0x100>;
951                         clocks = <&cru PCLK_GPIO2>;
952                         interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
953
954                         gpio-controller;
955                         #gpio-cells = <0x2>;
956
957                         interrupt-controller;
958                         #interrupt-cells = <0x2>;
959                 };
960
961                 gpio3: gpio3@ff7a0000 {
962                         compatible = "rockchip,gpio-bank";
963                         reg = <0x0 0xff7a0000 0x0 0x100>;
964                         clocks = <&cru PCLK_GPIO3>;
965                         interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
966
967                         gpio-controller;
968                         #gpio-cells = <0x2>;
969
970                         interrupt-controller;
971                         #interrupt-cells = <0x2>;
972                 };
973
974                 gpio4: gpio4@ff7b0000 {
975                         compatible = "rockchip,gpio-bank";
976                         reg = <0x0 0xff7b0000 0x0 0x100>;
977                         clocks = <&cru PCLK_GPIO4>;
978                         interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
979
980                         gpio-controller;
981                         #gpio-cells = <0x2>;
982
983                         interrupt-controller;
984                         #interrupt-cells = <0x2>;
985                 };
986
987                 gpio5: gpio5@ff7c0000 {
988                         compatible = "rockchip,gpio-bank";
989                         reg = <0x0 0xff7c0000 0x0 0x100>;
990                         clocks = <&cru PCLK_GPIO5>;
991                         interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
992
993                         gpio-controller;
994                         #gpio-cells = <0x2>;
995
996                         interrupt-controller;
997                         #interrupt-cells = <0x2>;
998                 };
999
1000                 pcfg_pull_up: pcfg-pull-up {
1001                         bias-pull-up;
1002                 };
1003
1004                 pcfg_pull_down: pcfg-pull-down {
1005                         bias-pull-down;
1006                 };
1007
1008                 pcfg_pull_none: pcfg-pull-none {
1009                         bias-disable;
1010                 };
1011
1012                 pcfg_pull_none_12ma: pcfg-pull-none-12ma {
1013                         bias-disable;
1014                         drive-strength = <12>;
1015                 };
1016
1017                 emmc {
1018                         emmc_clk: emmc-clk {
1019                                 rockchip,pins =
1020                                         <3 4 RK_FUNC_2 &pcfg_pull_none>;
1021                         };
1022
1023                         emmc_cmd: emmc-cmd {
1024                                 rockchip,pins =
1025                                         <2 26 RK_FUNC_2 &pcfg_pull_up>;
1026                         };
1027
1028                         emmc_pwr: emmc-pwr {
1029                                 rockchip,pins =
1030                                         <2 27 RK_FUNC_2 &pcfg_pull_up>;
1031                         };
1032
1033                         emmc_bus1: emmc-bus1 {
1034                                 rockchip,pins =
1035                                         <2 18 RK_FUNC_2 &pcfg_pull_up>;
1036                         };
1037
1038                         emmc_bus4: emmc-bus4 {
1039                                 rockchip,pins =
1040                                         <2 18 RK_FUNC_2 &pcfg_pull_up>,
1041                                         <2 19 RK_FUNC_2 &pcfg_pull_up>,
1042                                         <2 20 RK_FUNC_2 &pcfg_pull_up>,
1043                                         <2 21 RK_FUNC_2 &pcfg_pull_up>;
1044                         };
1045
1046                         emmc_bus8: emmc-bus8 {
1047                                 rockchip,pins =
1048                                         <2 18 RK_FUNC_2 &pcfg_pull_up>,
1049                                         <2 19 RK_FUNC_2 &pcfg_pull_up>,
1050                                         <2 20 RK_FUNC_2 &pcfg_pull_up>,
1051                                         <2 21 RK_FUNC_2 &pcfg_pull_up>,
1052                                         <2 22 RK_FUNC_2 &pcfg_pull_up>,
1053                                         <2 23 RK_FUNC_2 &pcfg_pull_up>,
1054                                         <2 24 RK_FUNC_2 &pcfg_pull_up>,
1055                                         <2 25 RK_FUNC_2 &pcfg_pull_up>;
1056                         };
1057                 };
1058
1059                 sdmmc {
1060                         sdmmc_cd: sdmmc-cd {
1061                                 rockchip,pins = <0 9 RK_FUNC_1 &pcfg_pull_up>;
1062                         };
1063
1064                         sdmmc_bus1: sdmmc-bus1 {
1065                                 rockchip,pins = <5 0 RK_FUNC_1 &pcfg_pull_up>;
1066                         };
1067
1068                         sdmmc_bus4: sdmmc-bus4 {
1069                                 rockchip,pins = <5 0 RK_FUNC_1 &pcfg_pull_up>,
1070                                                 <5 1 RK_FUNC_1 &pcfg_pull_up>,
1071                                                 <5 2 RK_FUNC_1 &pcfg_pull_up>,
1072                                                 <5 3 RK_FUNC_1 &pcfg_pull_up>;
1073                         };
1074
1075                         sdmmc_clk: sdmmc-clk {
1076                                 rockchip,pins = <5 4 RK_FUNC_1 &pcfg_pull_none>;
1077                         };
1078
1079                         sdmmc_cmd: sdmmc-cmd {
1080                                 rockchip,pins = <5 5 RK_FUNC_1 &pcfg_pull_up>;
1081                         };
1082                 };
1083
1084                 sdio {
1085                         sdio_bus1: sdio-bus1 {
1086                                 rockchip,pins = <3 12 RK_FUNC_1 &pcfg_pull_up>;
1087                         };
1088
1089                         sdio_bus4: sdio-bus4 {
1090                                 rockchip,pins = <3 12 RK_FUNC_1 &pcfg_pull_up>,
1091                                                 <3 13 RK_FUNC_1 &pcfg_pull_up>,
1092                                                 <3 14 RK_FUNC_1 &pcfg_pull_up>,
1093                                                 <3 15 RK_FUNC_1 &pcfg_pull_up>;
1094                         };
1095
1096                         sdio_cmd: sdio-cmd {
1097                                 rockchip,pins = <3 16 RK_FUNC_1 &pcfg_pull_up>;
1098                         };
1099
1100                         sdio_clk: sdio-clk {
1101                                 rockchip,pins = <3 17 RK_FUNC_1 &pcfg_pull_none>;
1102                         };
1103
1104                         sdio_cd: sdio-cd {
1105                                 rockchip,pins = <3 18 RK_FUNC_1 &pcfg_pull_up>;
1106                         };
1107
1108                         sdio_wp: sdio-wp {
1109                                 rockchip,pins = <3 19 RK_FUNC_1 &pcfg_pull_up>;
1110                         };
1111
1112                         sdio_int: sdio-int {
1113                                 rockchip,pins = <3 20 RK_FUNC_1 &pcfg_pull_up>;
1114                         };
1115
1116                         sdio_pwr: sdio-pwr {
1117                                 rockchip,pins = <3 21 RK_FUNC_1 &pcfg_pull_up>;
1118                         };
1119                 };
1120
1121                 hdmi_i2c {
1122                         hdmii2c_xfer: hdmii2c-xfer {
1123                                 rockchip,pins =
1124                                         <5 13 RK_FUNC_2 &pcfg_pull_none>,
1125                                         <5 14 RK_FUNC_2 &pcfg_pull_none>;
1126                         };
1127                 };
1128
1129                 hdmi_pin {
1130                         hdmi_cec: hdmi-cec {
1131                                 rockchip,pins =
1132                                         <5 12 RK_FUNC_1 &pcfg_pull_none>;
1133                         };
1134                 };
1135
1136                 i2c0 {
1137                         i2c0_xfer: i2c0-xfer {
1138                                 rockchip,pins =
1139                                         <0 3 RK_FUNC_1 &pcfg_pull_none>,
1140                                         <0 4 RK_FUNC_1 &pcfg_pull_none>;
1141                         };
1142                 };
1143
1144                 i2c1 {
1145                         i2c1_xfer: i2c1-xfer {
1146                                 rockchip,pins =
1147                                         <4 25 RK_FUNC_1 &pcfg_pull_none>,
1148                                         <4 26 RK_FUNC_1 &pcfg_pull_none>;
1149                         };
1150                 };
1151
1152                 i2c2 {
1153                         i2c2_xfer: i2c2-xfer {
1154                                 rockchip,pins =
1155                                         <5 15 RK_FUNC_2 &pcfg_pull_none>,
1156                                         <5 16 RK_FUNC_2 &pcfg_pull_none>;
1157                         };
1158
1159                         i2c2_gpio: i2c2-gpio {
1160                                 rockchip,pins =
1161                                         <5 15 RK_FUNC_GPIO &pcfg_pull_none>,
1162                                         <5 16 RK_FUNC_GPIO &pcfg_pull_none>;
1163                         };
1164                 };
1165
1166                 i2c3 {
1167                         i2c3_xfer: i2c3-xfer {
1168                                 rockchip,pins =
1169                                         <2 16 RK_FUNC_2 &pcfg_pull_none>,
1170                                         <2 17 RK_FUNC_2 &pcfg_pull_none>;
1171                         };
1172                 };
1173
1174                 i2c4 {
1175                         i2c4_xfer: i2c4-xfer {
1176                                 rockchip,pins =
1177                                         <5 8 RK_FUNC_1 &pcfg_pull_none>,
1178                                         <5 9 RK_FUNC_1 &pcfg_pull_none>;
1179                         };
1180
1181                         i2c4_gpio: i2c4-gpio {
1182                                 rockchip,pins =
1183                                         <5 8 RK_FUNC_GPIO &pcfg_pull_none>,
1184                                         <5 9 RK_FUNC_GPIO &pcfg_pull_none>;
1185                         };
1186                 };
1187
1188                 i2c5 {
1189                         i2c5_xfer: i2c5-xfer {
1190                                 rockchip,pins =
1191                                         <5 13 RK_FUNC_1 &pcfg_pull_none>,
1192                                         <5 14 RK_FUNC_1 &pcfg_pull_none>;
1193                         };
1194                         i2c5_gpio: i2c5-gpio {
1195                                 rockchip,pins =
1196                                         <5 13 RK_FUNC_GPIO &pcfg_pull_none>,
1197                                         <5 14 RK_FUNC_GPIO &pcfg_pull_none>;
1198                         };
1199                 };
1200
1201                 i2s {
1202                         i2s_8ch_bus: i2s-8ch-bus {
1203                                 rockchip,pins =
1204                                         <4 16 RK_FUNC_1 &pcfg_pull_none>,
1205                                         <4 17 RK_FUNC_1 &pcfg_pull_none>,
1206                                         <4 18 RK_FUNC_1 &pcfg_pull_none>,
1207                                         <4 19 RK_FUNC_1 &pcfg_pull_none>,
1208                                         <4 20 RK_FUNC_1 &pcfg_pull_none>,
1209                                         <4 21 RK_FUNC_1 &pcfg_pull_none>,
1210                                         <4 22 RK_FUNC_1 &pcfg_pull_none>,
1211                                         <4 23 RK_FUNC_1 &pcfg_pull_none>,
1212                                         <4 24 RK_FUNC_1 &pcfg_pull_none>;
1213                         };
1214                 };
1215
1216                 spdif {
1217                         spdif_bus: spdif-bus {
1218                                 rockchip,pins =
1219                                         <5 19 RK_FUNC_1 &pcfg_pull_none>;
1220                         };
1221                 };
1222
1223                 spi0 {
1224                         spi0_clk: spi0-clk {
1225                                 rockchip,pins =
1226                                         <2 29 RK_FUNC_2 &pcfg_pull_up>;
1227                         };
1228                         spi0_cs0: spi0-cs0 {
1229                                 rockchip,pins =
1230                                         <2 24 RK_FUNC_3 &pcfg_pull_up>;
1231                         };
1232                         spi0_cs1: spi0-cs1 {
1233                                 rockchip,pins =
1234                                         <2 25 RK_FUNC_3 &pcfg_pull_up>;
1235                         };
1236                         spi0_tx: spi0-tx {
1237                                 rockchip,pins =
1238                                         <2 23 RK_FUNC_3 &pcfg_pull_up>;
1239                         };
1240                         spi0_rx: spi0-rx {
1241                                 rockchip,pins =
1242                                         <2 22 RK_FUNC_3 &pcfg_pull_up>;
1243                         };
1244                 };
1245
1246                 spi1 {
1247                         spi1_clk: spi1-clk {
1248                                 rockchip,pins =
1249                                         <2 4 RK_FUNC_3 &pcfg_pull_up>;
1250                         };
1251                         spi1_cs0: spi1-cs0 {
1252                                 rockchip,pins =
1253                                         <2 5 RK_FUNC_3 &pcfg_pull_up>;
1254                         };
1255                         spi1_tx: spi1-tx {
1256                                 rockchip,pins =
1257                                         <2 6 RK_FUNC_3 &pcfg_pull_up>;
1258                         };
1259                         spi1_rx: spi1-rx {
1260                                 rockchip,pins =
1261                                         <2 7 RK_FUNC_3 &pcfg_pull_up>;
1262                         };
1263                 };
1264
1265                 scr {
1266                         scr_clk: scr-clk {
1267                                 rockchip,pins =
1268                                         <5 8 RK_FUNC_2 &pcfg_pull_none>;
1269                         };
1270
1271                         scr_io: scr-io {
1272                                 rockchip,pins =
1273                                         <5 9 RK_FUNC_2 &pcfg_pull_up>;
1274                         };
1275
1276                         scr_rst: scr-rst {
1277                                 rockchip,pins =
1278                                         <5 10 RK_FUNC_1 &pcfg_pull_none>;
1279                         };
1280
1281                         scr_detect: scr-detect {
1282                                 rockchip,pins =
1283                                         <5 11 RK_FUNC_1 &pcfg_pull_none>;
1284                         };
1285                 };
1286
1287                 uart0 {
1288                         uart0_xfer: uart0-xfer {
1289                                 rockchip,pins =
1290                                         <3 8 RK_FUNC_1 &pcfg_pull_up>,
1291                                         <3 9 RK_FUNC_1 &pcfg_pull_none>;
1292                         };
1293
1294                         uart0_cts: uart0-cts {
1295                                 rockchip,pins =
1296                                         <3 10 RK_FUNC_1 &pcfg_pull_none>;
1297                         };
1298
1299                         uart0_rts: uart0-rts {
1300                                 rockchip,pins =
1301                                         <3 11 RK_FUNC_1 &pcfg_pull_none>;
1302                         };
1303                 };
1304
1305                 uart2_t0 {
1306                         uart2_t0_xfer: uart2_t0-xfer {
1307                                 rockchip,pins =
1308                                         <0 22 RK_FUNC_1 &pcfg_pull_up>,
1309                                         <0 21 RK_FUNC_1 &pcfg_pull_none>;
1310                         };
1311                         /* no rts / cts for uart2 */
1312                 };
1313
1314                 uart2_t1 {
1315                         uart2_t1_xfer: uart2_t1-xfer {
1316                                 rockchip,pins =
1317                                         <5 0 RK_FUNC_2 &pcfg_pull_up>,
1318                                         <5 1 RK_FUNC_2 &pcfg_pull_none>;
1319                         };
1320                         /* no rts / cts for uart2 */
1321                 };
1322
1323                 uart2_t2 {
1324                         uart2_t2_xfer: uart2_t2-xfer {
1325                                 rockchip,pins =
1326                                         <5 14 RK_FUNC_3 &pcfg_pull_up>,
1327                                         <5 13 RK_FUNC_3 &pcfg_pull_none>;
1328                         };
1329                         /* no rts / cts for uart2 */
1330                 };
1331
1332                 uart3 {
1333                         uart3_xfer: uart3-xfer {
1334                                 rockchip,pins =
1335                                         <5 15 RK_FUNC_1 &pcfg_pull_up>,
1336                                         <5 16 RK_FUNC_1 &pcfg_pull_none>;
1337                         };
1338
1339                         uart3_cts: uart3-cts {
1340                                 rockchip,pins =
1341                                         <5 17 RK_FUNC_1 &pcfg_pull_none>;
1342                         };
1343
1344                         uart3_rts: uart3-rts {
1345                                 rockchip,pins =
1346                                         <5 18 RK_FUNC_1 &pcfg_pull_none>;
1347                         };
1348                 };
1349
1350                 pwm0 {
1351                         pwm0_pin: pwm0-pin {
1352                                 rockchip,pins =
1353                                         <0 8 RK_FUNC_1 &pcfg_pull_none>;
1354                         };
1355                 };
1356
1357                 pwm1 {
1358                         pwm1_pin: pwm1-pin {
1359                                 rockchip,pins =
1360                                         <1 6 RK_FUNC_2 &pcfg_pull_none>;
1361                         };
1362                 };
1363
1364                 pwm2_t0 {
1365                         pwm2_t0_pin: pwm2_t0-pin {
1366                                 rockchip,pins =
1367                                         <2 15 RK_FUNC_3 &pcfg_pull_none>;
1368                         };
1369                 };
1370
1371                 pwm2_t1 {
1372                         pwm2_t1_pin: pwm2_t1-pin {
1373                                 rockchip,pins =
1374                                         <5 17 RK_FUNC_2 &pcfg_pull_none>;
1375                         };
1376                 };
1377
1378                 pwm3_t0 {
1379                         pwm3_t0_pin: pwm3_t0-pin {
1380                                 rockchip,pins =
1381                                         <1 0 RK_FUNC_2 &pcfg_pull_none>;
1382                         };
1383                 };
1384
1385                 pwm3_t1 {
1386                         pwm3_t1_pin: pwm3_t1-pin {
1387                                 rockchip,pins =
1388                                         <0 21 RK_FUNC_2 &pcfg_pull_none>;
1389                         };
1390                 };
1391
1392                 pwm3_t2 {
1393                         pwm3_t2_pin: pwm3_t2-pin {
1394                                 rockchip,pins =
1395                                         <5 18 RK_FUNC_2 &pcfg_pull_none>;
1396                         };
1397                 };
1398
1399                 lcdc {
1400                         lcdc_lcdc: lcdc-lcdc {
1401                                 rockchip,pins =
1402                                         <0 24 RK_FUNC_2 &pcfg_pull_none>, /* HSYNC */
1403                                         <0 25 RK_FUNC_2 &pcfg_pull_none>, /* VSYNC */
1404                                         <0 26 RK_FUNC_1 &pcfg_pull_none>, /* LCDC_D10 */
1405                                         <0 27 RK_FUNC_1 &pcfg_pull_none>, /* LCDC_D11 */
1406                                         <0 28 RK_FUNC_1 &pcfg_pull_none>, /* LCDC_D12 */
1407                                         <0 29 RK_FUNC_1 &pcfg_pull_none>, /* LCDC_D13 */
1408                                         <0 30 RK_FUNC_1 &pcfg_pull_none>, /* LCDC_D14 */
1409                                         <0 31 RK_FUNC_1 &pcfg_pull_none>, /* LCDC_D15 */
1410                                         <1 0  RK_FUNC_1 &pcfg_pull_none>, /* LCDC_D16 */
1411                                         <1 1  RK_FUNC_1 &pcfg_pull_none>, /* LCDC_D17 */
1412                                         <1 2  RK_FUNC_1 &pcfg_pull_none>, /* LCDC_D18 */
1413                                         <1 3  RK_FUNC_1 &pcfg_pull_none>, /* LCDC_D19 */
1414                                         <1 4  RK_FUNC_1 &pcfg_pull_none>, /* LCDC_D20 */
1415                                         <1 5  RK_FUNC_1 &pcfg_pull_none>, /* LCDC_D21 */
1416                                         <1 6  RK_FUNC_1 &pcfg_pull_none>, /* LCDC_D22 */
1417                                         <1 7  RK_FUNC_1 &pcfg_pull_none>, /* LCDC_D23 */
1418                                         <1 8  RK_FUNC_1 &pcfg_pull_none>, /* DEN */
1419                                         <1 9  RK_FUNC_1 &pcfg_pull_none>; /* DCLK */
1420                         };
1421
1422                         lcdc_gpio: lcdc-gpio {
1423                                 rockchip,pins =
1424                                         <0 24 RK_FUNC_GPIO &pcfg_pull_none>, /* HSYNC */
1425                                         <0 25 RK_FUNC_GPIO &pcfg_pull_none>, /* VSYNC */
1426                                         <0 26 RK_FUNC_GPIO &pcfg_pull_none>, /* LCDC_D10 */
1427                                         <0 27 RK_FUNC_GPIO &pcfg_pull_none>, /* LCDC_D11 */
1428                                         <0 28 RK_FUNC_GPIO &pcfg_pull_none>, /* LCDC_D12 */
1429                                         <0 29 RK_FUNC_GPIO &pcfg_pull_none>, /* LCDC_D13 */
1430                                         <0 30 RK_FUNC_GPIO &pcfg_pull_none>, /* LCDC_D14 */
1431                                         <0 31 RK_FUNC_GPIO &pcfg_pull_none>, /* LCDC_D15 */
1432                                         <1 0  RK_FUNC_GPIO &pcfg_pull_none>, /* LCDC_D16 */
1433                                         <1 1  RK_FUNC_GPIO &pcfg_pull_none>, /* LCDC_D17 */
1434                                         <1 2  RK_FUNC_GPIO &pcfg_pull_none>, /* LCDC_D18 */
1435                                         <1 3  RK_FUNC_GPIO &pcfg_pull_none>, /* LCDC_D19 */
1436                                         <1 4  RK_FUNC_GPIO &pcfg_pull_none>, /* LCDC_D20 */
1437                                         <1 5  RK_FUNC_GPIO &pcfg_pull_none>, /* LCDC_D21 */
1438                                         <1 6  RK_FUNC_GPIO &pcfg_pull_none>, /* LCDC_D22 */
1439                                         <1 7  RK_FUNC_GPIO &pcfg_pull_none>, /* LCDC_D23 */
1440                                         <1 8  RK_FUNC_GPIO &pcfg_pull_none>, /* DEN */
1441                                         <1 9  RK_FUNC_GPIO &pcfg_pull_none>; /* DCLK */
1442                         };
1443                 };
1444
1445                 gmac {
1446                         rgmii_pins: rgmii-pins {
1447                                 rockchip,pins =
1448                                         /* mac_rxd3 */
1449                                         <2 7  RK_FUNC_1 &pcfg_pull_none>,
1450                                         /* mac_rxd2 */
1451                                         <2 6  RK_FUNC_1 &pcfg_pull_none>,
1452                                         /* mac_txd3 */
1453                                         <2 5  RK_FUNC_1 &pcfg_pull_none_12ma>,
1454                                         /* mac_txd2 */
1455                                         <2 4  RK_FUNC_1 &pcfg_pull_none_12ma>,
1456                                         /* mac_rxd1 */
1457                                         <2 3  RK_FUNC_1 &pcfg_pull_none>,
1458                                         /* mac_rxd0 */
1459                                         <2 2  RK_FUNC_1 &pcfg_pull_none>,
1460                                         /* mac_txd1 */
1461                                         <2 1  RK_FUNC_1 &pcfg_pull_none_12ma>,
1462                                         /* mac_txd0 */
1463                                         <2 0  RK_FUNC_1 &pcfg_pull_none>,
1464                                         /* mac_txclkout */
1465                                         <2 17 RK_FUNC_1 &pcfg_pull_none_12ma>,
1466                                         /* mac_crs */
1467                                         /* <2 15 RK_FUNC_1 &pcfg_pull_none>, */
1468                                         /* mac_rxclkin */
1469                                         <2 14 RK_FUNC_1 &pcfg_pull_none>,
1470                                         /* mac_mdio */
1471                                         <2 13 RK_FUNC_1 &pcfg_pull_none>,
1472                                         /* mac_txen */
1473                                         <2 12 RK_FUNC_1 &pcfg_pull_none_12ma>,
1474                                         /* mac_clk */
1475                                         <2 11 RK_FUNC_1 &pcfg_pull_none>,
1476                                         /* mac_rxer */
1477                                         /* <2 10 RK_FUNC_1 &pcfg_pull_none>, */
1478                                         /* mac_rxdv */
1479                                         <2 9  RK_FUNC_1 &pcfg_pull_none>,
1480                                         /* mac_mdc */
1481                                         <2 8  RK_FUNC_1 &pcfg_pull_none>;
1482                         };
1483
1484                         rmii_pins: rmii-pins {
1485                                 rockchip,pins =
1486                                         /* mac_rxd1 */
1487                                         <2 3  RK_FUNC_1 &pcfg_pull_none>,
1488                                         /* mac_rxd0 */
1489                                         <2 2  RK_FUNC_1 &pcfg_pull_none>,
1490                                         /* mac_txd1 */
1491                                         <2 1  RK_FUNC_1 &pcfg_pull_none>,
1492                                         /* mac_txd0 */
1493                                         <2 0  RK_FUNC_1 &pcfg_pull_none>,
1494                                         /* mac_crs */
1495                                         /* <2 15 RK_FUNC_1 &pcfg_pull_none>, */
1496                                         /* mac_rxclkin */
1497                                         <2 14 RK_FUNC_1 &pcfg_pull_none>,
1498                                         /* mac_mdio */
1499                                         <2 13 RK_FUNC_1 &pcfg_pull_none>,
1500                                         /* mac_txen */
1501                                         <2 12 RK_FUNC_1 &pcfg_pull_none>,
1502                                         /* mac_clk */
1503                                         <2 11 RK_FUNC_1 &pcfg_pull_none>,
1504                                         /* mac_rxer */
1505                                         /* <2 10 RK_FUNC_1 &pcfg_pull_none>, */
1506                                         /* mac_rxdv */
1507                                         <2 9  RK_FUNC_1 &pcfg_pull_none>,
1508                                         /* mac_mdc */
1509                                         <2 8  RK_FUNC_1 &pcfg_pull_none>;
1510                         };
1511                 };
1512
1513                 eth_phy {
1514                         eth_phy_pwr: eth-phy-pwr {
1515                                 rockchip,pins =
1516                                         <0 25 RK_FUNC_GPIO &pcfg_pull_none>;
1517                         };
1518                 };
1519         };
1520
1521         gpu: gpu@ffa30000 {
1522                 compatible = "arm,malit764",
1523                              "arm,malit76x",
1524                              "arm,malit7xx",
1525                              "arm,mali-midgard";
1526
1527                 reg = <0x0 0xffa30000 0 0x10000>;
1528
1529                 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>,
1530                              <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
1531                              <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
1532                 interrupt-names = "GPU", "MMU", "JOB";
1533
1534                 clocks = <&cru ACLK_GPU>;
1535                 clock-names = "clk_mali";
1536                 operating-points-v2 = <&gpu_opp_table>;
1537                 status = "disabled";
1538         };
1539
1540         gpu_opp_table: gpu_opp_table {
1541                 compatible = "operating-points-v2";
1542                 opp-shared;
1543
1544                 opp00 {
1545                         opp-hz = /bits/ 64 <96000000>;
1546                         opp-microvolt = <1150000>;
1547                 };
1548                 opp01 {
1549                         opp-hz = /bits/ 64 <192000000>;
1550                         opp-microvolt = <1150000>;
1551                 };
1552                 opp02 {
1553                         opp-hz = /bits/ 64 <288000000>;
1554                         opp-microvolt = <1150000>;
1555                 };
1556                 opp03 {
1557                         opp-hz = /bits/ 64 <375000000>;
1558                         opp-microvolt = <1150000>;
1559                 };
1560                 opp04 {
1561                         opp-hz = /bits/ 64 <480000000>;
1562                         opp-microvolt = <1150000>;
1563                 };
1564         };
1565 };