2 * (C) Copyright 2016 Rockchip Electronics Co., Ltd
4 * SPDX-License-Identifier: GPL-2.0+
7 #include <dt-bindings/clock/rk3399-cru.h>
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/interrupt-controller/arm-gic.h>
10 #include <dt-bindings/interrupt-controller/irq.h>
11 #include <dt-bindings/pinctrl/rockchip.h>
12 #define USB_CLASS_HUB 9
15 compatible = "rockchip,rk3399";
17 interrupt-parent = <&gic>;
61 compatible = "arm,cortex-a53", "arm,armv8";
63 enable-method = "psci";
64 #cooling-cells = <2>; /* min followed by max */
65 clocks = <&cru ARMCLKL>;
70 compatible = "arm,cortex-a53", "arm,armv8";
72 enable-method = "psci";
73 clocks = <&cru ARMCLKL>;
78 compatible = "arm,cortex-a53", "arm,armv8";
80 enable-method = "psci";
81 clocks = <&cru ARMCLKL>;
86 compatible = "arm,cortex-a53", "arm,armv8";
88 enable-method = "psci";
89 clocks = <&cru ARMCLKL>;
94 compatible = "arm,cortex-a72", "arm,armv8";
96 enable-method = "psci";
97 #cooling-cells = <2>; /* min followed by max */
98 clocks = <&cru ARMCLKB>;
103 compatible = "arm,cortex-a72", "arm,armv8";
105 enable-method = "psci";
106 clocks = <&cru ARMCLKB>;
111 compatible = "arm,psci-1.0";
116 compatible = "arm,armv8-timer";
117 interrupts = <GIC_PPI 13 IRQ_TYPE_LEVEL_LOW>,
118 <GIC_PPI 14 IRQ_TYPE_LEVEL_LOW>,
119 <GIC_PPI 11 IRQ_TYPE_LEVEL_LOW>,
120 <GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>;
124 compatible = "fixed-clock";
125 clock-frequency = <24000000>;
126 clock-output-names = "xin24m";
131 compatible = "simple-bus";
132 #address-cells = <2>;
136 dmac_bus: dma-controller@ff6d0000 {
137 compatible = "arm,pl330", "arm,primecell";
138 reg = <0x0 0xff6d0000 0x0 0x4000>;
139 interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>,
140 <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
142 clocks = <&cru ACLK_DMAC0_PERILP>;
143 clock-names = "apb_pclk";
146 dmac_peri: dma-controller@ff6e0000 {
147 compatible = "arm,pl330", "arm,primecell";
148 reg = <0x0 0xff6e0000 0x0 0x4000>;
149 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
150 <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
152 clocks = <&cru ACLK_DMAC1_PERILP>;
153 clock-names = "apb_pclk";
157 sdio0: dwmmc@fe310000 {
158 compatible = "rockchip,rk3399-dw-mshc",
159 "rockchip,rk3288-dw-mshc";
160 reg = <0x0 0xfe310000 0x0 0x4000>;
161 interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>;
162 clock-freq-min-max = <400000 150000000>;
163 clocks = <&cru HCLK_SDIO>, <&cru SCLK_SDIO>,
164 <&cru SCLK_SDIO_DRV>, <&cru SCLK_SDIO_SAMPLE>;
165 clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
166 fifo-depth = <0x100>;
170 sdmmc: dwmmc@fe320000 {
171 compatible = "rockchip,rk3399-dw-mshc",
172 "rockchip,rk3288-dw-mshc";
173 reg = <0x0 0xfe320000 0x0 0x4000>;
174 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
175 clock-freq-min-max = <400000 150000000>;
176 clocks = <&cru SCLK_SDMMC>, <&cru HCLK_SDMMC>,
177 <&cru SCLK_SDMMC_DRV>, <&cru SCLK_SDMMC_SAMPLE>;
178 clock-names = "ciu", "biu", "ciu-drive", "ciu-sample";
179 pinctrl-names = "default";
180 pinctrl-0 = <&sdmmc_clk>;
181 fifo-depth = <0x100>;
185 sdhci: sdhci@fe330000 {
187 compatible = "rockchip,rk3399-sdhci-5.1", "arasan,sdhci-5.1";
188 reg = <0x0 0xfe330000 0x0 0x10000>;
189 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
190 assigned-clocks = <&cru SCLK_EMMC>;
191 assigned-clock-rates = <200000000>;
192 max-frequency = <200000000>;
193 clocks = <&cru SCLK_EMMC>, <&cru ACLK_EMMC>;
194 clock-names = "clk_xin", "clk_ahb";
196 phy-names = "phy_arasan";
200 usb_host0_ehci: usb@fe380000 {
201 compatible = "generic-ehci";
202 reg = <0x0 0xfe380000 0x0 0x20000>;
203 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
204 clocks = <&cru HCLK_HOST0>, <&cru HCLK_HOST0_ARB>;
205 clock-names = "hclk_host0", "hclk_host0_arb";
209 usb_host0_ohci: usb@fe3a0000 {
210 compatible = "generic-ohci";
211 reg = <0x0 0xfe3a0000 0x0 0x20000>;
212 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
213 clocks = <&cru HCLK_HOST0>, <&cru HCLK_HOST0_ARB>;
214 clock-names = "hclk_host0", "hclk_host0_arb";
218 usb_host1_ehci: usb@fe3c0000 {
219 compatible = "generic-ehci";
220 reg = <0x0 0xfe3c0000 0x0 0x20000>;
221 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
222 clocks = <&cru HCLK_HOST1>, <&cru HCLK_HOST1_ARB>;
223 clock-names = "hclk_host1", "hclk_host1_arb";
227 usb_host1_ohci: usb@fe3e0000 {
228 compatible = "generic-ohci";
229 reg = <0x0 0xfe3e0000 0x0 0x20000>;
230 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
231 clocks = <&cru HCLK_HOST1>, <&cru HCLK_HOST1_ARB>;
232 clock-names = "hclk_host1", "hclk_host1_arb";
236 dwc3_typec0: usb@fe800000 {
237 compatible = "rockchip,rk3399-xhci";
238 reg = <0x0 0xfe800000 0x0 0x100000>;
240 rockchip,vbus-gpio = <&gpio1 3 GPIO_ACTIVE_HIGH>;
241 snps,dis-enblslpm-quirk;
242 snps,phyif-utmi-bits = <16>;
243 snps,dis-u2-freeclk-exists-quirk;
244 snps,dis-u2-susphy-quirk;
246 #address-cells = <2>;
249 compatible = "usb-hub";
250 usb,device-class = <USB_CLASS_HUB>;
253 compatible = "rockchip,rk3399-usb3-phy";
254 reg = <0x0 0xff7c0000 0x0 0x40000>;
258 dwc3_typec1: usb@fe900000 {
259 compatible = "rockchip,rk3399-xhci";
260 reg = <0x0 0xfe900000 0x0 0x100000>;
262 rockchip,vbus-gpio = <&gpio1 4 GPIO_ACTIVE_HIGH>;
263 snps,dis-enblslpm-quirk;
264 snps,phyif-utmi-bits = <16>;
265 snps,dis-u2-freeclk-exists-quirk;
266 snps,dis-u2-susphy-quirk;
268 #address-cells = <2>;
271 compatible = "usb-hub";
272 usb,device-class = <USB_CLASS_HUB>;
275 compatible = "rockchip,rk3399-usb3-phy";
276 reg = <0x0 0xff800000 0x0 0x40000>;
280 gic: interrupt-controller@fee00000 {
281 compatible = "arm,gic-v3";
282 #interrupt-cells = <3>;
283 #address-cells = <2>;
286 interrupt-controller;
288 reg = <0x0 0xfee00000 0 0x10000>, /* GICD */
289 <0x0 0xfef00000 0 0xc0000>, /* GICR */
290 <0x0 0xfff00000 0 0x10000>, /* GICC */
291 <0x0 0xfff10000 0 0x10000>, /* GICH */
292 <0x0 0xfff20000 0 0x10000>; /* GICV */
293 interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
294 its: interrupt-controller@fee20000 {
295 compatible = "arm,gic-v3-its";
297 reg = <0x0 0xfee20000 0x0 0x20000>;
301 uart0: serial@ff180000 {
302 compatible = "rockchip,rk3399-uart", "snps,dw-apb-uart";
303 reg = <0x0 0xff180000 0x0 0x100>;
304 clocks = <&cru SCLK_UART0>, <&cru PCLK_UART0>;
305 clock-names = "baudclk", "apb_pclk";
306 interrupts = <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>;
309 pinctrl-names = "default";
310 pinctrl-0 = <&uart0_xfer>;
314 uart1: serial@ff190000 {
315 compatible = "rockchip,rk3399-uart", "snps,dw-apb-uart";
316 reg = <0x0 0xff190000 0x0 0x100>;
317 clocks = <&cru SCLK_UART1>, <&cru PCLK_UART1>;
318 clock-names = "baudclk", "apb_pclk";
319 interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
322 pinctrl-names = "default";
323 pinctrl-0 = <&uart1_xfer>;
327 uart2: serial@ff1a0000 {
328 compatible = "rockchip,rk3399-uart", "snps,dw-apb-uart";
329 reg = <0x0 0xff1a0000 0x0 0x100>;
330 clocks = <&cru SCLK_UART2>, <&cru PCLK_UART2>;
331 clock-names = "baudclk", "apb_pclk";
332 interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
333 clock-frequency = <24000000>;
336 pinctrl-names = "default";
337 pinctrl-0 = <&uart2c_xfer>;
341 uart3: serial@ff1b0000 {
342 compatible = "rockchip,rk3399-uart", "snps,dw-apb-uart";
343 reg = <0x0 0xff1b0000 0x0 0x100>;
344 clocks = <&cru SCLK_UART3>, <&cru PCLK_UART3>;
345 clock-names = "baudclk", "apb_pclk";
346 interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
349 pinctrl-names = "default";
350 pinctrl-0 = <&uart3_xfer>;
355 compatible = "rockchip,rk3399-spi", "rockchip,rk3066-spi";
356 reg = <0x0 0xff1c0000 0x0 0x1000>;
357 clocks = <&cru SCLK_SPI0>, <&cru PCLK_SPI0>;
358 clock-names = "spiclk", "apb_pclk";
359 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
360 pinctrl-names = "default";
361 pinctrl-0 = <&spi0_clk &spi0_tx &spi0_rx &spi0_cs0>;
362 #address-cells = <1>;
368 compatible = "rockchip,rk3399-spi", "rockchip,rk3066-spi";
369 reg = <0x0 0xff1d0000 0x0 0x1000>;
370 clocks = <&cru SCLK_SPI1>, <&cru PCLK_SPI1>;
371 clock-names = "spiclk", "apb_pclk";
372 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
373 pinctrl-names = "default";
374 pinctrl-0 = <&spi1_clk &spi1_tx &spi1_rx &spi1_cs0>;
375 #address-cells = <1>;
381 compatible = "rockchip,rk3399-spi", "rockchip,rk3066-spi";
382 reg = <0x0 0xff1e0000 0x0 0x1000>;
383 clocks = <&cru SCLK_SPI2>, <&cru PCLK_SPI2>;
384 clock-names = "spiclk", "apb_pclk";
385 interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
386 pinctrl-names = "default";
387 pinctrl-0 = <&spi2_clk &spi2_tx &spi2_rx &spi2_cs0>;
388 #address-cells = <1>;
394 compatible = "rockchip,rk3399-spi", "rockchip,rk3066-spi";
395 reg = <0x0 0xff1f0000 0x0 0x1000>;
396 clocks = <&cru SCLK_SPI4>, <&cru PCLK_SPI4>;
397 clock-names = "spiclk", "apb_pclk";
398 interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
399 pinctrl-names = "default";
400 pinctrl-0 = <&spi4_clk &spi4_tx &spi4_rx &spi4_cs0>;
401 #address-cells = <1>;
407 compatible = "rockchip,rk3399-spi", "rockchip,rk3066-spi";
408 reg = <0x0 0xff200000 0x0 0x1000>;
409 clocks = <&cru SCLK_SPI5>, <&cru PCLK_SPI5>;
410 clock-names = "spiclk", "apb_pclk";
411 interrupts = <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>;
412 pinctrl-names = "default";
413 pinctrl-0 = <&spi5_clk &spi5_tx &spi5_rx &spi5_cs0>;
414 #address-cells = <1>;
419 pmugrf: syscon@ff320000 {
421 compatible = "rockchip,rk3399-pmugrf", "syscon", "simple-mfd";
422 reg = <0x0 0xff320000 0x0 0x1000>;
423 #address-cells = <1>;
426 pmu_io_domains: io-domains {
427 compatible = "rockchip,rk3399-pmu-io-voltage-domain";
432 pmusgrf: syscon@ff330000 {
434 compatible = "rockchip,rk3399-pmusgrf", "syscon";
435 reg = <0x0 0xff330000 0x0 0xe3d4>;
439 compatible = "rockchip,rk3399-spi", "rockchip,rk3066-spi";
440 reg = <0x0 0xff350000 0x0 0x1000>;
441 clocks = <&pmucru SCLK_SPI3_PMU>, <&pmucru PCLK_SPI3_PMU>;
442 clock-names = "spiclk", "apb_pclk";
443 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
444 pinctrl-names = "default";
445 pinctrl-0 = <&spi3_clk &spi3_tx &spi3_rx &spi3_cs0>;
446 #address-cells = <1>;
451 uart4: serial@ff370000 {
452 compatible = "rockchip,rk3399-uart", "snps,dw-apb-uart";
453 reg = <0x0 0xff370000 0x0 0x100>;
454 clocks = <&pmucru SCLK_UART4_PMU>, <&pmucru PCLK_UART4_PMU>;
455 clock-names = "baudclk", "apb_pclk";
456 interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>;
459 pinctrl-names = "default";
460 pinctrl-0 = <&uart4_xfer>;
465 compatible = "rockchip,rk3399-pwm", "rockchip,rk3288-pwm";
466 reg = <0x0 0xff420000 0x0 0x10>;
468 pinctrl-names = "default";
469 pinctrl-0 = <&pwm0_pin>;
470 clocks = <&pmucru PCLK_RKPWM_PMU>;
476 compatible = "rockchip,rk3399-pwm", "rockchip,rk3288-pwm";
477 reg = <0x0 0xff420010 0x0 0x10>;
479 pinctrl-names = "default";
480 pinctrl-0 = <&pwm1_pin>;
481 clocks = <&pmucru PCLK_RKPWM_PMU>;
487 compatible = "rockchip,rk3399-pwm", "rockchip,rk3288-pwm";
488 reg = <0x0 0xff420020 0x0 0x10>;
490 pinctrl-names = "default";
491 pinctrl-0 = <&pwm2_pin>;
492 clocks = <&pmucru PCLK_RKPWM_PMU>;
498 compatible = "rockchip,rk3399-pwm", "rockchip,rk3288-pwm";
499 reg = <0x0 0xff420030 0x0 0x10>;
501 pinctrl-names = "default";
502 pinctrl-0 = <&pwm3a_pin>;
503 clocks = <&pmucru PCLK_RKPWM_PMU>;
508 cic: syscon@ff620000 {
510 compatible = "rockchip,rk3399-cic", "syscon";
511 reg = <0x0 0xff620000 0x0 0x100>;
515 reg = <0x00 0xff630000 0x00 0x4000>;
516 compatible = "rockchip,rk3399-dfi";
517 rockchip,pmu = <&pmugrf>;
518 clocks = <&cru PCLK_DDR_MON>;
519 clock-names = "pclk_ddr_mon";
525 compatible = "rockchip,rk3399-dmc";
526 devfreq-events = <&dfi>;
527 interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH 0>;
528 clocks = <&cru SCLK_DDRCLK>;
529 clock-names = "dmc_clk";
530 reg = <0x0 0xffa80000 0x0 0x0800
531 0x0 0xffa80800 0x0 0x1800
532 0x0 0xffa82000 0x0 0x2000
533 0x0 0xffa84000 0x0 0x1000
534 0x0 0xffa88000 0x0 0x0800
535 0x0 0xffa88800 0x0 0x1800
536 0x0 0xffa8a000 0x0 0x2000
537 0x0 0xffa8c000 0x0 0x1000>;
540 pmucru: pmu-clock-controller@ff750000 {
542 compatible = "rockchip,rk3399-pmucru";
543 reg = <0x0 0xff750000 0x0 0x1000>;
546 assigned-clocks = <&pmucru PLL_PPLL>;
547 assigned-clock-rates = <676000000>;
550 cru: clock-controller@ff760000 {
552 compatible = "rockchip,rk3399-cru";
553 reg = <0x0 0xff760000 0x0 0x1000>;
557 <&cru PLL_GPLL>, <&cru PLL_CPLL>,
559 <&cru ACLK_PERIHP>, <&cru HCLK_PERIHP>,
561 <&cru ACLK_PERILP0>, <&cru HCLK_PERILP0>,
563 <&cru HCLK_PERILP1>, <&cru PCLK_PERILP1>;
564 assigned-clock-rates =
565 <594000000>, <800000000>,
567 <150000000>, <75000000>,
569 <100000000>, <100000000>,
571 <100000000>, <50000000>;
574 grf: syscon@ff770000 {
576 compatible = "rockchip,rk3399-grf", "syscon", "simple-mfd";
577 reg = <0x0 0xff770000 0x0 0x10000>;
578 #address-cells = <1>;
581 io_domains: io-domains {
582 compatible = "rockchip,rk3399-io-voltage-domain";
587 compatible = "rockchip,rk3399-emmc-phy";
595 compatible = "snps,dw-wdt";
596 reg = <0x0 0xff840000 0x0 0x100>;
597 clocks = <&cru PCLK_WDT>;
598 interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
601 spdif: spdif@ff870000 {
602 compatible = "rockchip,rk3399-spdif";
603 reg = <0x0 0xff870000 0x0 0x1000>;
604 interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>;
605 dmas = <&dmac_bus 7>;
607 clock-names = "mclk", "hclk";
608 clocks = <&cru SCLK_SPDIF_8CH>, <&cru HCLK_SPDIF>;
609 pinctrl-names = "default";
610 pinctrl-0 = <&spdif_bus>;
615 compatible = "rockchip,rk3399-i2s", "rockchip,rk3066-i2s";
616 reg = <0x0 0xff880000 0x0 0x1000>;
617 rockchip,grf = <&grf>;
618 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
619 dmas = <&dmac_bus 0>, <&dmac_bus 1>;
620 dma-names = "tx", "rx";
621 clock-names = "i2s_clk", "i2s_hclk";
622 clocks = <&cru SCLK_I2S0_8CH>, <&cru HCLK_I2S0_8CH>;
623 pinctrl-names = "default";
624 pinctrl-0 = <&i2s0_8ch_bus>;
629 compatible = "rockchip,rk3399-i2s", "rockchip,rk3066-i2s";
630 reg = <0x0 0xff890000 0x0 0x1000>;
631 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
632 dmas = <&dmac_bus 2>, <&dmac_bus 3>;
633 dma-names = "tx", "rx";
634 clock-names = "i2s_clk", "i2s_hclk";
635 clocks = <&cru SCLK_I2S1_8CH>, <&cru HCLK_I2S1_8CH>;
636 pinctrl-names = "default";
637 pinctrl-0 = <&i2s1_2ch_bus>;
642 compatible = "rockchip,rk3399-i2s", "rockchip,rk3066-i2s";
643 reg = <0x0 0xff8a0000 0x0 0x1000>;
644 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
645 dmas = <&dmac_bus 4>, <&dmac_bus 5>;
646 dma-names = "tx", "rx";
647 clock-names = "i2s_clk", "i2s_hclk";
648 clocks = <&cru SCLK_I2S2_8CH>, <&cru HCLK_I2S2_8CH>;
654 compatible = "rockchip,rk3399-pinctrl";
655 rockchip,grf = <&grf>;
656 rockchip,pmu = <&pmugrf>;
657 #address-cells = <2>;
661 gpio0: gpio0@ff720000 {
662 compatible = "rockchip,gpio-bank";
663 reg = <0x0 0xff720000 0x0 0x100>;
664 clocks = <&pmucru PCLK_GPIO0_PMU>;
665 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
670 interrupt-controller;
671 #interrupt-cells = <0x2>;
674 gpio1: gpio1@ff730000 {
675 compatible = "rockchip,gpio-bank";
676 reg = <0x0 0xff730000 0x0 0x100>;
677 clocks = <&pmucru PCLK_GPIO1_PMU>;
678 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
683 interrupt-controller;
684 #interrupt-cells = <0x2>;
687 gpio2: gpio2@ff780000 {
688 compatible = "rockchip,gpio-bank";
689 reg = <0x0 0xff780000 0x0 0x100>;
690 clocks = <&cru PCLK_GPIO2>;
691 interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
696 interrupt-controller;
697 #interrupt-cells = <0x2>;
700 gpio3: gpio3@ff788000 {
701 compatible = "rockchip,gpio-bank";
702 reg = <0x0 0xff788000 0x0 0x100>;
703 clocks = <&cru PCLK_GPIO3>;
704 interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
709 interrupt-controller;
710 #interrupt-cells = <0x2>;
713 gpio4: gpio4@ff790000 {
714 compatible = "rockchip,gpio-bank";
715 reg = <0x0 0xff790000 0x0 0x100>;
716 clocks = <&cru PCLK_GPIO4>;
717 interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
722 interrupt-controller;
723 #interrupt-cells = <0x2>;
726 pcfg_pull_up: pcfg-pull-up {
730 pcfg_pull_down: pcfg-pull-down {
734 pcfg_pull_none: pcfg-pull-none {
738 pcfg_pull_none_12ma: pcfg-pull-none-12ma {
740 drive-strength = <12>;
743 pcfg_pull_up_8ma: pcfg-pull-up-8ma {
745 drive-strength = <8>;
748 pcfg_pull_down_4ma: pcfg-pull-down-4ma {
750 drive-strength = <4>;
753 pcfg_pull_up_2ma: pcfg-pull-up-2ma {
755 drive-strength = <2>;
758 pcfg_pull_down_12ma: pcfg-pull-down-12ma {
760 drive-strength = <12>;
763 pcfg_pull_none_13ma: pcfg-pull-none-13ma {
765 drive-strength = <13>;
769 i2c0_xfer: i2c0-xfer {
771 <1 15 RK_FUNC_2 &pcfg_pull_none>,
772 <1 16 RK_FUNC_2 &pcfg_pull_none>;
777 i2c1_xfer: i2c1-xfer {
779 <4 2 RK_FUNC_1 &pcfg_pull_none>,
780 <4 1 RK_FUNC_1 &pcfg_pull_none>;
785 i2c2_xfer: i2c2-xfer {
787 <2 1 RK_FUNC_2 &pcfg_pull_none_12ma>,
788 <2 0 RK_FUNC_2 &pcfg_pull_none_12ma>;
793 i2c3_xfer: i2c3-xfer {
795 <4 17 RK_FUNC_1 &pcfg_pull_none>,
796 <4 16 RK_FUNC_1 &pcfg_pull_none>;
801 i2c4_xfer: i2c4-xfer {
803 <1 12 RK_FUNC_1 &pcfg_pull_none>,
804 <1 11 RK_FUNC_1 &pcfg_pull_none>;
809 i2c5_xfer: i2c5-xfer {
811 <3 11 RK_FUNC_2 &pcfg_pull_none>,
812 <3 10 RK_FUNC_2 &pcfg_pull_none>;
817 i2c6_xfer: i2c6-xfer {
819 <2 10 RK_FUNC_2 &pcfg_pull_none>,
820 <2 9 RK_FUNC_2 &pcfg_pull_none>;
825 i2c7_xfer: i2c7-xfer {
827 <2 8 RK_FUNC_2 &pcfg_pull_none>,
828 <2 7 RK_FUNC_2 &pcfg_pull_none>;
833 i2c8_xfer: i2c8-xfer {
835 <1 21 RK_FUNC_1 &pcfg_pull_none>,
836 <1 20 RK_FUNC_1 &pcfg_pull_none>;
841 i2s0_8ch_bus: i2s0-8ch-bus {
843 <3 24 RK_FUNC_1 &pcfg_pull_none>,
844 <3 25 RK_FUNC_1 &pcfg_pull_none>,
845 <3 26 RK_FUNC_1 &pcfg_pull_none>,
846 <3 27 RK_FUNC_1 &pcfg_pull_none>,
847 <3 28 RK_FUNC_1 &pcfg_pull_none>,
848 <3 29 RK_FUNC_1 &pcfg_pull_none>,
849 <3 30 RK_FUNC_1 &pcfg_pull_none>,
850 <3 31 RK_FUNC_1 &pcfg_pull_none>,
851 <4 0 RK_FUNC_1 &pcfg_pull_none>;
856 i2s1_2ch_bus: i2s1-2ch-bus {
858 <4 3 RK_FUNC_1 &pcfg_pull_none>,
859 <4 4 RK_FUNC_1 &pcfg_pull_none>,
860 <4 5 RK_FUNC_1 &pcfg_pull_none>,
861 <4 6 RK_FUNC_1 &pcfg_pull_none>,
862 <4 7 RK_FUNC_1 &pcfg_pull_none>;
867 sdmmc_bus1: sdmmc-bus1 {
869 <4 8 RK_FUNC_1 &pcfg_pull_up>;
872 sdmmc_bus4: sdmmc-bus4 {
874 <4 8 RK_FUNC_1 &pcfg_pull_up>,
875 <4 9 RK_FUNC_1 &pcfg_pull_up>,
876 <4 10 RK_FUNC_1 &pcfg_pull_up>,
877 <4 11 RK_FUNC_1 &pcfg_pull_up>;
880 sdmmc_clk: sdmmc-clk {
882 <4 12 RK_FUNC_1 &pcfg_pull_none>;
885 sdmmc_cmd: sdmmc-cmd {
887 <4 13 RK_FUNC_1 &pcfg_pull_up>;
892 <0 7 RK_FUNC_1 &pcfg_pull_up>;
897 <0 8 RK_FUNC_1 &pcfg_pull_up>;
902 spdif_bus: spdif-bus {
904 <4 21 RK_FUNC_1 &pcfg_pull_none>;
911 <3 6 RK_FUNC_2 &pcfg_pull_up>;
915 <3 7 RK_FUNC_2 &pcfg_pull_up>;
919 <3 8 RK_FUNC_2 &pcfg_pull_up>;
923 <3 5 RK_FUNC_2 &pcfg_pull_up>;
927 <3 4 RK_FUNC_2 &pcfg_pull_up>;
934 <1 9 RK_FUNC_2 &pcfg_pull_up>;
938 <1 10 RK_FUNC_2 &pcfg_pull_up>;
942 <1 7 RK_FUNC_2 &pcfg_pull_up>;
946 <1 8 RK_FUNC_2 &pcfg_pull_up>;
953 <2 11 RK_FUNC_1 &pcfg_pull_up>;
957 <2 12 RK_FUNC_1 &pcfg_pull_up>;
961 <2 9 RK_FUNC_1 &pcfg_pull_up>;
965 <2 10 RK_FUNC_1 &pcfg_pull_up>;
972 <1 17 RK_FUNC_1 &pcfg_pull_up>;
976 <1 18 RK_FUNC_1 &pcfg_pull_up>;
980 <1 15 RK_FUNC_1 &pcfg_pull_up>;
984 <1 16 RK_FUNC_1 &pcfg_pull_up>;
991 <3 2 RK_FUNC_2 &pcfg_pull_up>;
995 <3 3 RK_FUNC_2 &pcfg_pull_up>;
999 <3 0 RK_FUNC_2 &pcfg_pull_up>;
1003 <3 1 RK_FUNC_2 &pcfg_pull_up>;
1008 spi5_clk: spi5-clk {
1010 <2 22 RK_FUNC_2 &pcfg_pull_up>;
1012 spi5_cs0: spi5-cs0 {
1014 <2 23 RK_FUNC_2 &pcfg_pull_up>;
1018 <2 20 RK_FUNC_2 &pcfg_pull_up>;
1022 <2 21 RK_FUNC_2 &pcfg_pull_up>;
1027 uart0_xfer: uart0-xfer {
1029 <2 16 RK_FUNC_1 &pcfg_pull_up>,
1030 <2 17 RK_FUNC_1 &pcfg_pull_none>;
1033 uart0_cts: uart0-cts {
1035 <2 18 RK_FUNC_1 &pcfg_pull_none>;
1038 uart0_rts: uart0-rts {
1040 <2 19 RK_FUNC_1 &pcfg_pull_none>;
1045 uart1_xfer: uart1-xfer {
1047 <3 12 RK_FUNC_2 &pcfg_pull_up>,
1048 <3 13 RK_FUNC_2 &pcfg_pull_none>;
1053 uart2a_xfer: uart2a-xfer {
1055 <4 8 RK_FUNC_2 &pcfg_pull_up>,
1056 <4 9 RK_FUNC_2 &pcfg_pull_none>;
1061 uart2b_xfer: uart2b-xfer {
1063 <4 16 RK_FUNC_2 &pcfg_pull_up>,
1064 <4 17 RK_FUNC_2 &pcfg_pull_none>;
1069 uart2c_xfer: uart2c-xfer {
1071 <4 19 RK_FUNC_1 &pcfg_pull_up>,
1072 <4 20 RK_FUNC_1 &pcfg_pull_none>;
1077 uart3_xfer: uart3-xfer {
1079 <3 14 RK_FUNC_2 &pcfg_pull_up>,
1080 <3 15 RK_FUNC_2 &pcfg_pull_none>;
1083 uart3_cts: uart3-cts {
1085 <3 18 RK_FUNC_2 &pcfg_pull_none>;
1088 uart3_rts: uart3-rts {
1090 <3 19 RK_FUNC_2 &pcfg_pull_none>;
1095 uart4_xfer: uart4-xfer {
1097 <1 7 RK_FUNC_1 &pcfg_pull_up>,
1098 <1 8 RK_FUNC_1 &pcfg_pull_none>;
1103 uarthdcp_xfer: uarthdcp-xfer {
1105 <4 21 RK_FUNC_2 &pcfg_pull_up>,
1106 <4 22 RK_FUNC_2 &pcfg_pull_none>;
1111 pwm0_pin: pwm0-pin {
1113 <4 18 RK_FUNC_1 &pcfg_pull_none>;
1116 vop0_pwm_pin: vop0-pwm-pin {
1118 <4 18 RK_FUNC_2 &pcfg_pull_none>;
1123 pwm1_pin: pwm1-pin {
1125 <4 22 RK_FUNC_1 &pcfg_pull_none>;
1128 vop1_pwm_pin: vop1-pwm-pin {
1130 <4 18 RK_FUNC_3 &pcfg_pull_none>;
1135 pwm2_pin: pwm2-pin {
1137 <1 19 RK_FUNC_1 &pcfg_pull_none>;
1142 pwm3a_pin: pwm3a-pin {
1144 <0 6 RK_FUNC_1 &pcfg_pull_none>;
1149 pwm3b_pin: pwm3b-pin {
1151 <1 14 RK_FUNC_1 &pcfg_pull_none>;