2 * Copyright (c) 2015 Heiko Stuebner <heiko@sntech.de>
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
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.
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.
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
30 * The above copyright notice and this permission notice shall be
31 * included in all copies or substantial portions of the Software.
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.
43 #include <dt-bindings/clock/rk3368-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/thermal/thermal.h>
51 compatible = "rockchip,rk3368";
52 interrupt-parent = <&gic>;
75 #address-cells = <0x2>;
111 entry-method = "psci";
113 cpu_sleep: cpu-sleep-0 {
114 compatible = "arm,idle-state";
115 arm,psci-suspend-param = <0x1010000>;
116 entry-latency-us = <0x3fffffff>;
117 exit-latency-us = <0x40000000>;
118 min-residency-us = <0xffffffff>;
124 compatible = "arm,cortex-a53", "arm,armv8";
126 cpu-idle-states = <&cpu_sleep>;
127 enable-method = "psci";
129 #cooling-cells = <2>; /* min followed by max */
134 compatible = "arm,cortex-a53", "arm,armv8";
136 cpu-idle-states = <&cpu_sleep>;
137 enable-method = "psci";
142 compatible = "arm,cortex-a53", "arm,armv8";
144 cpu-idle-states = <&cpu_sleep>;
145 enable-method = "psci";
150 compatible = "arm,cortex-a53", "arm,armv8";
152 cpu-idle-states = <&cpu_sleep>;
153 enable-method = "psci";
158 compatible = "arm,cortex-a53", "arm,armv8";
160 cpu-idle-states = <&cpu_sleep>;
161 enable-method = "psci";
163 #cooling-cells = <2>; /* min followed by max */
168 compatible = "arm,cortex-a53", "arm,armv8";
170 cpu-idle-states = <&cpu_sleep>;
171 enable-method = "psci";
176 compatible = "arm,cortex-a53", "arm,armv8";
178 cpu-idle-states = <&cpu_sleep>;
179 enable-method = "psci";
184 compatible = "arm,cortex-a53", "arm,armv8";
186 cpu-idle-states = <&cpu_sleep>;
187 enable-method = "psci";
192 compatible = "arm,armv8-pmuv3";
193 interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>,
194 <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>,
195 <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>,
196 <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>,
197 <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>,
198 <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>,
199 <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
200 <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>;
201 interrupt-affinity = <&cpu_l0>, <&cpu_l1>, <&cpu_l2>,
202 <&cpu_l3>, <&cpu_b0>, <&cpu_b1>,
203 <&cpu_b2>, <&cpu_b3>;
207 compatible = "arm,psci-0.2";
212 compatible = "arm,armv8-timer";
213 interrupts = <GIC_PPI 13
214 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_HIGH)>,
216 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_HIGH)>,
218 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_HIGH)>,
220 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_HIGH)>;
224 compatible = "fixed-clock";
225 clock-frequency = <24000000>;
226 clock-output-names = "xin24m";
230 sdmmc: dwmmc@ff0c0000 {
231 compatible = "rockchip,rk3368-dw-mshc", "rockchip,rk3288-dw-mshc";
232 reg = <0x0 0xff0c0000 0x0 0x4000>;
233 clock-freq-min-max = <400000 150000000>;
234 clocks = <&cru HCLK_SDMMC>, <&cru SCLK_SDMMC>,
235 <&cru SCLK_SDMMC_DRV>, <&cru SCLK_SDMMC_SAMPLE>;
236 clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
237 fifo-depth = <0x100>;
238 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
242 sdio0: dwmmc@ff0d0000 {
243 compatible = "rockchip,rk3368-dw-mshc", "rockchip,rk3288-dw-mshc";
244 reg = <0x0 0xff0d0000 0x0 0x4000>;
245 clock-freq-min-max = <400000 150000000>;
246 clocks = <&cru HCLK_SDIO0>, <&cru SCLK_SDIO0>,
247 <&cru SCLK_SDIO0_DRV>, <&cru SCLK_SDIO0_SAMPLE>;
248 clock-names = "biu", "ciu", "ciu_drv", "ciu_sample";
249 fifo-depth = <0x100>;
250 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
254 emmc: dwmmc@ff0f0000 {
255 compatible = "rockchip,rk3368-dw-mshc", "rockchip,rk3288-dw-mshc";
256 reg = <0x0 0xff0f0000 0x0 0x4000>;
257 clock-freq-min-max = <400000 150000000>;
258 clocks = <&cru HCLK_EMMC>, <&cru SCLK_EMMC>,
259 <&cru SCLK_EMMC_DRV>, <&cru SCLK_EMMC_SAMPLE>;
260 clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
261 fifo-depth = <0x100>;
262 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
266 saradc: saradc@ff100000 {
267 compatible = "rockchip,saradc";
268 reg = <0x0 0xff100000 0x0 0x100>;
269 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
270 #io-channel-cells = <1>;
271 clocks = <&cru SCLK_SARADC>, <&cru PCLK_SARADC>;
272 clock-names = "saradc", "apb_pclk";
277 compatible = "rockchip,rk3368-spi", "rockchip,rk3066-spi";
278 reg = <0x0 0xff110000 0x0 0x1000>;
279 clocks = <&cru SCLK_SPI0>, <&cru PCLK_SPI0>;
280 clock-names = "spiclk", "apb_pclk";
281 interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
282 pinctrl-names = "default";
283 pinctrl-0 = <&spi0_clk &spi0_tx &spi0_rx &spi0_cs0>;
284 #address-cells = <1>;
290 compatible = "rockchip,rk3368-spi", "rockchip,rk3066-spi";
291 reg = <0x0 0xff120000 0x0 0x1000>;
292 clocks = <&cru SCLK_SPI1>, <&cru PCLK_SPI1>;
293 clock-names = "spiclk", "apb_pclk";
294 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
295 pinctrl-names = "default";
296 pinctrl-0 = <&spi1_clk &spi1_tx &spi1_rx &spi1_cs0>;
297 #address-cells = <1>;
303 compatible = "rockchip,rk3368-spi", "rockchip,rk3066-spi";
304 reg = <0x0 0xff130000 0x0 0x1000>;
305 clocks = <&cru SCLK_SPI2>, <&cru PCLK_SPI2>;
306 clock-names = "spiclk", "apb_pclk";
307 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
308 pinctrl-names = "default";
309 pinctrl-0 = <&spi2_clk &spi2_tx &spi2_rx &spi2_cs0>;
310 #address-cells = <1>;
316 compatible = "rockchip,rk3368-i2c", "rockchip,rk3288-i2c";
317 reg = <0x0 0xff140000 0x0 0x1000>;
318 interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
319 #address-cells = <1>;
322 clocks = <&cru PCLK_I2C1>;
323 pinctrl-names = "default";
324 pinctrl-0 = <&i2c1_xfer>;
329 compatible = "rockchip,rk3368-i2c", "rockchip,rk3288-i2c";
330 reg = <0x0 0xff150000 0x0 0x1000>;
331 interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
332 #address-cells = <1>;
335 clocks = <&cru PCLK_I2C3>;
336 pinctrl-names = "default";
337 pinctrl-0 = <&i2c3_xfer>;
342 compatible = "rockchip,rk3368-i2c", "rockchip,rk3288-i2c";
343 reg = <0x0 0xff160000 0x0 0x1000>;
344 interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>;
345 #address-cells = <1>;
348 clocks = <&cru PCLK_I2C4>;
349 pinctrl-names = "default";
350 pinctrl-0 = <&i2c4_xfer>;
355 compatible = "rockchip,rk3368-i2c", "rockchip,rk3288-i2c";
356 reg = <0x0 0xff170000 0x0 0x1000>;
357 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
358 #address-cells = <1>;
361 clocks = <&cru PCLK_I2C5>;
362 pinctrl-names = "default";
363 pinctrl-0 = <&i2c5_xfer>;
367 uart0: serial@ff180000 {
368 compatible = "rockchip,rk3368-uart", "snps,dw-apb-uart";
369 reg = <0x0 0xff180000 0x0 0x100>;
370 clock-frequency = <24000000>;
371 clocks = <&cru SCLK_UART0>, <&cru PCLK_UART0>;
372 clock-names = "baudclk", "apb_pclk";
373 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
376 pinctrl-names = "default";
377 pinctrl-0 = <&uart0_xfer>;
381 uart1: serial@ff190000 {
382 compatible = "rockchip,rk3368-uart", "snps,dw-apb-uart";
383 reg = <0x0 0xff190000 0x0 0x100>;
384 clock-frequency = <24000000>;
385 clocks = <&cru SCLK_UART1>, <&cru PCLK_UART1>;
386 clock-names = "baudclk", "apb_pclk";
387 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
390 pinctrl-names = "default";
391 pinctrl-1 = <&uart0_xfer>;
395 uart3: serial@ff1b0000 {
396 compatible = "rockchip,rk3368-uart", "snps,dw-apb-uart";
397 reg = <0x0 0xff1b0000 0x0 0x100>;
398 clock-frequency = <24000000>;
399 clocks = <&cru SCLK_UART3>, <&cru PCLK_UART3>;
400 clock-names = "baudclk", "apb_pclk";
401 interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;
404 pinctrl-names = "default";
405 pinctrl-0 = <&uart3_xfer>;
409 uart4: serial@ff1c0000 {
410 compatible = "rockchip,rk3368-uart", "snps,dw-apb-uart";
411 reg = <0x0 0xff1c0000 0x0 0x100>;
412 clock-frequency = <24000000>;
413 clocks = <&cru SCLK_UART4>, <&cru PCLK_UART4>;
414 clock-names = "baudclk", "apb_pclk";
415 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
418 pinctrl-names = "default";
419 pinctrl-0 = <&uart4_xfer>;
425 polling-delay-passive = <100>; /* milliseconds */
426 polling-delay = <5000>; /* milliseconds */
428 thermal-sensors = <&tsadc 0>;
431 cpu_alert0: cpu_alert0 {
432 temperature = <75000>; /* millicelsius */
433 hysteresis = <2000>; /* millicelsius */
436 cpu_alert1: cpu_alert1 {
437 temperature = <80000>; /* millicelsius */
438 hysteresis = <2000>; /* millicelsius */
442 temperature = <95000>; /* millicelsius */
443 hysteresis = <2000>; /* millicelsius */
450 trip = <&cpu_alert0>;
452 <&cpu_b0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
455 trip = <&cpu_alert1>;
457 <&cpu_l0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
463 polling-delay-passive = <100>; /* milliseconds */
464 polling-delay = <5000>; /* milliseconds */
466 thermal-sensors = <&tsadc 1>;
469 gpu_alert0: gpu_alert0 {
470 temperature = <80000>; /* millicelsius */
471 hysteresis = <2000>; /* millicelsius */
475 temperature = <115000>; /* millicelsius */
476 hysteresis = <2000>; /* millicelsius */
483 trip = <&gpu_alert0>;
485 <&cpu_b0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
491 tsadc: tsadc@ff280000 {
492 compatible = "rockchip,rk3368-tsadc";
493 reg = <0x0 0xff280000 0x0 0x100>;
494 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
495 clocks = <&cru SCLK_TSADC>, <&cru PCLK_TSADC>;
496 clock-names = "tsadc", "apb_pclk";
497 resets = <&cru SRST_TSADC>;
498 reset-names = "tsadc-apb";
499 pinctrl-names = "init", "default", "sleep";
500 pinctrl-0 = <&otp_gpio>;
501 pinctrl-1 = <&otp_out>;
502 pinctrl-2 = <&otp_gpio>;
503 #thermal-sensor-cells = <1>;
504 rockchip,hw-tshut-temp = <95000>;
508 gmac: ethernet@ff290000 {
509 compatible = "rockchip,rk3368-gmac";
510 reg = <0x0 0xff290000 0x0 0x10000>;
511 interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
512 interrupt-names = "macirq";
513 rockchip,grf = <&grf>;
514 clocks = <&cru SCLK_MAC>,
515 <&cru SCLK_MAC_RX>, <&cru SCLK_MAC_TX>,
516 <&cru SCLK_MACREF>, <&cru SCLK_MACREF_OUT>,
517 <&cru ACLK_GMAC>, <&cru PCLK_GMAC>;
518 clock-names = "stmmaceth",
519 "mac_clk_rx", "mac_clk_tx",
520 "clk_mac_ref", "clk_mac_refout",
521 "aclk_mac", "pclk_mac";
525 usb_host0_ehci: usb@ff500000 {
526 compatible = "generic-ehci";
527 reg = <0x0 0xff500000 0x0 0x100>;
528 interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
529 clocks = <&cru HCLK_HOST0>;
530 clock-names = "usbhost";
534 usb_otg: usb@ff580000 {
535 compatible = "rockchip,rk3368-usb", "rockchip,rk3066-usb",
537 reg = <0x0 0xff580000 0x0 0x40000>;
538 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
539 clocks = <&cru HCLK_OTG0>;
542 g-np-tx-fifo-size = <16>;
543 g-rx-fifo-size = <275>;
544 g-tx-fifo-size = <256 128 128 64 64 32>;
550 compatible = "rockchip,rk3368-i2c", "rockchip,rk3288-i2c";
551 reg = <0x0 0xff650000 0x0 0x1000>;
552 clocks = <&cru PCLK_I2C0>;
554 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
555 pinctrl-names = "default";
556 pinctrl-0 = <&i2c0_xfer>;
557 #address-cells = <1>;
563 compatible = "rockchip,rk3368-i2c", "rockchip,rk3288-i2c";
564 reg = <0x0 0xff660000 0x0 0x1000>;
565 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
566 #address-cells = <1>;
569 clocks = <&cru PCLK_I2C2>;
570 pinctrl-names = "default";
571 pinctrl-0 = <&i2c2_xfer>;
576 compatible = "rockchip,rk3368-pwm", "rockchip,rk3288-pwm";
577 reg = <0x0 0xff680000 0x0 0x10>;
579 pinctrl-names = "default";
580 pinctrl-0 = <&pwm0_pin>;
581 clocks = <&cru PCLK_PWM1>;
587 compatible = "rockchip,rk3368-pwm", "rockchip,rk3288-pwm";
588 reg = <0x0 0xff680010 0x0 0x10>;
590 pinctrl-names = "default";
591 pinctrl-0 = <&pwm1_pin>;
592 clocks = <&cru PCLK_PWM1>;
598 compatible = "rockchip,rk3368-pwm", "rockchip,rk3288-pwm";
599 reg = <0x0 0xff680020 0x0 0x10>;
601 clocks = <&cru PCLK_PWM1>;
607 compatible = "rockchip,rk3368-pwm", "rockchip,rk3288-pwm";
608 reg = <0x0 0xff680030 0x0 0x10>;
610 pinctrl-names = "default";
611 pinctrl-0 = <&pwm3_pin>;
612 clocks = <&cru PCLK_PWM1>;
617 uart2: serial@ff690000 {
618 compatible = "rockchip,rk3368-uart", "snps,dw-apb-uart";
619 reg = <0x0 0xff690000 0x0 0x100>;
620 clock-frequency = <24000000>;
621 clocks = <&cru SCLK_UART2>, <&cru PCLK_UART2>;
622 clock-names = "baudclk", "apb_pclk";
623 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
624 pinctrl-names = "default";
625 pinctrl-0 = <&uart2_xfer>;
631 mbox: mbox@ff6b0000 {
632 compatible = "rockchip,rk3368-mailbox";
633 reg = <0x0 0xff6b0000 0x0 0x1000>;
634 interrupts = <GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>,
635 <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>,
636 <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>,
637 <GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH>;
638 clocks = <&cru PCLK_MAILBOX>;
639 clock-names = "pclk_mailbox";
643 pmugrf: syscon@ff738000 {
644 compatible = "rockchip,rk3368-pmugrf", "syscon";
645 reg = <0x0 0xff738000 0x0 0x1000>;
648 cru: clock-controller@ff760000 {
649 compatible = "rockchip,rk3368-cru";
650 reg = <0x0 0xff760000 0x0 0x1000>;
651 rockchip,grf = <&grf>;
656 grf: syscon@ff770000 {
657 compatible = "rockchip,rk3368-grf", "syscon";
658 reg = <0x0 0xff770000 0x0 0x1000>;
661 wdt: watchdog@ff800000 {
662 compatible = "rockchip,rk3368-wdt", "snps,dw-wdt";
663 reg = <0x0 0xff800000 0x0 0x100>;
664 clocks = <&cru PCLK_WDT>;
665 interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
670 compatible = "rockchip,rk3368-timer", "rockchip,rk3288-timer";
671 reg = <0x0 0xff810000 0x0 0x20>;
672 interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>;
675 gic: interrupt-controller@ffb71000 {
676 compatible = "arm,gic-400";
677 interrupt-controller;
678 #interrupt-cells = <3>;
679 #address-cells = <0>;
681 reg = <0x0 0xffb71000 0x0 0x1000>,
682 <0x0 0xffb72000 0x0 0x1000>,
683 <0x0 0xffb74000 0x0 0x2000>,
684 <0x0 0xffb76000 0x0 0x2000>;
685 interrupts = <GIC_PPI 9
686 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_HIGH)>;
690 compatible = "rockchip,rk3368-pinctrl";
691 rockchip,grf = <&grf>;
692 rockchip,pmu = <&pmugrf>;
693 #address-cells = <0x2>;
697 gpio0: gpio0@ff750000 {
698 compatible = "rockchip,gpio-bank";
699 reg = <0x0 0xff750000 0x0 0x100>;
700 clocks = <&cru PCLK_GPIO0>;
701 interrupts = <GIC_SPI 0x51 IRQ_TYPE_LEVEL_HIGH>;
706 interrupt-controller;
707 #interrupt-cells = <0x2>;
710 gpio1: gpio1@ff780000 {
711 compatible = "rockchip,gpio-bank";
712 reg = <0x0 0xff780000 0x0 0x100>;
713 clocks = <&cru PCLK_GPIO1>;
714 interrupts = <GIC_SPI 0x52 IRQ_TYPE_LEVEL_HIGH>;
719 interrupt-controller;
720 #interrupt-cells = <0x2>;
723 gpio2: gpio2@ff790000 {
724 compatible = "rockchip,gpio-bank";
725 reg = <0x0 0xff790000 0x0 0x100>;
726 clocks = <&cru PCLK_GPIO2>;
727 interrupts = <GIC_SPI 0x53 IRQ_TYPE_LEVEL_HIGH>;
732 interrupt-controller;
733 #interrupt-cells = <0x2>;
736 gpio3: gpio3@ff7a0000 {
737 compatible = "rockchip,gpio-bank";
738 reg = <0x0 0xff7a0000 0x0 0x100>;
739 clocks = <&cru PCLK_GPIO3>;
740 interrupts = <GIC_SPI 0x54 IRQ_TYPE_LEVEL_HIGH>;
745 interrupt-controller;
746 #interrupt-cells = <0x2>;
749 pcfg_pull_up: pcfg-pull-up {
753 pcfg_pull_down: pcfg-pull-down {
757 pcfg_pull_none: pcfg-pull-none {
761 pcfg_pull_none_12ma: pcfg-pull-none-12ma {
763 drive-strength = <12>;
768 rockchip,pins = <2 4 RK_FUNC_2 &pcfg_pull_none>;
772 rockchip,pins = <1 26 RK_FUNC_2 &pcfg_pull_up>;
776 rockchip,pins = <1 27 RK_FUNC_2 &pcfg_pull_up>;
779 emmc_bus1: emmc-bus1 {
780 rockchip,pins = <1 18 RK_FUNC_2 &pcfg_pull_up>;
783 emmc_bus4: emmc-bus4 {
784 rockchip,pins = <1 18 RK_FUNC_2 &pcfg_pull_up>,
785 <1 19 RK_FUNC_2 &pcfg_pull_up>,
786 <1 20 RK_FUNC_2 &pcfg_pull_up>,
787 <1 21 RK_FUNC_2 &pcfg_pull_up>;
790 emmc_bus8: emmc-bus8 {
791 rockchip,pins = <1 18 RK_FUNC_2 &pcfg_pull_up>,
792 <1 19 RK_FUNC_2 &pcfg_pull_up>,
793 <1 20 RK_FUNC_2 &pcfg_pull_up>,
794 <1 21 RK_FUNC_2 &pcfg_pull_up>,
795 <1 22 RK_FUNC_2 &pcfg_pull_up>,
796 <1 23 RK_FUNC_2 &pcfg_pull_up>,
797 <1 24 RK_FUNC_2 &pcfg_pull_up>,
798 <1 25 RK_FUNC_2 &pcfg_pull_up>;
803 rgmii_pins: rgmii-pins {
804 rockchip,pins = <3 22 RK_FUNC_1 &pcfg_pull_none>,
805 <3 24 RK_FUNC_1 &pcfg_pull_none>,
806 <3 19 RK_FUNC_1 &pcfg_pull_none>,
807 <3 8 RK_FUNC_1 &pcfg_pull_none_12ma>,
808 <3 9 RK_FUNC_1 &pcfg_pull_none_12ma>,
809 <3 10 RK_FUNC_1 &pcfg_pull_none_12ma>,
810 <3 14 RK_FUNC_1 &pcfg_pull_none_12ma>,
811 <3 28 RK_FUNC_1 &pcfg_pull_none_12ma>,
812 <3 13 RK_FUNC_1 &pcfg_pull_none_12ma>,
813 <3 15 RK_FUNC_1 &pcfg_pull_none>,
814 <3 16 RK_FUNC_1 &pcfg_pull_none>,
815 <3 17 RK_FUNC_1 &pcfg_pull_none>,
816 <3 18 RK_FUNC_1 &pcfg_pull_none>,
817 <3 25 RK_FUNC_1 &pcfg_pull_none>,
818 <3 20 RK_FUNC_1 &pcfg_pull_none>;
821 rmii_pins: rmii-pins {
822 rockchip,pins = <3 22 RK_FUNC_1 &pcfg_pull_none>,
823 <3 24 RK_FUNC_1 &pcfg_pull_none>,
824 <3 19 RK_FUNC_1 &pcfg_pull_none>,
825 <3 8 RK_FUNC_1 &pcfg_pull_none_12ma>,
826 <3 9 RK_FUNC_1 &pcfg_pull_none_12ma>,
827 <3 13 RK_FUNC_1 &pcfg_pull_none_12ma>,
828 <3 15 RK_FUNC_1 &pcfg_pull_none>,
829 <3 16 RK_FUNC_1 &pcfg_pull_none>,
830 <3 20 RK_FUNC_1 &pcfg_pull_none>,
831 <3 21 RK_FUNC_1 &pcfg_pull_none>;
836 i2c0_xfer: i2c0-xfer {
837 rockchip,pins = <0 6 RK_FUNC_1 &pcfg_pull_none>,
838 <0 7 RK_FUNC_1 &pcfg_pull_none>;
843 i2c1_xfer: i2c1-xfer {
844 rockchip,pins = <2 21 RK_FUNC_1 &pcfg_pull_none>,
845 <2 22 RK_FUNC_1 &pcfg_pull_none>;
850 i2c2_xfer: i2c2-xfer {
851 rockchip,pins = <0 9 RK_FUNC_2 &pcfg_pull_none>,
852 <3 31 RK_FUNC_2 &pcfg_pull_none>;
857 i2c3_xfer: i2c3-xfer {
858 rockchip,pins = <1 16 RK_FUNC_1 &pcfg_pull_none>,
859 <1 17 RK_FUNC_1 &pcfg_pull_none>;
864 i2c4_xfer: i2c4-xfer {
865 rockchip,pins = <3 24 RK_FUNC_2 &pcfg_pull_none>,
866 <3 25 RK_FUNC_2 &pcfg_pull_none>;
871 i2c5_xfer: i2c5-xfer {
872 rockchip,pins = <3 26 RK_FUNC_2 &pcfg_pull_none>,
873 <3 27 RK_FUNC_2 &pcfg_pull_none>;
879 rockchip,pins = <3 8 RK_FUNC_2 &pcfg_pull_none>;
885 rockchip,pins = <0 8 RK_FUNC_2 &pcfg_pull_none>;
891 rockchip,pins = <3 29 RK_FUNC_3 &pcfg_pull_none>;
896 sdio0_bus1: sdio0-bus1 {
897 rockchip,pins = <2 28 RK_FUNC_1 &pcfg_pull_up>;
900 sdio0_bus4: sdio0-bus4 {
901 rockchip,pins = <2 28 RK_FUNC_1 &pcfg_pull_up>,
902 <2 29 RK_FUNC_1 &pcfg_pull_up>,
903 <2 30 RK_FUNC_1 &pcfg_pull_up>,
904 <2 31 RK_FUNC_1 &pcfg_pull_up>;
907 sdio0_cmd: sdio0-cmd {
908 rockchip,pins = <3 0 RK_FUNC_1 &pcfg_pull_up>;
911 sdio0_clk: sdio0-clk {
912 rockchip,pins = <3 1 RK_FUNC_1 &pcfg_pull_none>;
916 rockchip,pins = <3 2 RK_FUNC_1 &pcfg_pull_up>;
920 rockchip,pins = <3 3 RK_FUNC_1 &pcfg_pull_up>;
923 sdio0_pwr: sdio0-pwr {
924 rockchip,pins = <3 4 RK_FUNC_1 &pcfg_pull_up>;
927 sdio0_bkpwr: sdio0-bkpwr {
928 rockchip,pins = <3 5 RK_FUNC_1 &pcfg_pull_up>;
931 sdio0_int: sdio0-int {
932 rockchip,pins = <3 6 RK_FUNC_1 &pcfg_pull_up>;
937 sdmmc_clk: sdmmc-clk {
938 rockchip,pins = <2 9 RK_FUNC_1 &pcfg_pull_none>;
941 sdmmc_cmd: sdmmc-cmd {
942 rockchip,pins = <2 10 RK_FUNC_1 &pcfg_pull_up>;
946 rockchip,pins = <2 11 RK_FUNC_1 &pcfg_pull_up>;
949 sdmmc_bus1: sdmmc-bus1 {
950 rockchip,pins = <2 5 RK_FUNC_1 &pcfg_pull_up>;
953 sdmmc_bus4: sdmmc-bus4 {
954 rockchip,pins = <2 5 RK_FUNC_1 &pcfg_pull_up>,
955 <2 6 RK_FUNC_1 &pcfg_pull_up>,
956 <2 7 RK_FUNC_1 &pcfg_pull_up>,
957 <2 8 RK_FUNC_1 &pcfg_pull_up>;
963 rockchip,pins = <1 29 RK_FUNC_2 &pcfg_pull_up>;
966 rockchip,pins = <1 24 RK_FUNC_3 &pcfg_pull_up>;
969 rockchip,pins = <1 25 RK_FUNC_3 &pcfg_pull_up>;
972 rockchip,pins = <1 23 RK_FUNC_3 &pcfg_pull_up>;
975 rockchip,pins = <1 22 RK_FUNC_3 &pcfg_pull_up>;
981 rockchip,pins = <1 14 RK_FUNC_2 &pcfg_pull_up>;
984 rockchip,pins = <1 15 RK_FUNC_2 &pcfg_pull_up>;
987 rockchip,pins = <3 28 RK_FUNC_2 &pcfg_pull_up>;
990 rockchip,pins = <1 16 RK_FUNC_2 &pcfg_pull_up>;
993 rockchip,pins = <1 17 RK_FUNC_2 &pcfg_pull_up>;
999 rockchip,pins = <0 12 RK_FUNC_2 &pcfg_pull_up>;
1001 spi2_cs0: spi2-cs0 {
1002 rockchip,pins = <0 13 RK_FUNC_2 &pcfg_pull_up>;
1005 rockchip,pins = <0 10 RK_FUNC_2 &pcfg_pull_up>;
1008 rockchip,pins = <0 11 RK_FUNC_2 &pcfg_pull_up>;
1013 otp_gpio: otp-gpio {
1014 rockchip,pins = <0 3 RK_FUNC_GPIO &pcfg_pull_none>;
1018 rockchip,pins = <0 3 RK_FUNC_1 &pcfg_pull_none>;
1023 uart0_xfer: uart0-xfer {
1024 rockchip,pins = <2 24 RK_FUNC_1 &pcfg_pull_up>,
1025 <2 25 RK_FUNC_1 &pcfg_pull_none>;
1028 uart0_cts: uart0-cts {
1029 rockchip,pins = <2 26 RK_FUNC_1 &pcfg_pull_none>;
1032 uart0_rts: uart0-rts {
1033 rockchip,pins = <2 27 RK_FUNC_1 &pcfg_pull_none>;
1038 uart1_xfer: uart1-xfer {
1039 rockchip,pins = <0 20 RK_FUNC_3 &pcfg_pull_up>,
1040 <0 21 RK_FUNC_3 &pcfg_pull_none>;
1043 uart1_cts: uart1-cts {
1044 rockchip,pins = <0 22 RK_FUNC_3 &pcfg_pull_none>;
1047 uart1_rts: uart1-rts {
1048 rockchip,pins = <0 23 RK_FUNC_3 &pcfg_pull_none>;
1053 uart2_xfer: uart2-xfer {
1054 rockchip,pins = <2 6 RK_FUNC_2 &pcfg_pull_up>,
1055 <2 5 RK_FUNC_2 &pcfg_pull_none>;
1057 /* no rts / cts for uart2 */
1061 uart3_xfer: uart3-xfer {
1062 rockchip,pins = <3 29 RK_FUNC_2 &pcfg_pull_up>,
1063 <3 30 RK_FUNC_3 &pcfg_pull_none>;
1066 uart3_cts: uart3-cts {
1067 rockchip,pins = <3 16 RK_FUNC_2 &pcfg_pull_none>;
1070 uart3_rts: uart3-rts {
1071 rockchip,pins = <3 17 RK_FUNC_2 &pcfg_pull_none>;
1076 uart4_xfer: uart4-xfer {
1077 rockchip,pins = <0 27 RK_FUNC_3 &pcfg_pull_up>,
1078 <0 26 RK_FUNC_3 &pcfg_pull_none>;
1081 uart4_cts: uart4-cts {
1082 rockchip,pins = <0 24 RK_FUNC_3 &pcfg_pull_none>;
1085 uart4_rts: uart4-rts {
1086 rockchip,pins = <0 25 RK_FUNC_3 &pcfg_pull_none>;