ARM64: dts: rk3366: assigned parents for clk_32k
[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 SCLK_32K>,
666                         <&cru DCLK_VOP_FULL>, <&cru DCLK_VOP_LITE>,
667                         <&cru PLL_CPLL>, <&cru PLL_GPLL>,
668                         <&cru PLL_NPLL>, <&cru PLL_MPLL>,
669                         <&cru PLL_WPLL>, <&cru PLL_BPLL>,
670                         <&cru ACLK_VOP_FULL>, <&cru ACLK_VOP_LITE>,
671                         <&cru HCLK_VOP_LITE>,<&cru HCLK_VOP_LITE>;
672                 assigned-clock-rates =
673                         <0>,
674                         <0>, <0>,
675                         <750000000>, <576000000>,
676                         <594000000>, <594000000>,
677                         <960000000>, <520000000>,
678                         <375000000>, <288000000>,
679                         <100000000>, <100000000>;
680                 assigned-clock-parents =
681                         <&cru SCLK_32K_INTR>,
682                         <&cru SCLK_MPLL_SRC>, <&cru PLL_NPLL>;
683         };
684
685         grf: syscon@ff770000 {
686                 compatible = "rockchip,rk3366-grf", "syscon";
687                 reg = <0x0 0xff770000 0x0 0x1000>;
688         };
689
690         wdt: watchdog@ff800000 {
691                 compatible = "snps,dw-wdt";
692                 reg = <0x0 0xff800000 0x0 0x100>;
693                 clocks = <&cru PCLK_WDT>;
694                 interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
695                 status = "disabled";
696         };
697
698         spdif: spdif@ff880000 {
699                 compatible = "rockchip,rk3366-spdif";
700                 reg = <0x0 0xff880000 0x0 0x1000>;
701                 interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>;
702                 dmas = <&dmac_bus 3>;
703                 dma-names = "tx";
704                 clock-names = "hclk", "mclk";
705                 clocks = <&cru HCLK_SPDIF>, <&cru SCLK_SPDIF_8CH>;
706                 pinctrl-names = "default";
707                 pinctrl-0 = <&spdif_bus>;
708                 status = "disabled";
709         };
710
711         i2s_2ch: i2s-2ch@ff890000 {
712                 compatible = "rockchip,rk3366-i2s", "rockchip,rk3066-i2s";
713                 reg = <0x0 0xff890000 0x0 0x1000>;
714                 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
715                 dmas = <&dmac_bus 6>, <&dmac_bus 7>;
716                 dma-names = "tx", "rx";
717                 clock-names = "i2s_hclk", "i2s_clk";
718                 clocks = <&cru HCLK_I2S_2CH>, <&cru SCLK_I2S_2CH>;
719                 status = "disabled";
720         };
721
722         i2s_8ch: i2s-8ch@ff898000 {
723                 compatible = "rockchip,rk3366-i2s", "rockchip,rk3066-i2s";
724                 reg = <0x0 0xff898000 0x0 0x1000>;
725                 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
726                 dmas = <&dmac_bus 0>, <&dmac_bus 1>;
727                 dma-names = "tx", "rx";
728                 clock-names = "i2s_hclk", "i2s_clk";
729                 clocks = <&cru HCLK_I2S_8CH>, <&cru SCLK_I2S_8CH>;
730                 pinctrl-names = "default";
731                 pinctrl-0 = <&i2s_8ch_bus>;
732                 status = "disabled";
733         };
734
735         fb: fb {
736                 compatible = "rockchip,rk-fb";
737                 rockchip,disp-mode = <DUAL>;
738                 status = "disabled";
739         };
740
741         rk_screen: screen {
742                 compatible = "rockchip,screen";
743                 status = "disabled";
744         };
745
746         vop_lite: vop@ff8f0000 {
747                 compatible = "rockchip,rk3366-lcdc-lite";
748                 rockchip,grf = <&grf>;
749                 rockchip,pwr18 = <0>;
750                 rockchip,iommu-enabled = <1>;
751                 reg = <0x0 0xff8f0000 0x0 0x1000>;
752                 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
753                 clocks = <&cru ACLK_VOP_LITE>, <&cru DCLK_VOP_LITE>, <&cru HCLK_VOP_LITE>;
754                 clock-names = "aclk_lcdc", "dclk_lcdc", "hclk_lcdc";
755                 resets = <&cru SRST_VOP1_AXI>, <&cru SRST_VOP1_DCLK>, <&cru SRST_VOP1_AHB>;
756                 reset-names = "axi", "ahb", "dclk";
757                 status = "disabled";
758         };
759
760         vopl_mmu: vopl-mmu {
761                 dbgname = "vop";
762                 compatible = "rockchip,vopl_mmu";
763                 reg = <0x0 0xff8f0f00 0x0 0x100>;
764                 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
765                 interrupt-names = "vopl_mmu";
766                 status = "disabled";
767         };
768
769         iep: iep@ff900000 {
770                 compatible = "rockchip,iep";
771                 iommu_enabled = <1>;
772                 reg = <0x0 0xff900000 0x0 0x800>;
773                 interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
774                 clocks = <&cru ACLK_IEP>, <&cru HCLK_IEP>;
775                 clock-names = "aclk_iep", "hclk_iep";
776                 version = <2>;
777                 status = "disabled";
778         };
779
780         rga: rga@ff920000 {
781                 compatible = "rockchip,rga2";
782                 dev_mode = <1>;
783                 reg = <0x0 0xff920000 0x0 0x1000>;
784                 interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
785                 clocks = <&cru ACLK_RGA>, <&cru HCLK_RGA>, <&cru SCLK_RGA>;
786                 clock-names = "aclk_rga", "hclk_rga", "clk_rga";
787                 status = "disabled";
788         };
789
790         vop_big: vop@ff930000 {
791                 compatible = "rockchip,rk3366-lcdc-big";
792                 rockchip,grf = <&grf>;
793                 rockchip,prop = <PRMRY>;
794                 rockchip,pwr18 = <0>;
795                 rockchip,iommu-enabled = <1>;
796                 reg = <0x0 0xff930000 0x0 0x23f0>;
797                 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
798                 clocks = <&cru ACLK_VOP_FULL>, <&cru DCLK_VOP_FULL>, <&cru HCLK_VOP_FULL>;
799                 clock-names = "aclk_lcdc", "dclk_lcdc", "hclk_lcdc";
800                 resets = <&cru SRST_VOP0_AXI>, <&cru SRST_VOP0_DCLK>, <&cru SRST_VOP0_AHB>;
801                 reset-names = "axi", "ahb", "dclk";
802                 status = "disabled";
803         };
804
805         vopb_mmu: vopb-mmu {
806                 dbgname = "vop";
807                 compatible = "rockchip,vopb_mmu";
808                 reg = <0x0 0xff932400 0x0 0x100>;
809                 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
810                 interrupt-names = "vop_mmu";
811                 status = "disabled";
812         };
813
814         iep_mmu: iep-mmu {
815                 dbgname = "iep";
816                 compatible = "rockchip,iep_mmu";
817                 reg = <0x0 0xff900800 0x0 0x100>;
818                 interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
819                 interrupt-names = "iep_mmu";
820                 status = "disabled";
821         };
822
823         vpu_mmu: vpu_mmu {
824                 dbgname = "vpu";
825                 compatible = "rockchip,vpu_mmu";
826                 reg = <0x0 0xff9a0800 0x0 0x100>;
827                 interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
828                 interrupt-names = "vpu_mmu";
829                 status = "disabled";
830         };
831
832         vdec_mmu: vdec_mmu {
833                 dbgname = "vdec";
834                 compatible = "rockchip,vdec_mmu";
835                 reg = <0x0 0xff9b0480 0x0 0x40>,
836                       <0x0 0xff9b04c0 0x0 0x40>;
837                 interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>;
838                 interrupt-names = "vdec_mmu";
839                 status = "disabled";
840         };
841
842         dsihost0: mipi@ff960000 {
843                 compatible = "rockchip,rk3368-dsi";
844                 rockchip,prop = <0>;
845                 reg = <0x0 0xff960000 0x0 0x4000>, <0x0 0xff968000 0x0 0x4000>;
846                 reg-names = "mipi_dsi_host" ,"mipi_dsi_phy";
847                 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
848                 clocks = <&cru SCLK_MIPIDSI_24M>, <&cru PCLK_DPHYTX>, <&cru PCLK_MIPI_DSI0>;
849                 clock-names = "clk_mipi_24m", "pclk_mipi_dsi", "pclk_mipi_dsi_host";
850                 status = "disabled";
851         };
852
853         lvds: lvds@ff968000 {
854                 compatible = "rockchip,rk3366-lvds";
855                 rockchip,grf = <&grf>;
856                 reg = <0x0 0xff968000 0x0 0x4000>, <0x0 0xff9600a0 0x0 0x20>;
857                 reg-names = "mipi_lvds_phy", "mipi_lvds_ctl";
858                 clocks = <&cru PCLK_DPHYTX>, <&cru PCLK_MIPI_DSI0>;
859                 clock-names = "pclk_lvds", "pclk_lvds_ctl";
860                 status = "disabled";
861         };
862
863         hdmi: hdmi@ff980000 {
864                 compatible = "rockchip,rk3366-hdmi";
865                 reg = <0x0 0xff980000 0x0 0x20000>;
866                 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>,
867                              <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>;
868                 clocks = <&cru PCLK_HDMI_CTRL>,
869                          <&cru SCLK_HDMI_HDCP>,
870                          <&cru SCLK_HDMI_CEC>,
871                          <&cru DCLK_HDMIPHY>;
872                 clock-names = "pclk_hdmi",
873                               "hdcp_clk_hdmi",
874                               "cec_clk_hdmi",
875                               "dclk_hdmi_phy";
876                 resets = <&cru SRST_HDMI>;
877                 reset-names = "hdmi";
878                 pinctrl-names = "default", "gpio";
879                 pinctrl-0 = <&hdmii2c_xfer &hdmi_cec>;
880                 pinctrl-1 = <&i2c5_gpio>;
881                 status = "disabled";
882         };
883
884         vpu: vpu_service@ff9a0000 {
885                 compatible = "rockchip,vpu_service";
886                 rockchip,grf = <&grf>;
887                 iommu_enabled = <1>;
888                 reg = <0x0 0xff9a0000 0x0 0x800>;
889                 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>,
890                         <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
891                 interrupt-names = "irq_dec", "irq_enc";
892                 clocks = <&cru ACLK_VIDEO>, <&cru HCLK_VIDEO>;
893                 clock-names = "aclk_vcodec", "hclk_vcodec";
894                 resets = <&cru SRST_VIDEO_AHB>, <&cru SRST_VIDEO_AXI>;
895                 reset-names = "video_h", "video_a";
896                 name = "vpu_service";
897                 dev_mode = <0>;
898                 status = "disabled";
899         };
900
901         rkvdec: rkvdec@ff9b0000 {
902                 compatible = "rockchip,rkvdec";
903                 rockchip,grf = <&grf>;
904                 iommu_enabled = <1>;
905                 reg = <0x0 0xff9b0000 0x0 0x400>;
906                 interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
907                 interrupt-names = "irq_dec";
908                 clocks = <&cru ACLK_RKVDEC>, <&cru HCLK_RKVDEC>,<&cru SCLK_HEVC_CABAC>,<&cru SCLK_HEVC_CORE>;
909                 clock-names = "aclk_vcodec", "hclk_vcodec", "clk_cabac", "clk_core";
910                 resets = <&cru SRST_RKVDEC_AHB>, <&cru SRST_VIDEO_AXI>;
911                 reset-names = "video_h", "video_a";
912                 dev_mode = <2>;
913                 name = "rkvdec";
914                 status = "disabled";
915         };
916
917         pinctrl: pinctrl {
918                 compatible = "rockchip,rk3366-pinctrl";
919                 rockchip,grf = <&grf>;
920                 rockchip,pmu = <&pmugrf>;
921                 #address-cells = <0x2>;
922                 #size-cells = <0x2>;
923                 ranges;
924
925                 gpio0: gpio0@ff750000 {
926                         compatible = "rockchip,gpio-bank";
927                         reg = <0x0 0xff750000 0x0 0x100>;
928                         clocks = <&cru PCLK_GPIO0>;
929                         interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
930
931                         gpio-controller;
932                         #gpio-cells = <0x2>;
933
934                         interrupt-controller;
935                         #interrupt-cells = <0x2>;
936                 };
937
938                 gpio1: gpio1@ff780000 {
939                         compatible = "rockchip,gpio-bank";
940                         reg = <0x0 0xff758000 0x0 0x100>;
941                         clocks = <&cru PCLK_GPIO1>;
942                         interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
943
944                         gpio-controller;
945                         #gpio-cells = <0x2>;
946
947                         interrupt-controller;
948                         #interrupt-cells = <0x2>;
949                 };
950
951                 gpio2: gpio2@ff790000 {
952                         compatible = "rockchip,gpio-bank";
953                         reg = <0x0 0xff790000 0x0 0x100>;
954                         clocks = <&cru PCLK_GPIO2>;
955                         interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
956
957                         gpio-controller;
958                         #gpio-cells = <0x2>;
959
960                         interrupt-controller;
961                         #interrupt-cells = <0x2>;
962                 };
963
964                 gpio3: gpio3@ff7a0000 {
965                         compatible = "rockchip,gpio-bank";
966                         reg = <0x0 0xff7a0000 0x0 0x100>;
967                         clocks = <&cru PCLK_GPIO3>;
968                         interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
969
970                         gpio-controller;
971                         #gpio-cells = <0x2>;
972
973                         interrupt-controller;
974                         #interrupt-cells = <0x2>;
975                 };
976
977                 gpio4: gpio4@ff7b0000 {
978                         compatible = "rockchip,gpio-bank";
979                         reg = <0x0 0xff7b0000 0x0 0x100>;
980                         clocks = <&cru PCLK_GPIO4>;
981                         interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
982
983                         gpio-controller;
984                         #gpio-cells = <0x2>;
985
986                         interrupt-controller;
987                         #interrupt-cells = <0x2>;
988                 };
989
990                 gpio5: gpio5@ff7c0000 {
991                         compatible = "rockchip,gpio-bank";
992                         reg = <0x0 0xff7c0000 0x0 0x100>;
993                         clocks = <&cru PCLK_GPIO5>;
994                         interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
995
996                         gpio-controller;
997                         #gpio-cells = <0x2>;
998
999                         interrupt-controller;
1000                         #interrupt-cells = <0x2>;
1001                 };
1002
1003                 pcfg_pull_up: pcfg-pull-up {
1004                         bias-pull-up;
1005                 };
1006
1007                 pcfg_pull_down: pcfg-pull-down {
1008                         bias-pull-down;
1009                 };
1010
1011                 pcfg_pull_none: pcfg-pull-none {
1012                         bias-disable;
1013                 };
1014
1015                 pcfg_pull_none_12ma: pcfg-pull-none-12ma {
1016                         bias-disable;
1017                         drive-strength = <12>;
1018                 };
1019
1020                 emmc {
1021                         emmc_clk: emmc-clk {
1022                                 rockchip,pins =
1023                                         <3 4 RK_FUNC_2 &pcfg_pull_none>;
1024                         };
1025
1026                         emmc_cmd: emmc-cmd {
1027                                 rockchip,pins =
1028                                         <2 26 RK_FUNC_2 &pcfg_pull_up>;
1029                         };
1030
1031                         emmc_pwr: emmc-pwr {
1032                                 rockchip,pins =
1033                                         <2 27 RK_FUNC_2 &pcfg_pull_up>;
1034                         };
1035
1036                         emmc_bus1: emmc-bus1 {
1037                                 rockchip,pins =
1038                                         <2 18 RK_FUNC_2 &pcfg_pull_up>;
1039                         };
1040
1041                         emmc_bus4: emmc-bus4 {
1042                                 rockchip,pins =
1043                                         <2 18 RK_FUNC_2 &pcfg_pull_up>,
1044                                         <2 19 RK_FUNC_2 &pcfg_pull_up>,
1045                                         <2 20 RK_FUNC_2 &pcfg_pull_up>,
1046                                         <2 21 RK_FUNC_2 &pcfg_pull_up>;
1047                         };
1048
1049                         emmc_bus8: emmc-bus8 {
1050                                 rockchip,pins =
1051                                         <2 18 RK_FUNC_2 &pcfg_pull_up>,
1052                                         <2 19 RK_FUNC_2 &pcfg_pull_up>,
1053                                         <2 20 RK_FUNC_2 &pcfg_pull_up>,
1054                                         <2 21 RK_FUNC_2 &pcfg_pull_up>,
1055                                         <2 22 RK_FUNC_2 &pcfg_pull_up>,
1056                                         <2 23 RK_FUNC_2 &pcfg_pull_up>,
1057                                         <2 24 RK_FUNC_2 &pcfg_pull_up>,
1058                                         <2 25 RK_FUNC_2 &pcfg_pull_up>;
1059                         };
1060                 };
1061
1062                 sdmmc {
1063                         sdmmc_cd: sdmmc-cd {
1064                                 rockchip,pins = <0 9 RK_FUNC_1 &pcfg_pull_up>;
1065                         };
1066
1067                         sdmmc_bus1: sdmmc-bus1 {
1068                                 rockchip,pins = <5 0 RK_FUNC_1 &pcfg_pull_up>;
1069                         };
1070
1071                         sdmmc_bus4: sdmmc-bus4 {
1072                                 rockchip,pins = <5 0 RK_FUNC_1 &pcfg_pull_up>,
1073                                                 <5 1 RK_FUNC_1 &pcfg_pull_up>,
1074                                                 <5 2 RK_FUNC_1 &pcfg_pull_up>,
1075                                                 <5 3 RK_FUNC_1 &pcfg_pull_up>;
1076                         };
1077
1078                         sdmmc_clk: sdmmc-clk {
1079                                 rockchip,pins = <5 4 RK_FUNC_1 &pcfg_pull_none>;
1080                         };
1081
1082                         sdmmc_cmd: sdmmc-cmd {
1083                                 rockchip,pins = <5 5 RK_FUNC_1 &pcfg_pull_up>;
1084                         };
1085                 };
1086
1087                 sdio {
1088                         sdio_bus1: sdio-bus1 {
1089                                 rockchip,pins = <3 12 RK_FUNC_1 &pcfg_pull_up>;
1090                         };
1091
1092                         sdio_bus4: sdio-bus4 {
1093                                 rockchip,pins = <3 12 RK_FUNC_1 &pcfg_pull_up>,
1094                                                 <3 13 RK_FUNC_1 &pcfg_pull_up>,
1095                                                 <3 14 RK_FUNC_1 &pcfg_pull_up>,
1096                                                 <3 15 RK_FUNC_1 &pcfg_pull_up>;
1097                         };
1098
1099                         sdio_cmd: sdio-cmd {
1100                                 rockchip,pins = <3 16 RK_FUNC_1 &pcfg_pull_up>;
1101                         };
1102
1103                         sdio_clk: sdio-clk {
1104                                 rockchip,pins = <3 17 RK_FUNC_1 &pcfg_pull_none>;
1105                         };
1106
1107                         sdio_cd: sdio-cd {
1108                                 rockchip,pins = <3 18 RK_FUNC_1 &pcfg_pull_up>;
1109                         };
1110
1111                         sdio_wp: sdio-wp {
1112                                 rockchip,pins = <3 19 RK_FUNC_1 &pcfg_pull_up>;
1113                         };
1114
1115                         sdio_int: sdio-int {
1116                                 rockchip,pins = <3 20 RK_FUNC_1 &pcfg_pull_up>;
1117                         };
1118
1119                         sdio_pwr: sdio-pwr {
1120                                 rockchip,pins = <3 21 RK_FUNC_1 &pcfg_pull_up>;
1121                         };
1122                 };
1123
1124                 hdmi_i2c {
1125                         hdmii2c_xfer: hdmii2c-xfer {
1126                                 rockchip,pins =
1127                                         <5 13 RK_FUNC_2 &pcfg_pull_none>,
1128                                         <5 14 RK_FUNC_2 &pcfg_pull_none>;
1129                         };
1130                 };
1131
1132                 hdmi_pin {
1133                         hdmi_cec: hdmi-cec {
1134                                 rockchip,pins =
1135                                         <5 12 RK_FUNC_1 &pcfg_pull_none>;
1136                         };
1137                 };
1138
1139                 i2c0 {
1140                         i2c0_xfer: i2c0-xfer {
1141                                 rockchip,pins =
1142                                         <0 3 RK_FUNC_1 &pcfg_pull_none>,
1143                                         <0 4 RK_FUNC_1 &pcfg_pull_none>;
1144                         };
1145                 };
1146
1147                 i2c1 {
1148                         i2c1_xfer: i2c1-xfer {
1149                                 rockchip,pins =
1150                                         <4 25 RK_FUNC_1 &pcfg_pull_none>,
1151                                         <4 26 RK_FUNC_1 &pcfg_pull_none>;
1152                         };
1153                 };
1154
1155                 i2c2 {
1156                         i2c2_xfer: i2c2-xfer {
1157                                 rockchip,pins =
1158                                         <5 15 RK_FUNC_2 &pcfg_pull_none>,
1159                                         <5 16 RK_FUNC_2 &pcfg_pull_none>;
1160                         };
1161
1162                         i2c2_gpio: i2c2-gpio {
1163                                 rockchip,pins =
1164                                         <5 15 RK_FUNC_GPIO &pcfg_pull_none>,
1165                                         <5 16 RK_FUNC_GPIO &pcfg_pull_none>;
1166                         };
1167                 };
1168
1169                 i2c3 {
1170                         i2c3_xfer: i2c3-xfer {
1171                                 rockchip,pins =
1172                                         <2 16 RK_FUNC_2 &pcfg_pull_none>,
1173                                         <2 17 RK_FUNC_2 &pcfg_pull_none>;
1174                         };
1175                 };
1176
1177                 i2c4 {
1178                         i2c4_xfer: i2c4-xfer {
1179                                 rockchip,pins =
1180                                         <5 8 RK_FUNC_1 &pcfg_pull_none>,
1181                                         <5 9 RK_FUNC_1 &pcfg_pull_none>;
1182                         };
1183
1184                         i2c4_gpio: i2c4-gpio {
1185                                 rockchip,pins =
1186                                         <5 8 RK_FUNC_GPIO &pcfg_pull_none>,
1187                                         <5 9 RK_FUNC_GPIO &pcfg_pull_none>;
1188                         };
1189                 };
1190
1191                 i2c5 {
1192                         i2c5_xfer: i2c5-xfer {
1193                                 rockchip,pins =
1194                                         <5 13 RK_FUNC_1 &pcfg_pull_none>,
1195                                         <5 14 RK_FUNC_1 &pcfg_pull_none>;
1196                         };
1197                         i2c5_gpio: i2c5-gpio {
1198                                 rockchip,pins =
1199                                         <5 13 RK_FUNC_GPIO &pcfg_pull_none>,
1200                                         <5 14 RK_FUNC_GPIO &pcfg_pull_none>;
1201                         };
1202                 };
1203
1204                 i2s {
1205                         i2s_8ch_bus: i2s-8ch-bus {
1206                                 rockchip,pins =
1207                                         <4 16 RK_FUNC_1 &pcfg_pull_none>,
1208                                         <4 17 RK_FUNC_1 &pcfg_pull_none>,
1209                                         <4 18 RK_FUNC_1 &pcfg_pull_none>,
1210                                         <4 19 RK_FUNC_1 &pcfg_pull_none>,
1211                                         <4 20 RK_FUNC_1 &pcfg_pull_none>,
1212                                         <4 21 RK_FUNC_1 &pcfg_pull_none>,
1213                                         <4 22 RK_FUNC_1 &pcfg_pull_none>,
1214                                         <4 23 RK_FUNC_1 &pcfg_pull_none>,
1215                                         <4 24 RK_FUNC_1 &pcfg_pull_none>;
1216                         };
1217                 };
1218
1219                 spdif {
1220                         spdif_bus: spdif-bus {
1221                                 rockchip,pins =
1222                                         <5 19 RK_FUNC_1 &pcfg_pull_none>;
1223                         };
1224                 };
1225
1226                 spi0 {
1227                         spi0_clk: spi0-clk {
1228                                 rockchip,pins =
1229                                         <2 29 RK_FUNC_2 &pcfg_pull_up>;
1230                         };
1231                         spi0_cs0: spi0-cs0 {
1232                                 rockchip,pins =
1233                                         <2 24 RK_FUNC_3 &pcfg_pull_up>;
1234                         };
1235                         spi0_cs1: spi0-cs1 {
1236                                 rockchip,pins =
1237                                         <2 25 RK_FUNC_3 &pcfg_pull_up>;
1238                         };
1239                         spi0_tx: spi0-tx {
1240                                 rockchip,pins =
1241                                         <2 23 RK_FUNC_3 &pcfg_pull_up>;
1242                         };
1243                         spi0_rx: spi0-rx {
1244                                 rockchip,pins =
1245                                         <2 22 RK_FUNC_3 &pcfg_pull_up>;
1246                         };
1247                 };
1248
1249                 spi1 {
1250                         spi1_clk: spi1-clk {
1251                                 rockchip,pins =
1252                                         <2 4 RK_FUNC_3 &pcfg_pull_up>;
1253                         };
1254                         spi1_cs0: spi1-cs0 {
1255                                 rockchip,pins =
1256                                         <2 5 RK_FUNC_3 &pcfg_pull_up>;
1257                         };
1258                         spi1_tx: spi1-tx {
1259                                 rockchip,pins =
1260                                         <2 6 RK_FUNC_3 &pcfg_pull_up>;
1261                         };
1262                         spi1_rx: spi1-rx {
1263                                 rockchip,pins =
1264                                         <2 7 RK_FUNC_3 &pcfg_pull_up>;
1265                         };
1266                 };
1267
1268                 scr {
1269                         scr_clk: scr-clk {
1270                                 rockchip,pins =
1271                                         <5 8 RK_FUNC_2 &pcfg_pull_none>;
1272                         };
1273
1274                         scr_io: scr-io {
1275                                 rockchip,pins =
1276                                         <5 9 RK_FUNC_2 &pcfg_pull_up>;
1277                         };
1278
1279                         scr_rst: scr-rst {
1280                                 rockchip,pins =
1281                                         <5 10 RK_FUNC_1 &pcfg_pull_none>;
1282                         };
1283
1284                         scr_detect: scr-detect {
1285                                 rockchip,pins =
1286                                         <5 11 RK_FUNC_1 &pcfg_pull_none>;
1287                         };
1288                 };
1289
1290                 uart0 {
1291                         uart0_xfer: uart0-xfer {
1292                                 rockchip,pins =
1293                                         <3 8 RK_FUNC_1 &pcfg_pull_up>,
1294                                         <3 9 RK_FUNC_1 &pcfg_pull_none>;
1295                         };
1296
1297                         uart0_cts: uart0-cts {
1298                                 rockchip,pins =
1299                                         <3 10 RK_FUNC_1 &pcfg_pull_none>;
1300                         };
1301
1302                         uart0_rts: uart0-rts {
1303                                 rockchip,pins =
1304                                         <3 11 RK_FUNC_1 &pcfg_pull_none>;
1305                         };
1306                 };
1307
1308                 uart2_t0 {
1309                         uart2_t0_xfer: uart2_t0-xfer {
1310                                 rockchip,pins =
1311                                         <0 22 RK_FUNC_1 &pcfg_pull_up>,
1312                                         <0 21 RK_FUNC_1 &pcfg_pull_none>;
1313                         };
1314                         /* no rts / cts for uart2 */
1315                 };
1316
1317                 uart2_t1 {
1318                         uart2_t1_xfer: uart2_t1-xfer {
1319                                 rockchip,pins =
1320                                         <5 0 RK_FUNC_2 &pcfg_pull_up>,
1321                                         <5 1 RK_FUNC_2 &pcfg_pull_none>;
1322                         };
1323                         /* no rts / cts for uart2 */
1324                 };
1325
1326                 uart2_t2 {
1327                         uart2_t2_xfer: uart2_t2-xfer {
1328                                 rockchip,pins =
1329                                         <5 14 RK_FUNC_3 &pcfg_pull_up>,
1330                                         <5 13 RK_FUNC_3 &pcfg_pull_none>;
1331                         };
1332                         /* no rts / cts for uart2 */
1333                 };
1334
1335                 uart3 {
1336                         uart3_xfer: uart3-xfer {
1337                                 rockchip,pins =
1338                                         <5 15 RK_FUNC_1 &pcfg_pull_up>,
1339                                         <5 16 RK_FUNC_1 &pcfg_pull_none>;
1340                         };
1341
1342                         uart3_cts: uart3-cts {
1343                                 rockchip,pins =
1344                                         <5 17 RK_FUNC_1 &pcfg_pull_none>;
1345                         };
1346
1347                         uart3_rts: uart3-rts {
1348                                 rockchip,pins =
1349                                         <5 18 RK_FUNC_1 &pcfg_pull_none>;
1350                         };
1351                 };
1352
1353                 pwm0 {
1354                         pwm0_pin: pwm0-pin {
1355                                 rockchip,pins =
1356                                         <0 8 RK_FUNC_1 &pcfg_pull_none>;
1357                         };
1358                 };
1359
1360                 pwm1 {
1361                         pwm1_pin: pwm1-pin {
1362                                 rockchip,pins =
1363                                         <1 6 RK_FUNC_2 &pcfg_pull_none>;
1364                         };
1365                 };
1366
1367                 pwm2_t0 {
1368                         pwm2_t0_pin: pwm2_t0-pin {
1369                                 rockchip,pins =
1370                                         <2 15 RK_FUNC_3 &pcfg_pull_none>;
1371                         };
1372                 };
1373
1374                 pwm2_t1 {
1375                         pwm2_t1_pin: pwm2_t1-pin {
1376                                 rockchip,pins =
1377                                         <5 17 RK_FUNC_2 &pcfg_pull_none>;
1378                         };
1379                 };
1380
1381                 pwm3_t0 {
1382                         pwm3_t0_pin: pwm3_t0-pin {
1383                                 rockchip,pins =
1384                                         <1 0 RK_FUNC_2 &pcfg_pull_none>;
1385                         };
1386                 };
1387
1388                 pwm3_t1 {
1389                         pwm3_t1_pin: pwm3_t1-pin {
1390                                 rockchip,pins =
1391                                         <0 21 RK_FUNC_2 &pcfg_pull_none>;
1392                         };
1393                 };
1394
1395                 pwm3_t2 {
1396                         pwm3_t2_pin: pwm3_t2-pin {
1397                                 rockchip,pins =
1398                                         <5 18 RK_FUNC_2 &pcfg_pull_none>;
1399                         };
1400                 };
1401
1402                 lcdc {
1403                         lcdc_lcdc: lcdc-lcdc {
1404                                 rockchip,pins =
1405                                         <0 24 RK_FUNC_2 &pcfg_pull_none>, /* HSYNC */
1406                                         <0 25 RK_FUNC_2 &pcfg_pull_none>, /* VSYNC */
1407                                         <0 26 RK_FUNC_1 &pcfg_pull_none>, /* LCDC_D10 */
1408                                         <0 27 RK_FUNC_1 &pcfg_pull_none>, /* LCDC_D11 */
1409                                         <0 28 RK_FUNC_1 &pcfg_pull_none>, /* LCDC_D12 */
1410                                         <0 29 RK_FUNC_1 &pcfg_pull_none>, /* LCDC_D13 */
1411                                         <0 30 RK_FUNC_1 &pcfg_pull_none>, /* LCDC_D14 */
1412                                         <0 31 RK_FUNC_1 &pcfg_pull_none>, /* LCDC_D15 */
1413                                         <1 0  RK_FUNC_1 &pcfg_pull_none>, /* LCDC_D16 */
1414                                         <1 1  RK_FUNC_1 &pcfg_pull_none>, /* LCDC_D17 */
1415                                         <1 2  RK_FUNC_1 &pcfg_pull_none>, /* LCDC_D18 */
1416                                         <1 3  RK_FUNC_1 &pcfg_pull_none>, /* LCDC_D19 */
1417                                         <1 4  RK_FUNC_1 &pcfg_pull_none>, /* LCDC_D20 */
1418                                         <1 5  RK_FUNC_1 &pcfg_pull_none>, /* LCDC_D21 */
1419                                         <1 6  RK_FUNC_1 &pcfg_pull_none>, /* LCDC_D22 */
1420                                         <1 7  RK_FUNC_1 &pcfg_pull_none>, /* LCDC_D23 */
1421                                         <1 8  RK_FUNC_1 &pcfg_pull_none>, /* DEN */
1422                                         <1 9  RK_FUNC_1 &pcfg_pull_none>; /* DCLK */
1423                         };
1424
1425                         lcdc_gpio: lcdc-gpio {
1426                                 rockchip,pins =
1427                                         <0 24 RK_FUNC_GPIO &pcfg_pull_none>, /* HSYNC */
1428                                         <0 25 RK_FUNC_GPIO &pcfg_pull_none>, /* VSYNC */
1429                                         <0 26 RK_FUNC_GPIO &pcfg_pull_none>, /* LCDC_D10 */
1430                                         <0 27 RK_FUNC_GPIO &pcfg_pull_none>, /* LCDC_D11 */
1431                                         <0 28 RK_FUNC_GPIO &pcfg_pull_none>, /* LCDC_D12 */
1432                                         <0 29 RK_FUNC_GPIO &pcfg_pull_none>, /* LCDC_D13 */
1433                                         <0 30 RK_FUNC_GPIO &pcfg_pull_none>, /* LCDC_D14 */
1434                                         <0 31 RK_FUNC_GPIO &pcfg_pull_none>, /* LCDC_D15 */
1435                                         <1 0  RK_FUNC_GPIO &pcfg_pull_none>, /* LCDC_D16 */
1436                                         <1 1  RK_FUNC_GPIO &pcfg_pull_none>, /* LCDC_D17 */
1437                                         <1 2  RK_FUNC_GPIO &pcfg_pull_none>, /* LCDC_D18 */
1438                                         <1 3  RK_FUNC_GPIO &pcfg_pull_none>, /* LCDC_D19 */
1439                                         <1 4  RK_FUNC_GPIO &pcfg_pull_none>, /* LCDC_D20 */
1440                                         <1 5  RK_FUNC_GPIO &pcfg_pull_none>, /* LCDC_D21 */
1441                                         <1 6  RK_FUNC_GPIO &pcfg_pull_none>, /* LCDC_D22 */
1442                                         <1 7  RK_FUNC_GPIO &pcfg_pull_none>, /* LCDC_D23 */
1443                                         <1 8  RK_FUNC_GPIO &pcfg_pull_none>, /* DEN */
1444                                         <1 9  RK_FUNC_GPIO &pcfg_pull_none>; /* DCLK */
1445                         };
1446                 };
1447
1448                 gmac {
1449                         rgmii_pins: rgmii-pins {
1450                                 rockchip,pins =
1451                                         /* mac_rxd3 */
1452                                         <2 7  RK_FUNC_1 &pcfg_pull_none>,
1453                                         /* mac_rxd2 */
1454                                         <2 6  RK_FUNC_1 &pcfg_pull_none>,
1455                                         /* mac_txd3 */
1456                                         <2 5  RK_FUNC_1 &pcfg_pull_none_12ma>,
1457                                         /* mac_txd2 */
1458                                         <2 4  RK_FUNC_1 &pcfg_pull_none_12ma>,
1459                                         /* mac_rxd1 */
1460                                         <2 3  RK_FUNC_1 &pcfg_pull_none>,
1461                                         /* mac_rxd0 */
1462                                         <2 2  RK_FUNC_1 &pcfg_pull_none>,
1463                                         /* mac_txd1 */
1464                                         <2 1  RK_FUNC_1 &pcfg_pull_none_12ma>,
1465                                         /* mac_txd0 */
1466                                         <2 0  RK_FUNC_1 &pcfg_pull_none>,
1467                                         /* mac_txclkout */
1468                                         <2 17 RK_FUNC_1 &pcfg_pull_none_12ma>,
1469                                         /* mac_crs */
1470                                         /* <2 15 RK_FUNC_1 &pcfg_pull_none>, */
1471                                         /* mac_rxclkin */
1472                                         <2 14 RK_FUNC_1 &pcfg_pull_none>,
1473                                         /* mac_mdio */
1474                                         <2 13 RK_FUNC_1 &pcfg_pull_none>,
1475                                         /* mac_txen */
1476                                         <2 12 RK_FUNC_1 &pcfg_pull_none_12ma>,
1477                                         /* mac_clk */
1478                                         <2 11 RK_FUNC_1 &pcfg_pull_none>,
1479                                         /* mac_rxer */
1480                                         /* <2 10 RK_FUNC_1 &pcfg_pull_none>, */
1481                                         /* mac_rxdv */
1482                                         <2 9  RK_FUNC_1 &pcfg_pull_none>,
1483                                         /* mac_mdc */
1484                                         <2 8  RK_FUNC_1 &pcfg_pull_none>;
1485                         };
1486
1487                         rmii_pins: rmii-pins {
1488                                 rockchip,pins =
1489                                         /* mac_rxd1 */
1490                                         <2 3  RK_FUNC_1 &pcfg_pull_none>,
1491                                         /* mac_rxd0 */
1492                                         <2 2  RK_FUNC_1 &pcfg_pull_none>,
1493                                         /* mac_txd1 */
1494                                         <2 1  RK_FUNC_1 &pcfg_pull_none>,
1495                                         /* mac_txd0 */
1496                                         <2 0  RK_FUNC_1 &pcfg_pull_none>,
1497                                         /* mac_crs */
1498                                         /* <2 15 RK_FUNC_1 &pcfg_pull_none>, */
1499                                         /* mac_rxclkin */
1500                                         <2 14 RK_FUNC_1 &pcfg_pull_none>,
1501                                         /* mac_mdio */
1502                                         <2 13 RK_FUNC_1 &pcfg_pull_none>,
1503                                         /* mac_txen */
1504                                         <2 12 RK_FUNC_1 &pcfg_pull_none>,
1505                                         /* mac_clk */
1506                                         <2 11 RK_FUNC_1 &pcfg_pull_none>,
1507                                         /* mac_rxer */
1508                                         /* <2 10 RK_FUNC_1 &pcfg_pull_none>, */
1509                                         /* mac_rxdv */
1510                                         <2 9  RK_FUNC_1 &pcfg_pull_none>,
1511                                         /* mac_mdc */
1512                                         <2 8  RK_FUNC_1 &pcfg_pull_none>;
1513                         };
1514                 };
1515
1516                 eth_phy {
1517                         eth_phy_pwr: eth-phy-pwr {
1518                                 rockchip,pins =
1519                                         <0 25 RK_FUNC_GPIO &pcfg_pull_none>;
1520                         };
1521                 };
1522         };
1523
1524         gpu: gpu@ffa30000 {
1525                 compatible = "arm,malit764",
1526                              "arm,malit76x",
1527                              "arm,malit7xx",
1528                              "arm,mali-midgard";
1529
1530                 reg = <0x0 0xffa30000 0 0x10000>;
1531
1532                 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>,
1533                              <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
1534                              <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
1535                 interrupt-names = "GPU", "MMU", "JOB";
1536
1537                 clocks = <&cru ACLK_GPU>;
1538                 clock-names = "clk_mali";
1539                 operating-points-v2 = <&gpu_opp_table>;
1540                 status = "disabled";
1541         };
1542
1543         gpu_opp_table: gpu_opp_table {
1544                 compatible = "operating-points-v2";
1545                 opp-shared;
1546
1547                 opp00 {
1548                         opp-hz = /bits/ 64 <96000000>;
1549                         opp-microvolt = <1150000>;
1550                 };
1551                 opp01 {
1552                         opp-hz = /bits/ 64 <192000000>;
1553                         opp-microvolt = <1150000>;
1554                 };
1555                 opp02 {
1556                         opp-hz = /bits/ 64 <288000000>;
1557                         opp-microvolt = <1150000>;
1558                 };
1559                 opp03 {
1560                         opp-hz = /bits/ 64 <375000000>;
1561                         opp-microvolt = <1150000>;
1562                 };
1563                 opp04 {
1564                         opp-hz = /bits/ 64 <480000000>;
1565                         opp-microvolt = <1150000>;
1566                 };
1567         };
1568 };