include: dt-bindings: Add GPIO pin index definition for rockchip pinctrl
[firefly-linux-kernel-4.4.55.git] / arch / arm64 / boot / dts / rockchip / rk3328.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/rk3328-cru.h>
44 #include <dt-bindings/gpio/gpio.h>
45 #include <dt-bindings/interrupt-controller/arm-gic.h>
46 #include <dt-bindings/interrupt-controller/irq.h>
47 #include <dt-bindings/pinctrl/rockchip.h>
48 #include <dt-bindings/soc/rockchip,boot-mode.h>
49 #include <dt-bindings/power/rk3328-power.h>
50 #include <dt-bindings/thermal/thermal.h>
51
52 / {
53         compatible = "rockchip,rk3328";
54
55         interrupt-parent = <&gic>;
56         #address-cells = <2>;
57         #size-cells = <2>;
58
59         aliases {
60                 serial0 = &uart0;
61                 serial1 = &uart1;
62                 serial2 = &uart2;
63                 i2c0 = &i2c0;
64                 i2c1 = &i2c1;
65                 i2c2 = &i2c2;
66                 i2c3 = &i2c3;
67         };
68
69         cpus {
70                 #address-cells = <2>;
71                 #size-cells = <0>;
72
73                 cpu0: cpu@0 {
74                         device_type = "cpu";
75                         compatible = "arm,cortex-a53", "arm,armv8";
76                         reg = <0x0 0x0>;
77                         enable-method = "psci";
78                         clocks = <&cru ARMCLK>;
79                         #cooling-cells = <2>; /* min followed by max */
80                         dynamic-power-coefficient = <120>;
81                         operating-points-v2 = <&cpu0_opp_table>;
82                 };
83                 cpu1: cpu@1 {
84                         device_type = "cpu";
85                         compatible = "arm,cortex-a53", "arm,armv8";
86                         reg = <0x0 0x1>;
87                         enable-method = "psci";
88                         operating-points-v2 = <&cpu0_opp_table>;
89                 };
90                 cpu2: cpu@2 {
91                         device_type = "cpu";
92                         compatible = "arm,cortex-a53", "arm,armv8";
93                         reg = <0x0 0x2>;
94                         enable-method = "psci";
95                         operating-points-v2 = <&cpu0_opp_table>;
96                 };
97                 cpu3: cpu@3 {
98                         device_type = "cpu";
99                         compatible = "arm,cortex-a53", "arm,armv8";
100                         reg = <0x0 0x3>;
101                         enable-method = "psci";
102                         operating-points-v2 = <&cpu0_opp_table>;
103                 };
104         };
105
106         cpu0_opp_table: opp_table0 {
107                 compatible = "operating-points-v2";
108                 opp-shared;
109
110                 opp@408000000 {
111                         opp-hz = /bits/ 64 <408000000>;
112                         opp-microvolt = <950000>;
113                         clock-latency-ns = <40000>;
114                         opp-suspend;
115                 };
116                 opp@600000000 {
117                         opp-hz = /bits/ 64 <600000000>;
118                         opp-microvolt = <950000>;
119                         clock-latency-ns = <40000>;
120                 };
121                 opp@816000000 {
122                         opp-hz = /bits/ 64 <816000000>;
123                         opp-microvolt = <1000000>;
124                         clock-latency-ns = <40000>;
125                 };
126                 opp@1008000000 {
127                         opp-hz = /bits/ 64 <1008000000>;
128                         opp-microvolt = <1100000>;
129                         clock-latency-ns = <40000>;
130                 };
131                 opp@1200000000 {
132                         opp-hz = /bits/ 64 <1200000000>;
133                         opp-microvolt = <1225000>;
134                         clock-latency-ns = <40000>;
135                 };
136                 opp@1296000000 {
137                         opp-hz = /bits/ 64 <1296000000>;
138                         opp-microvolt = <1300000>;
139                         clock-latency-ns = <40000>;
140                 };
141         };
142
143         arm-pmu {
144                 compatible = "arm,cortex-a53-pmu";
145                 interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>,
146                              <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>,
147                              <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>,
148                              <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
149                 interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
150         };
151
152         psci {
153                 compatible = "arm,psci-1.0";
154                 method = "smc";
155         };
156
157         timer {
158                 compatible = "arm,armv8-timer";
159                 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
160                              <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
161                              <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
162                              <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
163         };
164
165         xin24m: xin24m {
166                 compatible = "fixed-clock";
167                 #clock-cells = <0>;
168                 clock-frequency = <24000000>;
169                 clock-output-names = "xin24m";
170         };
171
172         i2s0: i2s@ff000000 {
173                 compatible = "rockchip,rk3328-i2s", "rockchip,rk3066-i2s";
174                 reg = <0x0 0xff000000 0x0 0x1000>;
175                 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
176                 clocks = <&cru SCLK_I2S0>, <&cru HCLK_I2S0_8CH>;
177                 clock-names = "i2s_clk", "i2s_hclk";
178                 dmas = <&dmac 11>, <&dmac 12>;
179                 #dma-cells = <2>;
180                 dma-names = "tx", "rx";
181                 status = "disabled";
182         };
183
184         i2s1: i2s@ff010000 {
185                 compatible = "rockchip,rk3328-i2s", "rockchip,rk3066-i2s";
186                 reg = <0x0 0xff010000 0x0 0x1000>;
187                 interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
188                 clocks = <&cru SCLK_I2S1>, <&cru HCLK_I2S1_8CH>;
189                 clock-names = "i2s_clk", "i2s_hclk";
190                 dmas = <&dmac 14>, <&dmac 15>;
191                 #dma-cells = <2>;
192                 dma-names = "tx", "rx";
193                 status = "disabled";
194         };
195
196         i2s2: i2s@ff020000 {
197                 compatible = "rockchip,rk3328-i2s", "rockchip,rk3066-i2s";
198                 reg = <0x0 0xff020000 0x0 0x1000>;
199                 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
200                 clocks = <&cru SCLK_I2S2>, <&cru HCLK_I2S2_2CH>;
201                 clock-names = "i2s_clk", "i2s_hclk";
202                 dmas = <&dmac 0>, <&dmac 1>;
203                 #dma-cells = <2>;
204                 dma-names = "tx", "rx";
205                 pinctrl-names = "default", "sleep";
206                 pinctrl-0 = <&i2s2m0_mclk
207                              &i2s2m0_sclk
208                              &i2s2m0_lrcktx
209                              &i2s2m0_lrckrx
210                              &i2s2m0_sdo
211                              &i2s2m0_sdi>;
212                 pinctrl-1 = <&i2s2m0_sleep>;
213                 status = "disabled";
214         };
215
216         spdif: spdif@ff030000 {
217                 compatible = "rockchip,rk3328-spdif";
218                 reg = <0x0 0xff030000 0x0 0x1000>;
219                 interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
220                 clocks = <&cru SCLK_SPDIF>, <&cru HCLK_SPDIF_8CH>;
221                 clock-names = "mclk", "hclk";
222                 dmas = <&dmac 10>;
223                 #dma-cells = <1>;
224                 dma-names = "tx";
225                 pinctrl-names = "default";
226                 pinctrl-0 = <&spdifm2_tx>;
227                 status = "disabled";
228         };
229
230         grf: syscon@ff100000 {
231                 compatible = "rockchip,rk3328-grf", "syscon", "simple-mfd";
232                 reg = <0x0 0xff100000 0x0 0x1000>;
233                 #address-cells = <1>;
234                 #size-cells = <1>;
235
236                 io_domains: io-domains {
237                         compatible = "rockchip,rk3328-io-voltage-domain";
238                         status = "disabled";
239                 };
240
241                 power: power-controller {
242                         compatible = "rockchip,rk3328-power-controller";
243                         #power-domain-cells = <1>;
244                         #address-cells = <1>;
245                         #size-cells = <0>;
246                         status = "disabled";
247
248                         pd_hevc@RK3328_PD_HEVC {
249                                 reg = <RK3328_PD_HEVC>;
250                         };
251                         pd_video@RK3328_PD_VIDEO {
252                                 reg = <RK3328_PD_VIDEO>;
253                         };
254                         pd_vpu@RK3328_PD_VPU {
255                                 reg = <RK3328_PD_VPU>;
256                         };
257                 };
258
259                 reboot-mode {
260                         compatible = "syscon-reboot-mode";
261                         offset = <0x5c8>;
262                         mode-bootloader = <BOOT_BL_DOWNLOAD>;
263                         mode-charge = <BOOT_CHARGING>;
264                         mode-fastboot = <BOOT_FASTBOOT>;
265                         mode-loader = <BOOT_BL_DOWNLOAD>;
266                         mode-normal = <BOOT_NORMAL>;
267                         mode-recovery = <BOOT_RECOVERY>;
268                         mode-ums = <BOOT_UMS>;
269                 };
270         };
271
272         thermal-zones {
273                 soc_thermal: soc-thermal {
274                         polling-delay-passive = <20>; /* milliseconds */
275                         polling-delay = <1000>; /* milliseconds */
276                         sustainable-power = <1000>; /* milliwatts */
277
278                         thermal-sensors = <&tsadc 0>;
279
280                         trips {
281                                 threshold: trip-point@0 {
282                                         temperature = <70000>; /* millicelsius */
283                                         hysteresis = <2000>; /* millicelsius */
284                                         type = "passive";
285                                 };
286                                 target: trip-point@1 {
287                                         temperature = <85000>; /* millicelsius */
288                                         hysteresis = <2000>; /* millicelsius */
289                                         type = "passive";
290                                 };
291                                 soc_crit: soc-crit {
292                                         temperature = <95000>; /* millicelsius */
293                                         hysteresis = <2000>; /* millicelsius */
294                                         type = "critical";
295                                 };
296                         };
297
298                         cooling-maps {
299                                 map0 {
300                                         trip = <&target>;
301                                         cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
302                                         contribution = <4096>;
303                                 };
304                         };
305                 };
306
307         };
308
309         tsadc: tsadc@ff250000 {
310                 compatible = "rockchip,rk3328-tsadc";
311                 reg = <0x0 0xff250000 0x0 0x100>;
312                 interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH 0>;
313                 rockchip,grf = <&grf>;
314                 clocks = <&cru SCLK_TSADC>, <&cru PCLK_TSADC>;
315                 clock-names = "tsadc", "apb_pclk";
316                 assigned-clocks = <&cru SCLK_TSADC>;
317                 assigned-clock-rates = <50000>;
318                 resets = <&cru SRST_TSADC>;
319                 reset-names = "tsadc-apb";
320                 pinctrl-names = "init", "default", "sleep";
321                 pinctrl-0 = <&otp_gpio>;
322                 pinctrl-1 = <&otp_out>;
323                 pinctrl-2 = <&otp_gpio>;
324                 #thermal-sensor-cells = <1>;
325                 rockchip,hw-tshut-temp = <100000>;
326                 status = "disabled";
327         };
328
329         uart0: serial@ff110000 {
330                 compatible = "rockchip,rk3328-uart", "snps,dw-apb-uart";
331                 reg = <0x0 0xff110000 0x0 0x100>;
332                 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
333                 clocks = <&cru SCLK_UART0>, <&cru PCLK_UART0>;
334                 clock-names = "baudclk", "apb_pclk";
335                 reg-shift = <2>;
336                 reg-io-width = <4>;
337                 dmas = <&dmac 2>, <&dmac 3>;
338                 #dma-cells = <2>;
339                 pinctrl-names = "default";
340                 pinctrl-0 = <&uart0_xfer &uart0_cts &uart0_rts>;
341                 status = "disabled";
342         };
343
344         uart1: serial@ff120000 {
345                 compatible = "rockchip,rk3328-uart", "snps,dw-apb-uart";
346                 reg = <0x0 0xff120000 0x0 0x100>;
347                 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
348                 clocks = <&cru SCLK_UART1>, <&cru PCLK_UART1>;
349                 clock-names = "sclk_uart", "pclk_uart";
350                 reg-shift = <2>;
351                 reg-io-width = <4>;
352                 dmas = <&dmac 4>, <&dmac 5>;
353                 #dma-cells = <2>;
354                 pinctrl-names = "default";
355                 pinctrl-0 = <&uart1_xfer &uart1_cts &uart1_rts>;
356                 status = "disabled";
357         };
358
359         uart2: serial@ff130000 {
360                 compatible = "rockchip,rk3328-uart", "snps,dw-apb-uart";
361                 reg = <0x0 0xff130000 0x0 0x100>;
362                 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
363                 clocks = <&cru SCLK_UART2>, <&cru PCLK_UART2>;
364                 clock-names = "baudclk", "apb_pclk";
365                 reg-shift = <2>;
366                 reg-io-width = <4>;
367                 dmas = <&dmac 6>, <&dmac 7>;
368                 #dma-cells = <2>;
369                 pinctrl-names = "default";
370                 pinctrl-0 = <&uart2m1_xfer>;
371                 status = "disabled";
372         };
373
374         pmu: power-management@ff140000 {
375                 compatible = "rockchip,rk3328-pmu", "syscon", "simple-mfd";
376                 reg = <0x0 0xff140000 0x0 0x1000>;
377         };
378
379         i2c0: i2c@ff150000 {
380                 compatible = "rockchip,rk3328-i2c", "rockchip,rk3399-i2c";
381                 reg = <0x0 0xff150000 0x0 0x1000>;
382                 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
383                 #address-cells = <1>;
384                 #size-cells = <0>;
385                 clocks = <&cru SCLK_I2C0>, <&cru PCLK_I2C0>;
386                 clock-names = "i2c", "pclk";
387                 pinctrl-names = "default";
388                 pinctrl-0 = <&i2c0_xfer>;
389                 status = "disabled";
390         };
391
392         i2c1: i2c@ff160000 {
393                 compatible = "rockchip,rk3328-i2c", "rockchip,rk3399-i2c";
394                 reg = <0x0 0xff160000 0x0 0x1000>;
395                 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
396                 #address-cells = <1>;
397                 #size-cells = <0>;
398                 clocks = <&cru SCLK_I2C1>, <&cru PCLK_I2C1>;
399                 clock-names = "i2c", "pclk";
400                 pinctrl-names = "default";
401                 pinctrl-0 = <&i2c1_xfer>;
402                 status = "disabled";
403         };
404
405         i2c2: i2c@ff170000 {
406                 compatible = "rockchip,rk3328-i2c", "rockchip,rk3399-i2c";
407                 reg = <0x0 0xff170000 0x0 0x1000>;
408                 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
409                 #address-cells = <1>;
410                 #size-cells = <0>;
411                 clocks = <&cru SCLK_I2C2>, <&cru PCLK_I2C2>;
412                 clock-names = "i2c", "pclk";
413                 pinctrl-names = "default";
414                 pinctrl-0 = <&i2c2_xfer>;
415                 status = "disabled";
416         };
417
418         i2c3: i2c@ff180000 {
419                 compatible = "rockchip,rk3328-i2c", "rockchip,rk3399-i2c";
420                 reg = <0x0 0xff180000 0x0 0x1000>;
421                 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
422                 #address-cells = <1>;
423                 #size-cells = <0>;
424                 clocks = <&cru SCLK_I2C3>, <&cru PCLK_I2C3>;
425                 clock-names = "i2c", "pclk";
426                 pinctrl-names = "default";
427                 pinctrl-0 = <&i2c3_xfer>;
428                 status = "disabled";
429         };
430
431         spi0: spi@ff190000 {
432                 compatible = "rockchip,rk3328-spi", "rockchip,rk3066-spi";
433                 reg = <0x0 0xff190000 0x0 0x1000>;
434                 interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
435                 #address-cells = <1>;
436                 #size-cells = <0>;
437                 clocks = <&cru SCLK_SPI>, <&cru PCLK_SPI>;
438                 clock-names = "spiclk", "apb_pclk";
439                 dmas = <&dmac 8>, <&dmac 9>;
440                 #dma-cells = <2>;
441                 dma-names = "tx", "rx";
442                 pinctrl-names = "default";
443                 pinctrl-0 = <&spi0m2_clk &spi0m2_tx &spi0m2_rx &spi0m2_cs0>;
444                 status = "disabled";
445         };
446
447         wdt: watchdog@ff1a0000 {
448                 compatible = "snps,dw-wdt";
449                 reg = <0x0 0xff1a0000 0x0 0x100>;
450                 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
451                 status = "disabled";
452         };
453
454         pwm0: pwm@ff1b0000 {
455                 compatible = "rockchip,rk3328-pwm";
456                 reg = <0x0 0xff1b0000 0x0 0x10>;
457                 #pwm-cells = <3>;
458                 pinctrl-names = "default";
459                 pinctrl-0 = <&pwm0_pin>;
460                 clocks = <&cru SCLK_PWM>, <&cru PCLK_PWM>;
461                 clock-names = "pwm", "pclk";
462                 status = "disabled";
463         };
464
465         pwm1: pwm@ff1b0010 {
466                 compatible = "rockchip,rk3328-pwm";
467                 reg = <0x0 0xff1b0010 0x0 0x10>;
468                 #pwm-cells = <3>;
469                 pinctrl-names = "default";
470                 pinctrl-0 = <&pwm1_pin>;
471                 clocks = <&cru SCLK_PWM>, <&cru PCLK_PWM>;
472                 clock-names = "pwm", "pclk";
473                 status = "disabled";
474         };
475
476         pwm2: pwm@ff1b0020 {
477                 compatible = "rockchip,rk3328-pwm";
478                 reg = <0x0 0xff1b0020 0x0 0x10>;
479                 #pwm-cells = <3>;
480                 pinctrl-names = "default";
481                 pinctrl-0 = <&pwm2_pin>;
482                 clocks = <&cru SCLK_PWM>, <&cru PCLK_PWM>;
483                 clock-names = "pwm", "pclk";
484                 status = "disabled";
485         };
486
487         pwm3: pwm@ff1b0030 {
488                 compatible = "rockchip,rk3328-pwm";
489                 reg = <0x0 0xff1b0030 0x0 0x10>;
490                 interrupts = <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>;
491                 #pwm-cells = <3>;
492                 pinctrl-names = "default";
493                 pinctrl-0 = <&pwmir_pin>;
494                 clocks = <&cru SCLK_PWM>, <&cru PCLK_PWM>;
495                 clock-names = "pwm", "pclk";
496                 status = "disabled";
497         };
498
499         amba {
500                 compatible = "simple-bus";
501                 #address-cells = <2>;
502                 #size-cells = <2>;
503                 ranges;
504
505                 dmac: dmac@ff1f0000 {
506                         compatible = "arm,pl330", "arm,primecell";
507                         reg = <0x0 0xff1f0000 0x0 0x4000>;
508                         interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
509                                      <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
510                         clocks = <&cru ACLK_DMAC>;
511                         clock-names = "apb_pclk";
512                         #dma-cells = <1>;
513                 };
514         };
515
516         saradc: saradc@ff280000 {
517                 compatible = "rockchip,rk3328-saradc", "rockchip,saradc";
518                 reg = <0x0 0xff280000 0x0 0x100>;
519                 interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
520                 #io-channel-cells = <1>;
521                 clocks = <&cru SCLK_SARADC>, <&cru PCLK_SARADC>;
522                 clock-names = "saradc", "apb_pclk";
523                 resets = <&cru SRST_SARADC_P>;
524                 reset-names = "saradc-apb";
525                 status = "disabled";
526         };
527
528         vop: vop@ff370000 {
529                 compatible = "rockchip,rk3328-vop";
530                 reg = <0x0 0xff370000 0x0 0x3efc>;
531                 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH 0>;
532                 clocks = <&cru ACLK_VOP>, <&cru DCLK_LCDC>, <&cru HCLK_VOP>;
533                 clock-names = "aclk_vop", "dclk_vop", "hclk_vop";
534                 resets = <&cru SRST_VOP_A>, <&cru SRST_VOP_H>, <&cru SRST_VOP_D>;
535                 reset-names = "axi", "ahb", "dclk";
536                 iommus = <&vop_mmu>;
537                 status = "disabled";
538
539                 vop_out: port {
540                         #address-cells = <1>;
541                         #size-cells = <0>;
542                 };
543         };
544
545         vop_mmu: iommu@ff373f00 {
546                 compatible = "rockchip,iommu";
547                 reg = <0x0 0xff373f00 0x0 0x100>;
548                 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH 0>;
549                 interrupt-names = "vop_mmu";
550                 #iommu-cells = <0>;
551                 status = "disabled";
552         };
553
554         display_subsystem: display-subsystem {
555                 compatible = "rockchip,display-subsystem";
556                 ports = <&vop_out>;
557                 status = "disabled";
558         };
559
560         cru: clock-controller@ff440000 {
561                 compatible = "rockchip,rk3328-cru", "rockchip,cru", "syscon";
562                 reg = <0x0 0xff440000 0x0 0x1000>;
563                 rockchip,grf = <&grf>;
564                 #clock-cells = <1>;
565                 #reset-cells = <1>;
566                 assigned-clocks =
567                         <&cru DCLK_LCDC>, <&cru SCLK_PDM>,
568                         <&cru SCLK_RTC32K>, <&cru SCLK_UART0>,
569                         <&cru SCLK_UART1>, <&cru SCLK_UART2>,
570                         <&cru ACLK_BUS_PRE>, <&cru ACLK_PERI_PRE>,
571                         <&cru ACLK_VIO_PRE>, <&cru ACLK_RGA_PRE>,
572                         <&cru ACLK_VOP_PRE>, <&cru ACLK_RKVDEC_PRE>,
573                         <&cru ACLK_RKVENC>, <&cru ACLK_VPU_PRE>,
574                         <&cru SCLK_VDEC_CABAC>, <&cru SCLK_VDEC_CORE>,
575                         <&cru SCLK_VENC_CORE>, <&cru SCLK_VENC_DSP>,
576                         <&cru SCLK_SDIO>, <&cru SCLK_TSP>,
577                         <&cru SCLK_WIFI>, <&cru ARMCLK>,
578                         <&cru PLL_GPLL>, <&cru PLL_CPLL>,
579                         <&cru ACLK_BUS_PRE>, <&cru HCLK_BUS_PRE>,
580                         <&cru PCLK_BUS_PRE>, <&cru ACLK_PERI_PRE>,
581                         <&cru HCLK_PERI>, <&cru PCLK_PERI>,
582                         <&cru ACLK_VIO_PRE>, <&cru HCLK_VIO_PRE>,
583                         <&cru ACLK_RGA_PRE>, <&cru SCLK_RGA>,
584                         <&cru ACLK_VOP_PRE>, <&cru ACLK_RKVDEC_PRE>,
585                         <&cru ACLK_RKVENC>, <&cru ACLK_VPU_PRE>,
586                         <&cru SCLK_VDEC_CABAC>, <&cru SCLK_VDEC_CORE>,
587                         <&cru SCLK_VENC_CORE>, <&cru SCLK_VENC_DSP>,
588                         <&cru SCLK_EFUSE>, <&cru PCLK_DDR>,
589                         <&cru ACLK_GMAC>, <&cru PCLK_GMAC>,
590                         <&cru SCLK_RTC32K>, <&cru SCLK_USB3OTG_SUSPEND>;
591                 assigned-clock-parents =
592                         <&cru HDMIPHY>, <&cru PLL_APLL>,
593                         <&cru PLL_GPLL>, <&xin24m>,
594                         <&xin24m>, <&xin24m>;
595                 assigned-clock-rates =
596                         <0>, <61440000>,
597                         <0>, <24000000>,
598                         <24000000>, <24000000>,
599                         <15000000>, <15000000>,
600                         <100000000>, <100000000>,
601                         <100000000>, <100000000>,
602                         <50000000>, <100000000>,
603                         <100000000>, <100000000>,
604                         <50000000>, <50000000>,
605                         <50000000>, <50000000>,
606                         <24000000>, <600000000>,
607                         <491520000>, <1200000000>,
608                         <150000000>, <75000000>,
609                         <75000000>, <150000000>,
610                         <75000000>, <75000000>,
611                         <300000000>, <100000000>,
612                         <300000000>, <200000000>,
613                         <400000000>, <500000000>,
614                         <200000000>, <300000000>,
615                         <300000000>, <250000000>,
616                         <200000000>, <100000000>,
617                         <24000000>, <100000000>,
618                         <150000000>, <50000000>,
619                         <32768>, <32768>;
620         };
621
622         usb2phy_grf: syscon@ff450000 {
623                 compatible = "rockchip,rk3328-usb2phy-grf", "syscon",
624                              "simple-mfd";
625                 reg = <0x0 0xff450000 0x0 0x10000>;
626                 #address-cells = <1>;
627                 #size-cells = <1>;
628
629                 u2phy: usb2-phy@100 {
630                         compatible = "rockchip,rk3328-usb2phy";
631                         reg = <0x100 0x10>;
632                         clocks = <&xin24m>;
633                         clock-names = "phyclk";
634                         #clock-cells = <0>;
635                         assigned-clocks = <&cru USB480M>;
636                         assigned-clock-parents = <&u2phy>;
637                         clock-output-names = "usb480m_phy";
638                         status = "disabled";
639
640                         u2phy_host: host-port {
641                                 #phy-cells = <0>;
642                                 interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
643                                 interrupt-names = "linestate";
644                                 status = "disabled";
645                         };
646
647                         u2phy_otg: otg-port {
648                                 #phy-cells = <0>;
649                                 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>,
650                                              <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>,
651                                              <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
652                                 interrupt-names = "otg-bvalid", "otg-id",
653                                                   "linestate";
654                                 status = "disabled";
655                         };
656                 };
657         };
658
659         usb3phy_grf: syscon@ff460000 {
660                 compatible = "rockchip,usb3phy-grf", "syscon";
661                 reg = <0x0 0xff460000 0x0 0x1000>;
662         };
663
664         u3phy: usb3-phy@ff470000 {
665                 compatible = "rockchip,rk3328-u3phy";
666                 reg = <0x0 0xff470000 0x0 0x0>;
667                 rockchip,u3phygrf = <&usb3phy_grf>;
668                 rockchip,grf = <&grf>;
669                 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
670                 interrupt-names = "linestate";
671                 clocks = <&cru PCLK_USB3PHY_OTG>, <&cru PCLK_USB3PHY_PIPE>;
672                 clock-names = "u3phy-otg", "u3phy-pipe";
673                 resets = <&cru SRST_USB3PHY_U2>,
674                          <&cru SRST_USB3PHY_U3>,
675                          <&cru SRST_USB3PHY_PIPE>,
676                          <&cru SRST_USB3OTG_UTMI>,
677                          <&cru SRST_USB3PHY_OTG_P>,
678                          <&cru SRST_USB3PHY_PIPE_P>;
679                 reset-names = "u3phy-u2-por", "u3phy-u3-por",
680                               "u3phy-pipe-mac", "u3phy-utmi-mac",
681                               "u3phy-utmi-apb", "u3phy-pipe-apb";
682                 #address-cells = <2>;
683                 #size-cells = <2>;
684                 ranges;
685                 status = "disabled";
686
687                 u3phy_utmi: utmi@ff470000 {
688                         reg = <0x0 0xff470000 0x0 0x8000>;
689                         #phy-cells = <0>;
690                         status = "disabled";
691                 };
692
693                 u3phy_pipe: pipe@ff478000 {
694                         reg = <0x0 0xff478000 0x0 0x8000>;
695                         #phy-cells = <0>;
696                         status = "disabled";
697                 };
698         };
699
700         sdmmc: rksdmmc@ff500000 {
701                 compatible = "rockchip,rk3328-dw-mshc", "rockchip,rk3288-dw-mshc";
702                 reg = <0x0 0xff500000 0x0 0x4000>;
703                 clock-freq-min-max = <400000 150000000>;
704                 clocks = <&cru HCLK_SDMMC>, <&cru SCLK_SDMMC>;
705                 clock-names = "biu", "ciu";
706                 fifo-depth = <0x100>;
707                 interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>;
708                 status = "disabled";
709         };
710
711         sdio: dwmmc@ff510000 {
712                 compatible = "rockchip,rk3328-dw-mshc", "rockchip,rk3288-dw-mshc";
713                 reg = <0x0 0xff510000 0x0 0x4000>;
714                 clock-freq-min-max = <400000 150000000>;
715                 clocks = <&cru HCLK_SDIO>, <&cru SCLK_SDIO>,
716                          <&cru SCLK_SDIO_DRV>, <&cru SCLK_SDIO_SAMPLE>;
717                 clock-names = "biu", "ciu", "ciu_drv", "ciu_sample";
718                 fifo-depth = <0x100>;
719                 interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
720                 status = "disabled";
721         };
722
723         emmc: rksdmmc@ff520000 {
724                 compatible = "rockchip,rk3328-dw-mshc", "rockchip,rk3288-dw-mshc";
725                 reg = <0x0 0xff520000 0x0 0x4000>;
726                 clock-freq-min-max = <400000 150000000>;
727                 clocks = <&cru HCLK_EMMC>, <&cru SCLK_EMMC>;
728                 clock-names = "biu", "ciu";
729                 fifo-depth = <0x100>;
730                 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
731                 status = "disabled";
732         };
733
734         gmac2io: eth@ff540000 {
735                 compatible = "rockchip,rk3328-gmac";
736                 reg = <0x0 0xff540000 0x0 0x10000>;
737                 rockchip,grf = <&grf>;
738                 interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
739                 interrupt-names = "macirq";
740                 clocks = <&cru SCLK_MAC2IO>, <&cru SCLK_MAC2IO_RX>,
741                          <&cru SCLK_MAC2IO_TX>, <&cru SCLK_MAC2IO_REF>,
742                          <&cru SCLK_MAC2IO_REFOUT>, <&cru ACLK_MAC2IO>,
743                          <&cru PCLK_MAC2IO>;
744                 clock-names = "stmmaceth", "mac_clk_rx",
745                               "mac_clk_tx", "clk_mac_ref",
746                               "clk_mac_refout", "aclk_mac",
747                               "pclk_mac";
748                 resets = <&cru SRST_GMAC2IO_A>;
749                 reset-names = "stmmaceth";
750                 status = "disabled";
751         };
752
753         usb20_otg: usb@ff580000 {
754                 compatible = "rockchip,rk3328-usb", "rockchip,rk3066-usb",
755                              "snps,dwc2";
756                 reg = <0x0 0xff580000 0x0 0x40000>;
757                 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
758                 clocks = <&cru HCLK_OTG>, <&cru HCLK_OTG_PMU>;
759                 clock-names = "otg", "otg_pmu";
760                 dr_mode = "otg";
761                 g-np-tx-fifo-size = <16>;
762                 g-rx-fifo-size = <275>;
763                 g-tx-fifo-size = <256 128 128 64 64 32>;
764                 g-use-dma;
765                 phys = <&u2phy_otg>;
766                 phy-names = "usb2-phy";
767                 status = "disabled";
768         };
769
770         usb_host0_ehci: usb@ff5c0000 {
771                 compatible = "generic-ehci";
772                 reg = <0x0 0xff5c0000 0x0 0x10000>;
773                 interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
774                 clocks = <&cru HCLK_HOST0>, <&cru HCLK_HOST0_ARB>,
775                          <&u2phy>;
776                 clock-names = "usbhost", "arbiter", "utmi";
777                 phys = <&u2phy_host>;
778                 phy-names = "usb";
779                 status = "disabled";
780         };
781
782         usb_host0_ohci: usb@ff5d0000 {
783                 compatible = "generic-ohci";
784                 reg = <0x0 0xff5d0000 0x0 0x10000>;
785                 interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
786                 clocks = <&cru HCLK_HOST0>, <&cru HCLK_HOST0_ARB>,
787                          <&u2phy>;
788                 clock-names = "usbhost", "arbiter", "utmi";
789                 phys = <&u2phy_host>;
790                 phy-names = "usb";
791                 status = "disabled";
792         };
793
794         sdmmc_ext: rksdmmc@ff5f0000 {
795                 compatible = "rockchip,rk3328-dw-mshc", "rockchip,rk3288-dw-mshc";
796                 reg = <0x0 0xff5f0000 0x0 0x4000>;
797                 clock-freq-min-max = <400000 150000000>;
798                 clocks = <&cru HCLK_SDMMC>, <&cru SCLK_SDMMC>;
799                 clock-names = "biu", "ciu";
800                 fifo-depth = <0x100>;
801                 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
802                 status = "disabled";
803         };
804
805         usbdrd3: usb@ff600000 {
806                 compatible = "rockchip,rk3328-dwc3";
807                 clocks = <&cru SCLK_USB3OTG_REF>, <&cru SCLK_USB3OTG_SUSPEND>,
808                          <&cru ACLK_USB3OTG>;
809                 clock-names = "ref_clk", "suspend_clk",
810                               "bus_clk";
811                 #address-cells = <2>;
812                 #size-cells = <2>;
813                 ranges;
814                 status = "disabled";
815
816                 usbdrd_dwc3: dwc3@ff600000 {
817                         compatible = "snps,dwc3";
818                         reg = <0x0 0xff600000 0x0 0x100000>;
819                         interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
820                         dr_mode = "host";
821                         phys = <&u3phy_utmi>, <&u3phy_pipe>;
822                         phy-names = "usb2-phy", "usb3-phy";
823                         phy_type = "utmi_wide";
824                         snps,dis_enblslpm_quirk;
825                         snps,dis-u2-freeclk-exists-quirk;
826                         snps,dis_u2_susphy_quirk;
827                         snps,dis-u3-autosuspend-quirk;
828                         snps,dis_u3_susphy_quirk;
829                         snps,dis-del-phy-power-chg-quirk;
830                         status = "disabled";
831                 };
832         };
833
834         gic: interrupt-controller@ff811000 {
835                 compatible = "arm,gic-400";
836                 #interrupt-cells = <3>;
837                 #address-cells = <0>;
838                 interrupt-controller;
839                 reg = <0x0 0xff811000 0 0x1000>,
840                       <0x0 0xff812000 0 0x2000>,
841                       <0x0 0xff814000 0 0x2000>,
842                       <0x0 0xff816000 0 0x2000>;
843                 interrupts = <GIC_PPI 9
844                       (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
845         };
846
847         pinctrl: pinctrl {
848                 compatible = "rockchip,rk3328-pinctrl";
849                 rockchip,grf = <&grf>;
850                 #address-cells = <2>;
851                 #size-cells = <2>;
852                 ranges;
853
854                 gpio0: gpio0@ff210000 {
855                         compatible = "rockchip,gpio-bank";
856                         reg = <0x0 0xff210000 0x0 0x100>;
857                         interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
858                         clocks = <&cru PCLK_GPIO0>;
859
860                         gpio-controller;
861                         #gpio-cells = <2>;
862
863                         interrupt-controller;
864                         #interrupt-cells = <2>;
865                 };
866
867                 gpio1: gpio1@ff220000 {
868                         compatible = "rockchip,gpio-bank";
869                         reg = <0x0 0xff220000 0x0 0x100>;
870                         interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
871                         clocks = <&cru PCLK_GPIO1>;
872
873                         gpio-controller;
874                         #gpio-cells = <2>;
875
876                         interrupt-controller;
877                         #interrupt-cells = <2>;
878                 };
879
880                 gpio2: gpio2@ff230000 {
881                         compatible = "rockchip,gpio-bank";
882                         reg = <0x0 0xff230000 0x0 0x100>;
883                         interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
884                         clocks = <&cru PCLK_GPIO2>;
885
886                         gpio-controller;
887                         #gpio-cells = <2>;
888
889                         interrupt-controller;
890                         #interrupt-cells = <2>;
891                 };
892
893                 gpio3: gpio3@ff240000 {
894                         compatible = "rockchip,gpio-bank";
895                         reg = <0x0 0xff240000 0x0 0x100>;
896                         interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>;
897                         clocks = <&cru PCLK_GPIO3>;
898
899                         gpio-controller;
900                         #gpio-cells = <2>;
901
902                         interrupt-controller;
903                         #interrupt-cells = <2>;
904                 };
905
906                 pcfg_pull_up: pcfg-pull-up {
907                         bias-pull-up;
908                 };
909
910                 pcfg_pull_down: pcfg-pull-down {
911                         bias-pull-down;
912                 };
913
914                 pcfg_pull_none: pcfg-pull-none {
915                         bias-disable;
916                 };
917
918                 pcfg_pull_none_2ma: pcfg-pull-none-2ma {
919                         bias-disable;
920                         drive-strength = <2>;
921                 };
922
923                 pcfg_pull_up_2ma: pcfg-pull-up-2ma {
924                         bias-pull-up;
925                         drive-strength = <2>;
926                 };
927
928                 pcfg_pull_up_4ma: pcfg-pull-up-4ma {
929                         bias-pull-up;
930                         drive-strength = <4>;
931                 };
932
933                 pcfg_pull_none_4ma: pcfg-pull-none-4ma {
934                         bias-disable;
935                         drive-strength = <4>;
936                 };
937
938                 pcfg_pull_down_4ma: pcfg-pull-down-4ma {
939                         bias-pull-down;
940                         drive-strength = <4>;
941                 };
942
943                 pcfg_pull_none_8ma: pcfg-pull-none-8ma {
944                         bias-disable;
945                         drive-strength = <8>;
946                 };
947
948                 pcfg_pull_up_8ma: pcfg-pull-up-8ma {
949                         bias-pull-up;
950                         drive-strength = <8>;
951                 };
952
953                 pcfg_pull_none_12ma: pcfg-pull-none-12ma {
954                         bias-disable;
955                         drive-strength = <12>;
956                 };
957
958                 pcfg_pull_up_12ma: pcfg-pull-up-12ma {
959                         bias-pull-up;
960                         drive-strength = <12>;
961                 };
962
963                 pcfg_output_high: pcfg-output-high {
964                         output-high;
965                 };
966
967                 pcfg_output_low: pcfg-output-low {
968                         output-low;
969                 };
970
971                 pcfg_input_high: pcfg-input-high {
972                         bias-pull-up;
973                         input-enable;
974                 };
975
976                 pcfg_input: pcfg-input {
977                         input-enable;
978                 };
979
980                 i2c0 {
981                         i2c0_xfer: i2c0-xfer {
982                                 rockchip,pins =
983                                         <2 24 RK_FUNC_1 &pcfg_pull_none>,
984                                         <2 25 RK_FUNC_1 &pcfg_pull_none>;
985                         };
986                 };
987
988                 i2c1 {
989                         i2c1_xfer: i2c1-xfer {
990                                 rockchip,pins =
991                                         <2 4 RK_FUNC_2 &pcfg_pull_none>,
992                                         <2 5 RK_FUNC_2 &pcfg_pull_none>;
993                         };
994                 };
995
996                 i2c2 {
997                         i2c2_xfer: i2c2-xfer {
998                                 rockchip,pins =
999                                         <2 13 RK_FUNC_1 &pcfg_pull_none>,
1000                                         <2 14 RK_FUNC_1 &pcfg_pull_none>;
1001                         };
1002                 };
1003
1004                 i2c3 {
1005                         i2c3_xfer: i2c3-xfer {
1006                                 rockchip,pins =
1007                                         <0 5 RK_FUNC_2 &pcfg_pull_none>,
1008                                         <0 6 RK_FUNC_2 &pcfg_pull_none>;
1009                         };
1010                         i2c3_gpio: i2c3-gpio {
1011                                 rockchip,pins =
1012                                         <0 5 RK_FUNC_GPIO &pcfg_pull_none>,
1013                                         <0 6 RK_FUNC_GPIO &pcfg_pull_none>;
1014                         };
1015                 };
1016
1017                 hdmi_i2c {
1018                         hdmii2c_xfer: hdmii2c-xfer {
1019                                 rockchip,pins =
1020                                         <0 5 RK_FUNC_1 &pcfg_pull_none>,
1021                                         <0 6 RK_FUNC_1 &pcfg_pull_none>;
1022                         };
1023                 };
1024
1025                 tsadc {
1026                         otp_gpio: otp-gpio {
1027                                 rockchip,pins = <2 13 RK_FUNC_GPIO &pcfg_pull_none>;
1028                         };
1029
1030                         otp_out: otp-out {
1031                                 rockchip,pins = <2 13 RK_FUNC_1 &pcfg_pull_none>;
1032                         };
1033                 };
1034
1035                 uart0 {
1036                         uart0_xfer: uart0-xfer {
1037                                 rockchip,pins =
1038                                         <1 9 RK_FUNC_1 &pcfg_pull_up>,
1039                                         <1 8 RK_FUNC_1 &pcfg_pull_none>;
1040                         };
1041
1042                         uart0_cts: uart0-cts {
1043                                 rockchip,pins =
1044                                         <1 11 RK_FUNC_1 &pcfg_pull_none>;
1045                         };
1046
1047                         uart0_rts: uart0-rts {
1048                                 rockchip,pins =
1049                                         <1 10 RK_FUNC_1 &pcfg_pull_none>;
1050                         };
1051
1052                         uart0_rts_gpio: uart0-rts-gpio {
1053                                 rockchip,pins =
1054                                         <1 10 RK_FUNC_GPIO &pcfg_pull_none>;
1055                         };
1056                 };
1057
1058                 uart1 {
1059                         uart1_xfer: uart1-xfer {
1060                                 rockchip,pins =
1061                                         <3 4 RK_FUNC_4 &pcfg_pull_up>,
1062                                         <3 6 RK_FUNC_4 &pcfg_pull_none>;
1063                         };
1064
1065                         uart1_cts: uart1-cts {
1066                                 rockchip,pins =
1067                                         <3 7 RK_FUNC_4 &pcfg_pull_none>;
1068                         };
1069
1070                         uart1_rts: uart1-rts {
1071                                 rockchip,pins =
1072                                         <3 5 RK_FUNC_4 &pcfg_pull_none>;
1073                         };
1074
1075                         uart1_rts_gpio: uart1-rts-gpio {
1076                                 rockchip,pins =
1077                                         <3 5 RK_FUNC_GPIO &pcfg_pull_none>;
1078                         };
1079                 };
1080
1081                 uart2-0 {
1082                         uart2m0_xfer: uart2m0-xfer {
1083                                 rockchip,pins =
1084                                         <1 0 RK_FUNC_2 &pcfg_pull_up>,
1085                                         <1 1 RK_FUNC_2 &pcfg_pull_none>;
1086                         };
1087                 };
1088
1089                 uart2-1 {
1090                         uart2m1_xfer: uart2m1-xfer {
1091                                 rockchip,pins =
1092                                         <2 0 RK_FUNC_1 &pcfg_pull_up>,
1093                                         <2 1 RK_FUNC_1 &pcfg_pull_none>;
1094                         };
1095                 };
1096
1097                 spi0-0 {
1098                         spi0m0_clk: spi0m0-clk {
1099                                 rockchip,pins =
1100                                         <2 8 RK_FUNC_1 &pcfg_pull_up>;
1101                         };
1102
1103                         spi0m0_cs0: spi0m0-cs0 {
1104                                 rockchip,pins =
1105                                         <2 11 RK_FUNC_1 &pcfg_pull_up>;
1106                         };
1107
1108                         spi0m0_tx: spi0m0-tx {
1109                                 rockchip,pins =
1110                                         <2 9 RK_FUNC_1 &pcfg_pull_up>;
1111                         };
1112
1113                         spi0m0_rx: spi0m0-rx {
1114                                 rockchip,pins =
1115                                         <2 10 RK_FUNC_1 &pcfg_pull_up>;
1116                         };
1117
1118                         spi0m0_cs1: spi0m0-cs1 {
1119                                 rockchip,pins =
1120                                         <2 12 RK_FUNC_1 &pcfg_pull_up>;
1121                         };
1122                 };
1123
1124                 spi0-1 {
1125                         spi0m1_clk: spi0m1-clk {
1126                                 rockchip,pins =
1127                                         <3 23 RK_FUNC_2 &pcfg_pull_up>;
1128                         };
1129
1130                         spi0m1_cs0: spi0m1-cs0 {
1131                                 rockchip,pins =
1132                                         <3 26 RK_FUNC_2 &pcfg_pull_up>;
1133                         };
1134
1135                         spi0m1_tx: spi0m1-tx {
1136                                 rockchip,pins =
1137                                         <3 25 RK_FUNC_2 &pcfg_pull_up>;
1138                         };
1139
1140                         spi0m1_rx: spi0m1-rx {
1141                                 rockchip,pins =
1142                                         <3 24 RK_FUNC_2 &pcfg_pull_up>;
1143                         };
1144
1145                         spi0m1_cs1: spi0m1-cs1 {
1146                                 rockchip,pins =
1147                                         <3 27 RK_FUNC_2 &pcfg_pull_up>;
1148                         };
1149                 };
1150
1151                 spi0-2 {
1152                         spi0m2_clk: spi0m2-clk {
1153                                 rockchip,pins =
1154                                         <3 0 RK_FUNC_4 &pcfg_pull_up>;
1155                         };
1156
1157                         spi0m2_cs0: spi0m2-cs0 {
1158                                 rockchip,pins =
1159                                         <3 8 RK_FUNC_3 &pcfg_pull_up>;
1160                         };
1161
1162                         spi0m2_tx: spi0m2-tx {
1163                                 rockchip,pins =
1164                                         <3 1 RK_FUNC_4 &pcfg_pull_up>;
1165                         };
1166
1167                         spi0m2_rx: spi0m2-rx {
1168                                 rockchip,pins =
1169                                         <3 2 RK_FUNC_4 &pcfg_pull_up>;
1170                         };
1171                 };
1172
1173                 i2s1 {
1174                         i2s1_mclk: i2s1-mclk {
1175                                 rockchip,pins =
1176                                         <2 15 RK_FUNC_1 &pcfg_pull_none>;
1177                         };
1178
1179                         i2s1_sclk: i2s1-sclk {
1180                                 rockchip,pins =
1181                                         <2 18 RK_FUNC_1 &pcfg_pull_none>;
1182                         };
1183
1184                         i2s1_lrckrx: i2s1-lrckrx {
1185                                 rockchip,pins =
1186                                         <2 16 RK_FUNC_1 &pcfg_pull_none>;
1187                         };
1188
1189                         i2s1_lrcktx: i2s1-lrcktx {
1190                                 rockchip,pins =
1191                                         <2 17 RK_FUNC_1 &pcfg_pull_none>;
1192                         };
1193
1194                         i2s1_sdi: i2s1-sdi {
1195                                 rockchip,pins =
1196                                         <2 19 RK_FUNC_1 &pcfg_pull_none>;
1197                         };
1198
1199                         i2s1_sdo: i2s1-sdo {
1200                                 rockchip,pins =
1201                                         <2 23 RK_FUNC_1 &pcfg_pull_none>;
1202                         };
1203
1204                         i2s1_sdio1: i2s1-sdio1 {
1205                                 rockchip,pins =
1206                                         <2 20 RK_FUNC_1 &pcfg_pull_none>;
1207                         };
1208
1209                         i2s1_sdio2: i2s1-sdio2 {
1210                                 rockchip,pins =
1211                                         <2 21 RK_FUNC_1 &pcfg_pull_none>;
1212                         };
1213
1214                         i2s1_sdio3: i2s1-sdio3 {
1215                                 rockchip,pins =
1216                                         <2 22 RK_FUNC_1 &pcfg_pull_none>;
1217                         };
1218
1219                         i2s1_sleep: i2s1-sleep {
1220                                 rockchip,pins =
1221                                         <2 15 RK_FUNC_GPIO &pcfg_input_high>,
1222                                         <2 16 RK_FUNC_GPIO &pcfg_input_high>,
1223                                         <2 17 RK_FUNC_GPIO &pcfg_input_high>,
1224                                         <2 18 RK_FUNC_GPIO &pcfg_input_high>,
1225                                         <2 19 RK_FUNC_GPIO &pcfg_input_high>,
1226                                         <2 20 RK_FUNC_GPIO &pcfg_input_high>,
1227                                         <2 21 RK_FUNC_GPIO &pcfg_input_high>,
1228                                         <2 22 RK_FUNC_GPIO &pcfg_input_high>,
1229                                         <2 23 RK_FUNC_GPIO &pcfg_input_high>;
1230                         };
1231                 };
1232
1233                 i2s2-0 {
1234                         i2s2m0_mclk: i2s2m0-mclk {
1235                                 rockchip,pins =
1236                                         <1 21 RK_FUNC_1 &pcfg_pull_none>;
1237                         };
1238
1239                         i2s2m0_sclk: i2s2m0-sclk {
1240                                 rockchip,pins =
1241                                         <1 22 RK_FUNC_1 &pcfg_pull_none>;
1242                         };
1243
1244                         i2s2m0_lrckrx: i2s2m0-lrckrx {
1245                                 rockchip,pins =
1246                                         <1 26 RK_FUNC_1 &pcfg_pull_none>;
1247                         };
1248
1249                         i2s2m0_lrcktx: i2s2m0-lrcktx {
1250                                 rockchip,pins =
1251                                         <1 23 RK_FUNC_1 &pcfg_pull_none>;
1252                         };
1253
1254                         i2s2m0_sdi: i2s2m0-sdi {
1255                                 rockchip,pins =
1256                                         <1 24 RK_FUNC_1 &pcfg_pull_none>;
1257                         };
1258
1259                         i2s2m0_sdo: i2s2m0-sdo {
1260                                 rockchip,pins =
1261                                         <1 25 RK_FUNC_1 &pcfg_pull_none>;
1262                         };
1263
1264                         i2s2m0_sleep: i2s2m0-sleep {
1265                                 rockchip,pins =
1266                                         <1 21 RK_FUNC_GPIO &pcfg_input_high>,
1267                                         <1 22 RK_FUNC_GPIO &pcfg_input_high>,
1268                                         <1 26 RK_FUNC_GPIO &pcfg_input_high>,
1269                                         <1 23 RK_FUNC_GPIO &pcfg_input_high>,
1270                                         <1 24 RK_FUNC_GPIO &pcfg_input_high>,
1271                                         <1 25 RK_FUNC_GPIO &pcfg_input_high>;
1272                         };
1273                 };
1274
1275                 i2s2-1 {
1276                         i2s2m1_mclk: i2s2m1-mclk {
1277                                 rockchip,pins =
1278                                         <1 21 RK_FUNC_1 &pcfg_pull_none>;
1279                         };
1280
1281                         i2s2m1_sclk: i2s2m1-sclk {
1282                                 rockchip,pins =
1283                                         <3 0 RK_FUNC_6 &pcfg_pull_none>;
1284                         };
1285
1286                         i2s2m1_lrckrx: i2sm1-lrckrx {
1287                                 rockchip,pins =
1288                                         <3 8 RK_FUNC_6 &pcfg_pull_none>;
1289                         };
1290
1291                         i2s2m1_lrcktx: i2s2m1-lrcktx {
1292                                 rockchip,pins =
1293                                         <3 8 RK_FUNC_4 &pcfg_pull_none>;
1294                         };
1295
1296                         i2s2m1_sdi: i2s2m1-sdi {
1297                                 rockchip,pins =
1298                                         <3 2 RK_FUNC_6 &pcfg_pull_none>;
1299                         };
1300
1301                         i2s2m1_sdo: i2s2m1-sdo {
1302                                 rockchip,pins =
1303                                         <3 1 RK_FUNC_6 &pcfg_pull_none>;
1304                         };
1305
1306                         i2s2m1_sleep: i2s2m1-sleep {
1307                                 rockchip,pins =
1308                                         <1 21 RK_FUNC_GPIO &pcfg_input_high>,
1309                                         <3 0 RK_FUNC_GPIO &pcfg_input_high>,
1310                                         <3 8 RK_FUNC_GPIO &pcfg_input_high>,
1311                                         <3 2 RK_FUNC_GPIO &pcfg_input_high>,
1312                                         <3 1 RK_FUNC_GPIO &pcfg_input_high>;
1313                         };
1314                 };
1315
1316                 spdif-0 {
1317                         spdifm0_tx: spdifm0-tx {
1318                                 rockchip,pins =
1319                                         <0 27 RK_FUNC_1 &pcfg_pull_none>;
1320                         };
1321                 };
1322
1323                 spdif-1 {
1324                         spdifm1_tx: spdifm1-tx {
1325                                 rockchip,pins =
1326                                         <2 17 RK_FUNC_2 &pcfg_pull_none>;
1327                         };
1328                 };
1329
1330                 spdif-2 {
1331                         spdifm2_tx: spdifm2-tx {
1332                                 rockchip,pins =
1333                                         <0 2 RK_FUNC_2 &pcfg_pull_none>;
1334                         };
1335                 };
1336
1337                 sdmmc0-0 {
1338                         sdmmc0m0_pwren: sdmmc0m0-pwren {
1339                                 rockchip,pins =
1340                                         <2 7 RK_FUNC_1 &pcfg_pull_up_4ma>;
1341                         };
1342
1343                         sdmmc0m0_gpio: sdmmc0m0-gpio {
1344                                 rockchip,pins =
1345                                         <2 7 RK_FUNC_GPIO &pcfg_pull_up_4ma>;
1346                         };
1347                 };
1348
1349                 sdmmc0-1 {
1350                         sdmmc0m1_pwren: sdmmc0m1-pwren {
1351                                 rockchip,pins =
1352                                         <0 30 RK_FUNC_3 &pcfg_pull_up_4ma>;
1353                         };
1354
1355                         sdmmc0m1_gpio: sdmmc0m1-gpio {
1356                                 rockchip,pins =
1357                                         <0 30 RK_FUNC_GPIO &pcfg_pull_up_4ma>;
1358                         };
1359                 };
1360
1361                 sdmmc0 {
1362                         sdmmc0_clk: sdmmc0-clk {
1363                                 rockchip,pins =
1364                                         <1 6 RK_FUNC_1 &pcfg_pull_none_4ma>;
1365                         };
1366
1367                         sdmmc0_cmd: sdmmc0-cmd {
1368                                 rockchip,pins =
1369                                         <1 4 RK_FUNC_1 &pcfg_pull_up_4ma>;
1370                         };
1371
1372                         sdmmc0_dectn: sdmmc0-dectn {
1373                                 rockchip,pins =
1374                                         <1 5 RK_FUNC_1 &pcfg_pull_up_4ma>;
1375                         };
1376
1377                         sdmmc0_wrprt: sdmmc0-wrprt {
1378                                 rockchip,pins =
1379                                         <1 7 RK_FUNC_1 &pcfg_pull_up_4ma>;
1380                         };
1381
1382                         sdmmc0_bus1: sdmmc0-bus1 {
1383                                 rockchip,pins =
1384                                         <1 0 RK_FUNC_1 &pcfg_pull_up_4ma>;
1385                         };
1386
1387                         sdmmc0_bus4: sdmmc0-bus4 {
1388                                 rockchip,pins =
1389                                         <1 0 RK_FUNC_1 &pcfg_pull_up_4ma>,
1390                                         <1 1 RK_FUNC_1 &pcfg_pull_up_4ma>,
1391                                         <1 2 RK_FUNC_1 &pcfg_pull_up_4ma>,
1392                                         <1 3 RK_FUNC_1 &pcfg_pull_up_4ma>;
1393                         };
1394
1395                         sdmmc0_gpio: sdmmc0-gpio {
1396                                 rockchip,pins =
1397                                         <1 6 RK_FUNC_GPIO &pcfg_pull_up_4ma>,
1398                                         <1 4 RK_FUNC_GPIO &pcfg_pull_up_4ma>,
1399                                         <1 5 RK_FUNC_GPIO &pcfg_pull_up_4ma>,
1400                                         <1 7 RK_FUNC_GPIO &pcfg_pull_up_4ma>,
1401                                         <1 3 RK_FUNC_GPIO &pcfg_pull_up_4ma>,
1402                                         <1 2 RK_FUNC_GPIO &pcfg_pull_up_4ma>,
1403                                         <1 1 RK_FUNC_GPIO &pcfg_pull_up_4ma>,
1404                                         <1 0 RK_FUNC_GPIO &pcfg_pull_up_4ma>;
1405                         };
1406                 };
1407
1408                 sdmmc0ext {
1409                         sdmmc0ext_clk: sdmmc0ext-clk {
1410                                 rockchip,pins =
1411                                         <3 2 RK_FUNC_3 &pcfg_pull_none_4ma>;
1412                         };
1413
1414                         sdmmc0ext_cmd: sdmmc0ext-cmd {
1415                                 rockchip,pins =
1416                                         <3 0 RK_FUNC_3 &pcfg_pull_up_4ma>;
1417                         };
1418
1419                         sdmmc0ext_wrprt: sdmmc0ext-wrprt {
1420                                 rockchip,pins =
1421                                         <3 3 RK_FUNC_3 &pcfg_pull_up_4ma>;
1422                         };
1423
1424                         sdmmc0ext_dectn: sdmmc0ext-dectn {
1425                                 rockchip,pins =
1426                                         <3 1 RK_FUNC_3 &pcfg_pull_up_4ma>;
1427                         };
1428
1429                         sdmmc0ext_bus1: sdmmc0ext-bus1 {
1430                                 rockchip,pins =
1431                                         <3 4 RK_FUNC_3 &pcfg_pull_up_4ma>;
1432                         };
1433
1434                         sdmmc0ext_bus4: sdmmc0ext-bus4 {
1435                                 rockchip,pins =
1436                                         <3 4 RK_FUNC_3 &pcfg_pull_up_4ma>,
1437                                         <3 5 RK_FUNC_3 &pcfg_pull_up_4ma>,
1438                                         <3 6 RK_FUNC_3 &pcfg_pull_up_4ma>,
1439                                         <3 7 RK_FUNC_3 &pcfg_pull_up_4ma>;
1440                         };
1441
1442                         sdmmc0ext_gpio: sdmmc0ext-gpio {
1443                                 rockchip,pins =
1444                                         <3 0 RK_FUNC_GPIO &pcfg_pull_up_4ma>,
1445                                         <3 1 RK_FUNC_GPIO &pcfg_pull_up_4ma>,
1446                                         <3 2 RK_FUNC_GPIO &pcfg_pull_up_4ma>,
1447                                         <3 3 RK_FUNC_GPIO &pcfg_pull_up_4ma>,
1448                                         <3 4 RK_FUNC_GPIO &pcfg_pull_up_4ma>,
1449                                         <3 5 RK_FUNC_GPIO &pcfg_pull_up_4ma>,
1450                                         <3 6 RK_FUNC_GPIO &pcfg_pull_up_4ma>,
1451                                         <3 7 RK_FUNC_GPIO &pcfg_pull_up_4ma>;
1452                         };
1453                 };
1454
1455                 sdmmc1 {
1456                         sdmmc1_clk: sdmmc1-clk {
1457                                 rockchip,pins =
1458                                         <1 12 RK_FUNC_1 &pcfg_pull_none_8ma>;
1459                         };
1460
1461                         sdmmc1_cmd: sdmmc1-cmd {
1462                                 rockchip,pins =
1463                                         <1 13 RK_FUNC_1 &pcfg_pull_up_8ma>;
1464                         };
1465
1466                         sdmmc1_pwren: sdmmc1-pwren {
1467                                 rockchip,pins =
1468                                         <1 18 RK_FUNC_1 &pcfg_pull_up_8ma>;
1469                         };
1470
1471                         sdmmc1_wrprt: sdmmc1-wrprt {
1472                                 rockchip,pins =
1473                                         <1 20 RK_FUNC_1 &pcfg_pull_up_8ma>;
1474                         };
1475
1476                         sdmmc1_dectn: sdmmc1-dectn {
1477                                 rockchip,pins =
1478                                         <1 19 RK_FUNC_1 &pcfg_pull_up_8ma>;
1479                         };
1480
1481                         sdmmc1_bus1: sdmmc1-bus1 {
1482                                 rockchip,pins =
1483                                         <1 14 RK_FUNC_1 &pcfg_pull_up_8ma>;
1484                         };
1485
1486                         sdmmc1_bus4: sdmmc1-bus4 {
1487                                 rockchip,pins =
1488                                         <1 12 RK_FUNC_1 &pcfg_pull_up_8ma>,
1489                                         <1 13 RK_FUNC_1 &pcfg_pull_up_8ma>,
1490                                         <1 16 RK_FUNC_1 &pcfg_pull_up_8ma>,
1491                                         <1 17 RK_FUNC_1 &pcfg_pull_up_8ma>;
1492                         };
1493
1494                         sdmmc1_gpio: sdmmc1-gpio {
1495                                 rockchip,pins =
1496                                         <1 12 RK_FUNC_GPIO &pcfg_pull_up_4ma>,
1497                                         <1 13 RK_FUNC_GPIO &pcfg_pull_up_4ma>,
1498                                         <1 14 RK_FUNC_GPIO &pcfg_pull_up_4ma>,
1499                                         <1 15 RK_FUNC_GPIO &pcfg_pull_up_4ma>,
1500                                         <1 16 RK_FUNC_GPIO &pcfg_pull_up_4ma>,
1501                                         <1 17 RK_FUNC_GPIO &pcfg_pull_up_4ma>,
1502                                         <1 18 RK_FUNC_GPIO &pcfg_pull_up_4ma>,
1503                                         <1 19 RK_FUNC_GPIO &pcfg_pull_up_4ma>,
1504                                         <1 20 RK_FUNC_GPIO &pcfg_pull_up_4ma>;
1505                         };
1506                 };
1507
1508                 emmc {
1509                         emmc_clk: emmc-clk {
1510                                 rockchip,pins =
1511                                         <3 21 RK_FUNC_2 &pcfg_pull_none_12ma>;
1512                         };
1513
1514                         emmc_cmd: emmc-cmd {
1515                                 rockchip,pins =
1516                                         <3 19 RK_FUNC_2 &pcfg_pull_up_12ma>;
1517                         };
1518
1519                         emmc_pwren: emmc-pwren {
1520                                 rockchip,pins =
1521                                         <3 22 RK_FUNC_2 &pcfg_pull_none>;
1522                         };
1523
1524                         emmc_rstnout: emmc-rstnout {
1525                                 rockchip,pins =
1526                                         <3 20 RK_FUNC_2 &pcfg_pull_none>;
1527                         };
1528
1529                         emmc_bus1: emmc-bus1 {
1530                                 rockchip,pins =
1531                                         <0 7 RK_FUNC_2 &pcfg_pull_up_12ma>;
1532                         };
1533
1534                         emmc_bus4: emmc-bus4 {
1535                                 rockchip,pins =
1536                                         <0 7 RK_FUNC_2 &pcfg_pull_up_12ma>,
1537                                         <2 28 RK_FUNC_2 &pcfg_pull_up_12ma>,
1538                                         <2 29 RK_FUNC_2 &pcfg_pull_up_12ma>,
1539                                         <2 30 RK_FUNC_2 &pcfg_pull_up_12ma>;
1540                         };
1541
1542                         emmc_bus8: emmc-bus8 {
1543                                 rockchip,pins =
1544                                         <0 7 RK_FUNC_2 &pcfg_pull_up_12ma>,
1545                                         <2 28 RK_FUNC_2 &pcfg_pull_up_12ma>,
1546                                         <2 29 RK_FUNC_2 &pcfg_pull_up_12ma>,
1547                                         <2 30 RK_FUNC_2 &pcfg_pull_up_12ma>,
1548                                         <2 31 RK_FUNC_2 &pcfg_pull_up_12ma>,
1549                                         <3 16 RK_FUNC_2 &pcfg_pull_up_12ma>,
1550                                         <3 17 RK_FUNC_2 &pcfg_pull_up_12ma>,
1551                                         <3 18 RK_FUNC_2 &pcfg_pull_up_12ma>;
1552                         };
1553                 };
1554
1555                 pwm0 {
1556                         pwm0_pin: pwm0-pin {
1557                                 rockchip,pins =
1558                                         <2 4 RK_FUNC_1 &pcfg_pull_none>;
1559                         };
1560                 };
1561
1562                 pwm1 {
1563                         pwm1_pin: pwm1-pin {
1564                                 rockchip,pins =
1565                                         <2 5 RK_FUNC_1 &pcfg_pull_none>;
1566                         };
1567                 };
1568
1569                 pwm2 {
1570                         pwm2_pin: pwm2-pin {
1571                                 rockchip,pins =
1572                                         <2 6 RK_FUNC_1 &pcfg_pull_none>;
1573                         };
1574                 };
1575
1576                 pwmir {
1577                         pwmir_pin: pwmir-pin {
1578                                 rockchip,pins =
1579                                         <2 2 RK_FUNC_1 &pcfg_pull_none>;
1580                         };
1581                 };
1582
1583                 gmac-0 {
1584                         rgmiim0_pins: rgmiim0-pins {
1585                                 rockchip,pins =
1586                                         /* mac_txclk */
1587                                         <0 8 RK_FUNC_1 &pcfg_pull_none_12ma>,
1588                                         /* mac_rxclk */
1589                                         <0 10 RK_FUNC_1 &pcfg_pull_none>,
1590                                         /* mac_mdio */
1591                                         <0 11 RK_FUNC_1 &pcfg_pull_none>,
1592                                         /* mac_txen */
1593                                         <0 12 RK_FUNC_1 &pcfg_pull_none_12ma>,
1594                                         /* mac_clk */
1595                                         <0 24 RK_FUNC_1 &pcfg_pull_none>,
1596                                         /* mac_rxdv */
1597                                         <0 25 RK_FUNC_1 &pcfg_pull_none>,
1598                                         /* mac_mdc */
1599                                         <0 19 RK_FUNC_1 &pcfg_pull_none>,
1600                                         /* mac_rxd1 */
1601                                         <0 14 RK_FUNC_1 &pcfg_pull_none>,
1602                                         /* mac_rxd0 */
1603                                         <0 15 RK_FUNC_1 &pcfg_pull_none>,
1604                                         /* mac_txd1 */
1605                                         <0 16 RK_FUNC_1 &pcfg_pull_none_12ma>,
1606                                         /* mac_txd0 */
1607                                         <0 17 RK_FUNC_1 &pcfg_pull_none_12ma>,
1608                                         /* mac_rxd3 */
1609                                         <0 20 RK_FUNC_1 &pcfg_pull_none>,
1610                                         /* mac_rxd2 */
1611                                         <0 21 RK_FUNC_1 &pcfg_pull_none>,
1612                                         /* mac_txd3 */
1613                                         <0 23 RK_FUNC_1 &pcfg_pull_none_12ma>,
1614                                         /* mac_txd2 */
1615                                         <0 22 RK_FUNC_1 &pcfg_pull_none_12ma>;
1616                         };
1617
1618                         rmiim0_pins: rmiim0-pins {
1619                                 rockchip,pins =
1620                                         /* mac_mdio */
1621                                         <0 11 RK_FUNC_1 &pcfg_pull_none>,
1622                                         /* mac_txen */
1623                                         <0 12 RK_FUNC_1 &pcfg_pull_none_12ma>,
1624                                         /* mac_clk */
1625                                         <0 24 RK_FUNC_1 &pcfg_pull_none>,
1626                                         /* mac_rxer */
1627                                         <0 13 RK_FUNC_1 &pcfg_pull_none>,
1628                                         /* mac_rxdv */
1629                                         <0 25 RK_FUNC_1 &pcfg_pull_none>,
1630                                         /* mac_mdc */
1631                                         <0 19 RK_FUNC_1 &pcfg_pull_none>,
1632                                         /* mac_rxd1 */
1633                                         <0 14 RK_FUNC_1 &pcfg_pull_none>,
1634                                         /* mac_rxd0 */
1635                                         <0 15 RK_FUNC_1 &pcfg_pull_none>,
1636                                         /* mac_txd1 */
1637                                         <0 16 RK_FUNC_1 &pcfg_pull_none_12ma>,
1638                                         /* mac_txd0 */
1639                                         <0 17 RK_FUNC_1 &pcfg_pull_none_12ma>;
1640                         };
1641                 };
1642
1643                 gmac-1 {
1644                         rgmiim1_pins: rgmiim1-pins {
1645                                 rockchip,pins =
1646                                         /* mac_txclk */
1647                                         <1 12 RK_FUNC_2 &pcfg_pull_none_12ma>,
1648                                         /* mac_rxclk */
1649                                         <1 13 RK_FUNC_2 &pcfg_pull_none_2ma>,
1650                                         /* mac_mdio */
1651                                         <1 19 RK_FUNC_2 &pcfg_pull_none_2ma>,
1652                                         /* mac_txen */
1653                                         <1 25 RK_FUNC_2 &pcfg_pull_none_12ma>,
1654                                         /* mac_clk */
1655                                         <1 21 RK_FUNC_2 &pcfg_pull_none_2ma>,
1656                                         /* mac_rxdv */
1657                                         <1 22 RK_FUNC_2 &pcfg_pull_none_2ma>,
1658                                         /* mac_mdc */
1659                                         <1 23 RK_FUNC_2 &pcfg_pull_none_2ma>,
1660                                         /* mac_rxd1 */
1661                                         <1 10 RK_FUNC_2 &pcfg_pull_none_2ma>,
1662                                         /* mac_rxd0 */
1663                                         <1 11 RK_FUNC_2 &pcfg_pull_none_2ma>,
1664                                         /* mac_txd1 */
1665                                         <1 8 RK_FUNC_2 &pcfg_pull_none_12ma>,
1666                                         /* mac_txd0 */
1667                                         <1 9 RK_FUNC_2 &pcfg_pull_none_12ma>,
1668                                         /* mac_rxd3 */
1669                                         <1 14 RK_FUNC_2 &pcfg_pull_none_2ma>,
1670                                         /* mac_rxd2 */
1671                                         <1 15 RK_FUNC_2 &pcfg_pull_none_2ma>,
1672                                         /* mac_txd3 */
1673                                         <1 16 RK_FUNC_2 &pcfg_pull_none_12ma>,
1674                                         /* mac_txd2 */
1675                                         <1 17 RK_FUNC_2 &pcfg_pull_none_12ma>,
1676
1677                                         /* mac_txclk */
1678                                         <0 8 RK_FUNC_1 &pcfg_pull_none>,
1679                                         /* mac_txen */
1680                                         <0 12 RK_FUNC_1 &pcfg_pull_none>,
1681                                         /* mac_clk */
1682                                         <0 24 RK_FUNC_1 &pcfg_pull_none>,
1683                                         /* mac_txd1 */
1684                                         <0 16 RK_FUNC_1 &pcfg_pull_none>,
1685                                         /* mac_txd0 */
1686                                         <0 17 RK_FUNC_1 &pcfg_pull_none>,
1687                                         /* mac_txd3 */
1688                                         <0 23 RK_FUNC_1 &pcfg_pull_none>,
1689                                         /* mac_txd2 */
1690                                         <0 22 RK_FUNC_1 &pcfg_pull_none>;
1691                         };
1692
1693                         rmiim1_pins: rmiim1-pins {
1694                                 rockchip,pins =
1695                                         /* mac_mdio */
1696                                         <1 19 RK_FUNC_2 &pcfg_pull_none_2ma>,
1697                                         /* mac_txen */
1698                                         <1 25 RK_FUNC_2 &pcfg_pull_none_12ma>,
1699                                         /* mac_clk */
1700                                         <1 21 RK_FUNC_2 &pcfg_pull_none_2ma>,
1701                                         /* mac_rxer */
1702                                         <1 24 RK_FUNC_2 &pcfg_pull_none_2ma>,
1703                                         /* mac_rxdv */
1704                                         <1 22 RK_FUNC_2 &pcfg_pull_none_2ma>,
1705                                         /* mac_mdc */
1706                                         <1 23 RK_FUNC_2 &pcfg_pull_none_2ma>,
1707                                         /* mac_rxd1 */
1708                                         <1 10 RK_FUNC_2 &pcfg_pull_none_2ma>,
1709                                         /* mac_rxd0 */
1710                                         <1 11 RK_FUNC_2 &pcfg_pull_none_2ma>,
1711                                         /* mac_txd1 */
1712                                         <1 8 RK_FUNC_2 &pcfg_pull_none_12ma>,
1713                                         /* mac_txd0 */
1714                                         <1 9 RK_FUNC_2 &pcfg_pull_none_12ma>,
1715
1716                                         /* mac_mdio */
1717                                         <0 11 RK_FUNC_1 &pcfg_pull_none>,
1718                                         /* mac_txen */
1719                                         <0 12 RK_FUNC_1 &pcfg_pull_none>,
1720                                         /* mac_clk */
1721                                         <0 24 RK_FUNC_1 &pcfg_pull_none>,
1722                                         /* mac_mdc */
1723                                         <0 19 RK_FUNC_1 &pcfg_pull_none>,
1724                                         /* mac_txd1 */
1725                                         <0 16 RK_FUNC_1 &pcfg_pull_none>,
1726                                         /* mac_txd0 */
1727                                         <0 17 RK_FUNC_1 &pcfg_pull_none>;
1728                         };
1729                 };
1730
1731                 gmac2phy {
1732                         fephyled_speed100: fephyled-speed100 {
1733                                 rockchip,pins =
1734                                         <0 31 RK_FUNC_1 &pcfg_pull_none>;
1735                         };
1736
1737                         fephyled_speed10: fephyled-speed10 {
1738                                 rockchip,pins =
1739                                         <0 30 RK_FUNC_1 &pcfg_pull_none>;
1740                         };
1741
1742                         fephyled_duplex: fephyled-duplex {
1743                                 rockchip,pins =
1744                                         <0 30 RK_FUNC_2 &pcfg_pull_none>;
1745                         };
1746
1747                         fephyled_rxm0: fephyled-rxm0 {
1748                                 rockchip,pins =
1749                                         <0 29 RK_FUNC_1 &pcfg_pull_none>;
1750                         };
1751
1752                         fephyled_txm0: fephyled-txm0 {
1753                                 rockchip,pins =
1754                                         <0 29 RK_FUNC_2 &pcfg_pull_none>;
1755                         };
1756
1757                         fephyled_linkm0: fephyled-linkm0 {
1758                                 rockchip,pins =
1759                                         <0 28 RK_FUNC_1 &pcfg_pull_none>;
1760                         };
1761
1762                         fephyled_rxm1: fephyled-rxm1 {
1763                                 rockchip,pins =
1764                                         <2 25 RK_FUNC_2 &pcfg_pull_none>;
1765                         };
1766
1767                         fephyled_txm1: fephyled-txm1 {
1768                                 rockchip,pins =
1769                                         <2 25 RK_FUNC_3 &pcfg_pull_none>;
1770                         };
1771
1772                         fephyled_linkm1: fephyled-linkm1 {
1773                                 rockchip,pins =
1774                                         <2 24 RK_FUNC_2 &pcfg_pull_none>;
1775                         };
1776                 };
1777
1778                 tsadc_pin {
1779                         tsadc_int: tsadc-int {
1780                                 rockchip,pins =
1781                                         <2 13 RK_FUNC_2 &pcfg_pull_none>;
1782                         };
1783                         tsadc_gpio: tsadc-gpio {
1784                                 rockchip,pins =
1785                                         <2 13 RK_FUNC_GPIO &pcfg_pull_none>;
1786                         };
1787                 };
1788
1789                 hdmi_pin {
1790                         hdmi_cec: hdmi-cec {
1791                                 rockchip,pins =
1792                                         <0 3 RK_FUNC_1 &pcfg_pull_none>;
1793                         };
1794
1795                         hdmi_hpd: hdmi-hpd {
1796                                 rockchip,pins =
1797                                         <0 4 RK_FUNC_1 &pcfg_pull_down>;
1798                         };
1799                 };
1800
1801                 cif-0 {
1802                         dvp_d2d9_m0:dvp-d2d9-m0 {
1803                                 rockchip,pins =
1804                                         /* cif_d0 */
1805                                         <3 4 RK_FUNC_2 &pcfg_pull_none>,
1806                                         /* cif_d1 */
1807                                         <3 5 RK_FUNC_2 &pcfg_pull_none>,
1808                                         /* cif_d2 */
1809                                         <3 6 RK_FUNC_2 &pcfg_pull_none>,
1810                                         /* cif_d3 */
1811                                         <3 7 RK_FUNC_2 &pcfg_pull_none>,
1812                                         /* cif_d4 */
1813                                         <3 8 RK_FUNC_2 &pcfg_pull_none>,
1814                                         /* cif_d5m0 */
1815                                         <3 9 RK_FUNC_2 &pcfg_pull_none>,
1816                                         /* cif_d6m0 */
1817                                         <3 10 RK_FUNC_2 &pcfg_pull_none>,
1818                                         /* cif_d7m0 */
1819                                         <3 11 RK_FUNC_2 &pcfg_pull_none>,
1820                                         /* cif_href */
1821                                         <3 1 RK_FUNC_2 &pcfg_pull_none>,
1822                                         /* cif_vsync */
1823                                         <3 0 RK_FUNC_2 &pcfg_pull_none>,
1824                                         /* cif_clkoutm0 */
1825                                         <3 3 RK_FUNC_2 &pcfg_pull_none>,
1826                                         /* cif_clkin */
1827                                         <3 2 RK_FUNC_2 &pcfg_pull_none>;
1828                         };
1829                 };
1830
1831                 cif-1 {
1832                         dvp_d2d9_m1:dvp-d2d9-m1 {
1833                                 rockchip,pins =
1834                                         /* cif_d0 */
1835                                         <3 4 RK_FUNC_2 &pcfg_pull_none>,
1836                                         /* cif_d1 */
1837                                         <3 5 RK_FUNC_2 &pcfg_pull_none>,
1838                                         /* cif_d2 */
1839                                         <3 6 RK_FUNC_2 &pcfg_pull_none>,
1840                                         /* cif_d3 */
1841                                         <3 7 RK_FUNC_2 &pcfg_pull_none>,
1842                                         /* cif_d4 */
1843                                         <3 8 RK_FUNC_2 &pcfg_pull_none>,
1844                                         /* cif_d5m1 */
1845                                         <2 16 RK_FUNC_4 &pcfg_pull_none>,
1846                                         /* cif_d6m1 */
1847                                         <2 17 RK_FUNC_4 &pcfg_pull_none>,
1848                                         /* cif_d7m1 */
1849                                         <2 18 RK_FUNC_4 &pcfg_pull_none>,
1850                                         /* cif_href */
1851                                         <3 1 RK_FUNC_2 &pcfg_pull_none>,
1852                                         /* cif_vsync */
1853                                         <3 0 RK_FUNC_2 &pcfg_pull_none>,
1854                                         /* cif_clkoutm1 */
1855                                         <2 15 RK_FUNC_4 &pcfg_pull_none>,
1856                                         /* cif_clkin */
1857                                         <3 2 RK_FUNC_2 &pcfg_pull_none>;
1858                         };
1859                 };
1860         };
1861 };