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>;
63 compatible = "arm,cortex-a53", "arm,armv8";
65 enable-method = "psci";
66 #cooling-cells = <2>; /* min followed by max */
67 clocks = <&cru ARMCLKL>;
72 compatible = "arm,cortex-a53", "arm,armv8";
74 enable-method = "psci";
75 clocks = <&cru ARMCLKL>;
80 compatible = "arm,cortex-a53", "arm,armv8";
82 enable-method = "psci";
83 clocks = <&cru ARMCLKL>;
88 compatible = "arm,cortex-a53", "arm,armv8";
90 enable-method = "psci";
91 clocks = <&cru ARMCLKL>;
96 compatible = "arm,cortex-a72", "arm,armv8";
98 enable-method = "psci";
99 #cooling-cells = <2>; /* min followed by max */
100 clocks = <&cru ARMCLKB>;
105 compatible = "arm,cortex-a72", "arm,armv8";
107 enable-method = "psci";
108 clocks = <&cru ARMCLKB>;
113 compatible = "arm,psci-1.0";
118 compatible = "arm,armv8-timer";
119 interrupts = <GIC_PPI 13 IRQ_TYPE_LEVEL_LOW>,
120 <GIC_PPI 14 IRQ_TYPE_LEVEL_LOW>,
121 <GIC_PPI 11 IRQ_TYPE_LEVEL_LOW>,
122 <GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>;
126 compatible = "fixed-clock";
127 clock-frequency = <24000000>;
128 clock-output-names = "xin24m";
133 compatible = "simple-bus";
134 #address-cells = <2>;
138 dmac_bus: dma-controller@ff6d0000 {
139 compatible = "arm,pl330", "arm,primecell";
140 reg = <0x0 0xff6d0000 0x0 0x4000>;
141 interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>,
142 <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
144 clocks = <&cru ACLK_DMAC0_PERILP>;
145 clock-names = "apb_pclk";
148 dmac_peri: dma-controller@ff6e0000 {
149 compatible = "arm,pl330", "arm,primecell";
150 reg = <0x0 0xff6e0000 0x0 0x4000>;
151 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
152 <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
154 clocks = <&cru ACLK_DMAC1_PERILP>;
155 clock-names = "apb_pclk";
159 sdio0: dwmmc@fe310000 {
160 compatible = "rockchip,rk3399-dw-mshc",
161 "rockchip,rk3288-dw-mshc";
162 reg = <0x0 0xfe310000 0x0 0x4000>;
163 interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>;
164 clock-freq-min-max = <400000 150000000>;
165 clocks = <&cru HCLK_SDIO>, <&cru SCLK_SDIO>,
166 <&cru SCLK_SDIO_DRV>, <&cru SCLK_SDIO_SAMPLE>;
167 clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
168 fifo-depth = <0x100>;
172 sdmmc: dwmmc@fe320000 {
173 compatible = "rockchip,rk3399-dw-mshc",
174 "rockchip,rk3288-dw-mshc";
175 reg = <0x0 0xfe320000 0x0 0x4000>;
176 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
177 clock-freq-min-max = <400000 150000000>;
178 clocks = <&cru SCLK_SDMMC>, <&cru HCLK_SDMMC>,
179 <&cru SCLK_SDMMC_DRV>, <&cru SCLK_SDMMC_SAMPLE>;
180 clock-names = "ciu", "biu", "ciu-drive", "ciu-sample";
181 pinctrl-names = "default";
182 pinctrl-0 = <&sdmmc_clk>;
183 fifo-depth = <0x100>;
187 sdhci: sdhci@fe330000 {
189 compatible = "rockchip,rk3399-sdhci-5.1", "arasan,sdhci-5.1";
190 reg = <0x0 0xfe330000 0x0 0x10000>;
191 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
192 assigned-clocks = <&cru SCLK_EMMC>;
193 assigned-clock-rates = <200000000>;
194 max-frequency = <200000000>;
195 clocks = <&cru SCLK_EMMC>, <&cru ACLK_EMMC>;
196 clock-names = "clk_xin", "clk_ahb";
198 phy-names = "phy_arasan";
202 usb_host0_ehci: usb@fe380000 {
203 compatible = "generic-ehci";
204 reg = <0x0 0xfe380000 0x0 0x20000>;
205 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
206 clocks = <&cru HCLK_HOST0>, <&cru HCLK_HOST0_ARB>;
207 clock-names = "hclk_host0", "hclk_host0_arb";
211 usb_host0_ohci: usb@fe3a0000 {
212 compatible = "generic-ohci";
213 reg = <0x0 0xfe3a0000 0x0 0x20000>;
214 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
215 clocks = <&cru HCLK_HOST0>, <&cru HCLK_HOST0_ARB>;
216 clock-names = "hclk_host0", "hclk_host0_arb";
220 usb_host1_ehci: usb@fe3c0000 {
221 compatible = "generic-ehci";
222 reg = <0x0 0xfe3c0000 0x0 0x20000>;
223 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
224 clocks = <&cru HCLK_HOST1>, <&cru HCLK_HOST1_ARB>;
225 clock-names = "hclk_host1", "hclk_host1_arb";
229 usb_host1_ohci: usb@fe3e0000 {
230 compatible = "generic-ohci";
231 reg = <0x0 0xfe3e0000 0x0 0x20000>;
232 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
233 clocks = <&cru HCLK_HOST1>, <&cru HCLK_HOST1_ARB>;
234 clock-names = "hclk_host1", "hclk_host1_arb";
238 dwc3_typec0: usb@fe800000 {
239 compatible = "rockchip,rk3399-xhci";
240 reg = <0x0 0xfe800000 0x0 0x100000>;
242 rockchip,vbus-gpio = <&gpio1 3 GPIO_ACTIVE_HIGH>;
243 snps,dis-enblslpm-quirk;
244 snps,phyif-utmi-bits = <16>;
245 snps,dis-u2-freeclk-exists-quirk;
246 snps,dis-u2-susphy-quirk;
248 #address-cells = <2>;
251 compatible = "usb-hub";
252 usb,device-class = <USB_CLASS_HUB>;
255 compatible = "rockchip,rk3399-usb3-phy";
256 reg = <0x0 0xff7c0000 0x0 0x40000>;
260 dwc3_typec1: usb@fe900000 {
261 compatible = "rockchip,rk3399-xhci";
262 reg = <0x0 0xfe900000 0x0 0x100000>;
264 rockchip,vbus-gpio = <&gpio1 4 GPIO_ACTIVE_HIGH>;
265 snps,dis-enblslpm-quirk;
266 snps,phyif-utmi-bits = <16>;
267 snps,dis-u2-freeclk-exists-quirk;
268 snps,dis-u2-susphy-quirk;
270 #address-cells = <2>;
273 compatible = "usb-hub";
274 usb,device-class = <USB_CLASS_HUB>;
277 compatible = "rockchip,rk3399-usb3-phy";
278 reg = <0x0 0xff800000 0x0 0x40000>;
282 gic: interrupt-controller@fee00000 {
283 compatible = "arm,gic-v3";
284 #interrupt-cells = <3>;
285 #address-cells = <2>;
288 interrupt-controller;
290 reg = <0x0 0xfee00000 0 0x10000>, /* GICD */
291 <0x0 0xfef00000 0 0xc0000>, /* GICR */
292 <0x0 0xfff00000 0 0x10000>, /* GICC */
293 <0x0 0xfff10000 0 0x10000>, /* GICH */
294 <0x0 0xfff20000 0 0x10000>; /* GICV */
295 interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
296 its: interrupt-controller@fee20000 {
297 compatible = "arm,gic-v3-its";
299 reg = <0x0 0xfee20000 0x0 0x20000>;
303 uart0: serial@ff180000 {
304 compatible = "rockchip,rk3399-uart", "snps,dw-apb-uart";
305 reg = <0x0 0xff180000 0x0 0x100>;
306 clocks = <&cru SCLK_UART0>, <&cru PCLK_UART0>;
307 clock-names = "baudclk", "apb_pclk";
308 interrupts = <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>;
311 pinctrl-names = "default";
312 pinctrl-0 = <&uart0_xfer>;
316 uart1: serial@ff190000 {
317 compatible = "rockchip,rk3399-uart", "snps,dw-apb-uart";
318 reg = <0x0 0xff190000 0x0 0x100>;
319 clocks = <&cru SCLK_UART1>, <&cru PCLK_UART1>;
320 clock-names = "baudclk", "apb_pclk";
321 interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
324 pinctrl-names = "default";
325 pinctrl-0 = <&uart1_xfer>;
329 uart2: serial@ff1a0000 {
330 compatible = "rockchip,rk3399-uart", "snps,dw-apb-uart";
331 reg = <0x0 0xff1a0000 0x0 0x100>;
332 clocks = <&cru SCLK_UART2>, <&cru PCLK_UART2>;
333 clock-names = "baudclk", "apb_pclk";
334 interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
335 clock-frequency = <24000000>;
338 pinctrl-names = "default";
339 pinctrl-0 = <&uart2c_xfer>;
343 uart3: serial@ff1b0000 {
344 compatible = "rockchip,rk3399-uart", "snps,dw-apb-uart";
345 reg = <0x0 0xff1b0000 0x0 0x100>;
346 clocks = <&cru SCLK_UART3>, <&cru PCLK_UART3>;
347 clock-names = "baudclk", "apb_pclk";
348 interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
351 pinctrl-names = "default";
352 pinctrl-0 = <&uart3_xfer>;
357 compatible = "rockchip,rk3399-spi", "rockchip,rk3066-spi";
358 reg = <0x0 0xff1c0000 0x0 0x1000>;
359 clocks = <&cru SCLK_SPI0>, <&cru PCLK_SPI0>;
360 clock-names = "spiclk", "apb_pclk";
361 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
362 pinctrl-names = "default";
363 pinctrl-0 = <&spi0_clk &spi0_tx &spi0_rx &spi0_cs0>;
364 #address-cells = <1>;
370 compatible = "rockchip,rk3399-spi", "rockchip,rk3066-spi";
371 reg = <0x0 0xff1d0000 0x0 0x1000>;
372 clocks = <&cru SCLK_SPI1>, <&cru PCLK_SPI1>;
373 clock-names = "spiclk", "apb_pclk";
374 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
375 pinctrl-names = "default";
376 pinctrl-0 = <&spi1_clk &spi1_tx &spi1_rx &spi1_cs0>;
377 #address-cells = <1>;
383 compatible = "rockchip,rk3399-spi", "rockchip,rk3066-spi";
384 reg = <0x0 0xff1e0000 0x0 0x1000>;
385 clocks = <&cru SCLK_SPI2>, <&cru PCLK_SPI2>;
386 clock-names = "spiclk", "apb_pclk";
387 interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
388 pinctrl-names = "default";
389 pinctrl-0 = <&spi2_clk &spi2_tx &spi2_rx &spi2_cs0>;
390 #address-cells = <1>;
396 compatible = "rockchip,rk3399-spi", "rockchip,rk3066-spi";
397 reg = <0x0 0xff1f0000 0x0 0x1000>;
398 clocks = <&cru SCLK_SPI4>, <&cru PCLK_SPI4>;
399 clock-names = "spiclk", "apb_pclk";
400 interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
401 pinctrl-names = "default";
402 pinctrl-0 = <&spi4_clk &spi4_tx &spi4_rx &spi4_cs0>;
403 #address-cells = <1>;
409 compatible = "rockchip,rk3399-spi", "rockchip,rk3066-spi";
410 reg = <0x0 0xff200000 0x0 0x1000>;
411 clocks = <&cru SCLK_SPI5>, <&cru PCLK_SPI5>;
412 clock-names = "spiclk", "apb_pclk";
413 interrupts = <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>;
414 pinctrl-names = "default";
415 pinctrl-0 = <&spi5_clk &spi5_tx &spi5_rx &spi5_cs0>;
416 #address-cells = <1>;
421 pmugrf: syscon@ff320000 {
423 compatible = "rockchip,rk3399-pmugrf", "syscon", "simple-mfd";
424 reg = <0x0 0xff320000 0x0 0x1000>;
425 #address-cells = <1>;
428 pmu_io_domains: io-domains {
429 compatible = "rockchip,rk3399-pmu-io-voltage-domain";
434 pmusgrf: syscon@ff330000 {
436 compatible = "rockchip,rk3399-pmusgrf", "syscon";
437 reg = <0x0 0xff330000 0x0 0xe3d4>;
441 compatible = "rockchip,rk3399-spi", "rockchip,rk3066-spi";
442 reg = <0x0 0xff350000 0x0 0x1000>;
443 clocks = <&pmucru SCLK_SPI3_PMU>, <&pmucru PCLK_SPI3_PMU>;
444 clock-names = "spiclk", "apb_pclk";
445 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
446 pinctrl-names = "default";
447 pinctrl-0 = <&spi3_clk &spi3_tx &spi3_rx &spi3_cs0>;
448 #address-cells = <1>;
453 uart4: serial@ff370000 {
454 compatible = "rockchip,rk3399-uart", "snps,dw-apb-uart";
455 reg = <0x0 0xff370000 0x0 0x100>;
456 clocks = <&pmucru SCLK_UART4_PMU>, <&pmucru PCLK_UART4_PMU>;
457 clock-names = "baudclk", "apb_pclk";
458 interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>;
461 pinctrl-names = "default";
462 pinctrl-0 = <&uart4_xfer>;
467 compatible = "rockchip,rk3399-pwm", "rockchip,rk3288-pwm";
468 reg = <0x0 0xff420000 0x0 0x10>;
470 pinctrl-names = "default";
471 pinctrl-0 = <&pwm0_pin>;
472 clocks = <&pmucru PCLK_RKPWM_PMU>;
478 compatible = "rockchip,rk3399-pwm", "rockchip,rk3288-pwm";
479 reg = <0x0 0xff420010 0x0 0x10>;
481 pinctrl-names = "default";
482 pinctrl-0 = <&pwm1_pin>;
483 clocks = <&pmucru PCLK_RKPWM_PMU>;
489 compatible = "rockchip,rk3399-pwm", "rockchip,rk3288-pwm";
490 reg = <0x0 0xff420020 0x0 0x10>;
492 pinctrl-names = "default";
493 pinctrl-0 = <&pwm2_pin>;
494 clocks = <&pmucru PCLK_RKPWM_PMU>;
500 compatible = "rockchip,rk3399-pwm", "rockchip,rk3288-pwm";
501 reg = <0x0 0xff420030 0x0 0x10>;
503 pinctrl-names = "default";
504 pinctrl-0 = <&pwm3a_pin>;
505 clocks = <&pmucru PCLK_RKPWM_PMU>;
510 cic: syscon@ff620000 {
512 compatible = "rockchip,rk3399-cic", "syscon";
513 reg = <0x0 0xff620000 0x0 0x100>;
517 reg = <0x00 0xff630000 0x00 0x4000>;
518 compatible = "rockchip,rk3399-dfi";
519 rockchip,pmu = <&pmugrf>;
520 clocks = <&cru PCLK_DDR_MON>;
521 clock-names = "pclk_ddr_mon";
527 compatible = "rockchip,rk3399-dmc";
528 devfreq-events = <&dfi>;
529 interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH 0>;
530 clocks = <&cru SCLK_DDRCLK>;
531 clock-names = "dmc_clk";
532 reg = <0x0 0xffa80000 0x0 0x0800
533 0x0 0xffa80800 0x0 0x1800
534 0x0 0xffa82000 0x0 0x2000
535 0x0 0xffa84000 0x0 0x1000
536 0x0 0xffa88000 0x0 0x0800
537 0x0 0xffa88800 0x0 0x1800
538 0x0 0xffa8a000 0x0 0x2000
539 0x0 0xffa8c000 0x0 0x1000>;
542 pmucru: pmu-clock-controller@ff750000 {
544 compatible = "rockchip,rk3399-pmucru";
545 reg = <0x0 0xff750000 0x0 0x1000>;
548 assigned-clocks = <&pmucru PLL_PPLL>;
549 assigned-clock-rates = <676000000>;
552 cru: clock-controller@ff760000 {
554 compatible = "rockchip,rk3399-cru";
555 reg = <0x0 0xff760000 0x0 0x1000>;
559 <&cru PLL_GPLL>, <&cru PLL_CPLL>,
561 <&cru ACLK_PERIHP>, <&cru HCLK_PERIHP>,
563 <&cru ACLK_PERILP0>, <&cru HCLK_PERILP0>,
565 <&cru HCLK_PERILP1>, <&cru PCLK_PERILP1>;
566 assigned-clock-rates =
567 <594000000>, <800000000>,
569 <150000000>, <75000000>,
571 <100000000>, <100000000>,
573 <100000000>, <50000000>;
576 grf: syscon@ff770000 {
578 compatible = "rockchip,rk3399-grf", "syscon", "simple-mfd";
579 reg = <0x0 0xff770000 0x0 0x10000>;
580 #address-cells = <1>;
583 io_domains: io-domains {
584 compatible = "rockchip,rk3399-io-voltage-domain";
589 compatible = "rockchip,rk3399-emmc-phy";
597 compatible = "snps,dw-wdt";
598 reg = <0x0 0xff840000 0x0 0x100>;
599 clocks = <&cru PCLK_WDT>;
600 interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
603 spdif: spdif@ff870000 {
604 compatible = "rockchip,rk3399-spdif";
605 reg = <0x0 0xff870000 0x0 0x1000>;
606 interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>;
607 dmas = <&dmac_bus 7>;
609 clock-names = "mclk", "hclk";
610 clocks = <&cru SCLK_SPDIF_8CH>, <&cru HCLK_SPDIF>;
611 pinctrl-names = "default";
612 pinctrl-0 = <&spdif_bus>;
617 compatible = "rockchip,rk3399-i2s", "rockchip,rk3066-i2s";
618 reg = <0x0 0xff880000 0x0 0x1000>;
619 rockchip,grf = <&grf>;
620 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
621 dmas = <&dmac_bus 0>, <&dmac_bus 1>;
622 dma-names = "tx", "rx";
623 clock-names = "i2s_clk", "i2s_hclk";
624 clocks = <&cru SCLK_I2S0_8CH>, <&cru HCLK_I2S0_8CH>;
625 pinctrl-names = "default";
626 pinctrl-0 = <&i2s0_8ch_bus>;
631 compatible = "rockchip,rk3399-i2s", "rockchip,rk3066-i2s";
632 reg = <0x0 0xff890000 0x0 0x1000>;
633 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
634 dmas = <&dmac_bus 2>, <&dmac_bus 3>;
635 dma-names = "tx", "rx";
636 clock-names = "i2s_clk", "i2s_hclk";
637 clocks = <&cru SCLK_I2S1_8CH>, <&cru HCLK_I2S1_8CH>;
638 pinctrl-names = "default";
639 pinctrl-0 = <&i2s1_2ch_bus>;
644 compatible = "rockchip,rk3399-i2s", "rockchip,rk3066-i2s";
645 reg = <0x0 0xff8a0000 0x0 0x1000>;
646 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
647 dmas = <&dmac_bus 4>, <&dmac_bus 5>;
648 dma-names = "tx", "rx";
649 clock-names = "i2s_clk", "i2s_hclk";
650 clocks = <&cru SCLK_I2S2_8CH>, <&cru HCLK_I2S2_8CH>;
656 compatible = "rockchip,rk3399-pinctrl";
657 rockchip,grf = <&grf>;
658 rockchip,pmu = <&pmugrf>;
659 #address-cells = <2>;
663 gpio0: gpio0@ff720000 {
664 compatible = "rockchip,gpio-bank";
665 reg = <0x0 0xff720000 0x0 0x100>;
666 clocks = <&pmucru PCLK_GPIO0_PMU>;
667 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
672 interrupt-controller;
673 #interrupt-cells = <0x2>;
676 gpio1: gpio1@ff730000 {
677 compatible = "rockchip,gpio-bank";
678 reg = <0x0 0xff730000 0x0 0x100>;
679 clocks = <&pmucru PCLK_GPIO1_PMU>;
680 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
685 interrupt-controller;
686 #interrupt-cells = <0x2>;
689 gpio2: gpio2@ff780000 {
690 compatible = "rockchip,gpio-bank";
691 reg = <0x0 0xff780000 0x0 0x100>;
692 clocks = <&cru PCLK_GPIO2>;
693 interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
698 interrupt-controller;
699 #interrupt-cells = <0x2>;
702 gpio3: gpio3@ff788000 {
703 compatible = "rockchip,gpio-bank";
704 reg = <0x0 0xff788000 0x0 0x100>;
705 clocks = <&cru PCLK_GPIO3>;
706 interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
711 interrupt-controller;
712 #interrupt-cells = <0x2>;
715 gpio4: gpio4@ff790000 {
716 compatible = "rockchip,gpio-bank";
717 reg = <0x0 0xff790000 0x0 0x100>;
718 clocks = <&cru PCLK_GPIO4>;
719 interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
724 interrupt-controller;
725 #interrupt-cells = <0x2>;
728 pcfg_pull_up: pcfg-pull-up {
732 pcfg_pull_down: pcfg-pull-down {
736 pcfg_pull_none: pcfg-pull-none {
740 pcfg_pull_none_12ma: pcfg-pull-none-12ma {
742 drive-strength = <12>;
745 pcfg_pull_up_8ma: pcfg-pull-up-8ma {
747 drive-strength = <8>;
750 pcfg_pull_down_4ma: pcfg-pull-down-4ma {
752 drive-strength = <4>;
755 pcfg_pull_up_2ma: pcfg-pull-up-2ma {
757 drive-strength = <2>;
760 pcfg_pull_down_12ma: pcfg-pull-down-12ma {
762 drive-strength = <12>;
765 pcfg_pull_none_13ma: pcfg-pull-none-13ma {
767 drive-strength = <13>;
771 i2c0_xfer: i2c0-xfer {
773 <1 15 RK_FUNC_2 &pcfg_pull_none>,
774 <1 16 RK_FUNC_2 &pcfg_pull_none>;
779 i2c1_xfer: i2c1-xfer {
781 <4 2 RK_FUNC_1 &pcfg_pull_none>,
782 <4 1 RK_FUNC_1 &pcfg_pull_none>;
787 i2c2_xfer: i2c2-xfer {
789 <2 1 RK_FUNC_2 &pcfg_pull_none_12ma>,
790 <2 0 RK_FUNC_2 &pcfg_pull_none_12ma>;
795 i2c3_xfer: i2c3-xfer {
797 <4 17 RK_FUNC_1 &pcfg_pull_none>,
798 <4 16 RK_FUNC_1 &pcfg_pull_none>;
803 i2c4_xfer: i2c4-xfer {
805 <1 12 RK_FUNC_1 &pcfg_pull_none>,
806 <1 11 RK_FUNC_1 &pcfg_pull_none>;
811 i2c5_xfer: i2c5-xfer {
813 <3 11 RK_FUNC_2 &pcfg_pull_none>,
814 <3 10 RK_FUNC_2 &pcfg_pull_none>;
819 i2c6_xfer: i2c6-xfer {
821 <2 10 RK_FUNC_2 &pcfg_pull_none>,
822 <2 9 RK_FUNC_2 &pcfg_pull_none>;
827 i2c7_xfer: i2c7-xfer {
829 <2 8 RK_FUNC_2 &pcfg_pull_none>,
830 <2 7 RK_FUNC_2 &pcfg_pull_none>;
835 i2c8_xfer: i2c8-xfer {
837 <1 21 RK_FUNC_1 &pcfg_pull_none>,
838 <1 20 RK_FUNC_1 &pcfg_pull_none>;
843 i2s0_8ch_bus: i2s0-8ch-bus {
845 <3 24 RK_FUNC_1 &pcfg_pull_none>,
846 <3 25 RK_FUNC_1 &pcfg_pull_none>,
847 <3 26 RK_FUNC_1 &pcfg_pull_none>,
848 <3 27 RK_FUNC_1 &pcfg_pull_none>,
849 <3 28 RK_FUNC_1 &pcfg_pull_none>,
850 <3 29 RK_FUNC_1 &pcfg_pull_none>,
851 <3 30 RK_FUNC_1 &pcfg_pull_none>,
852 <3 31 RK_FUNC_1 &pcfg_pull_none>,
853 <4 0 RK_FUNC_1 &pcfg_pull_none>;
858 i2s1_2ch_bus: i2s1-2ch-bus {
860 <4 3 RK_FUNC_1 &pcfg_pull_none>,
861 <4 4 RK_FUNC_1 &pcfg_pull_none>,
862 <4 5 RK_FUNC_1 &pcfg_pull_none>,
863 <4 6 RK_FUNC_1 &pcfg_pull_none>,
864 <4 7 RK_FUNC_1 &pcfg_pull_none>;
869 sdmmc_bus1: sdmmc-bus1 {
871 <4 8 RK_FUNC_1 &pcfg_pull_up>;
874 sdmmc_bus4: sdmmc-bus4 {
876 <4 8 RK_FUNC_1 &pcfg_pull_up>,
877 <4 9 RK_FUNC_1 &pcfg_pull_up>,
878 <4 10 RK_FUNC_1 &pcfg_pull_up>,
879 <4 11 RK_FUNC_1 &pcfg_pull_up>;
882 sdmmc_clk: sdmmc-clk {
884 <4 12 RK_FUNC_1 &pcfg_pull_none>;
887 sdmmc_cmd: sdmmc-cmd {
889 <4 13 RK_FUNC_1 &pcfg_pull_up>;
894 <0 7 RK_FUNC_1 &pcfg_pull_up>;
899 <0 8 RK_FUNC_1 &pcfg_pull_up>;
904 spdif_bus: spdif-bus {
906 <4 21 RK_FUNC_1 &pcfg_pull_none>;
913 <3 6 RK_FUNC_2 &pcfg_pull_up>;
917 <3 7 RK_FUNC_2 &pcfg_pull_up>;
921 <3 8 RK_FUNC_2 &pcfg_pull_up>;
925 <3 5 RK_FUNC_2 &pcfg_pull_up>;
929 <3 4 RK_FUNC_2 &pcfg_pull_up>;
936 <1 9 RK_FUNC_2 &pcfg_pull_up>;
940 <1 10 RK_FUNC_2 &pcfg_pull_up>;
944 <1 7 RK_FUNC_2 &pcfg_pull_up>;
948 <1 8 RK_FUNC_2 &pcfg_pull_up>;
955 <2 11 RK_FUNC_1 &pcfg_pull_up>;
959 <2 12 RK_FUNC_1 &pcfg_pull_up>;
963 <2 9 RK_FUNC_1 &pcfg_pull_up>;
967 <2 10 RK_FUNC_1 &pcfg_pull_up>;
974 <1 17 RK_FUNC_1 &pcfg_pull_up>;
978 <1 18 RK_FUNC_1 &pcfg_pull_up>;
982 <1 15 RK_FUNC_1 &pcfg_pull_up>;
986 <1 16 RK_FUNC_1 &pcfg_pull_up>;
993 <3 2 RK_FUNC_2 &pcfg_pull_up>;
997 <3 3 RK_FUNC_2 &pcfg_pull_up>;
1001 <3 0 RK_FUNC_2 &pcfg_pull_up>;
1005 <3 1 RK_FUNC_2 &pcfg_pull_up>;
1010 spi5_clk: spi5-clk {
1012 <2 22 RK_FUNC_2 &pcfg_pull_up>;
1014 spi5_cs0: spi5-cs0 {
1016 <2 23 RK_FUNC_2 &pcfg_pull_up>;
1020 <2 20 RK_FUNC_2 &pcfg_pull_up>;
1024 <2 21 RK_FUNC_2 &pcfg_pull_up>;
1029 uart0_xfer: uart0-xfer {
1031 <2 16 RK_FUNC_1 &pcfg_pull_up>,
1032 <2 17 RK_FUNC_1 &pcfg_pull_none>;
1035 uart0_cts: uart0-cts {
1037 <2 18 RK_FUNC_1 &pcfg_pull_none>;
1040 uart0_rts: uart0-rts {
1042 <2 19 RK_FUNC_1 &pcfg_pull_none>;
1047 uart1_xfer: uart1-xfer {
1049 <3 12 RK_FUNC_2 &pcfg_pull_up>,
1050 <3 13 RK_FUNC_2 &pcfg_pull_none>;
1055 uart2a_xfer: uart2a-xfer {
1057 <4 8 RK_FUNC_2 &pcfg_pull_up>,
1058 <4 9 RK_FUNC_2 &pcfg_pull_none>;
1063 uart2b_xfer: uart2b-xfer {
1065 <4 16 RK_FUNC_2 &pcfg_pull_up>,
1066 <4 17 RK_FUNC_2 &pcfg_pull_none>;
1071 uart2c_xfer: uart2c-xfer {
1073 <4 19 RK_FUNC_1 &pcfg_pull_up>,
1074 <4 20 RK_FUNC_1 &pcfg_pull_none>;
1079 uart3_xfer: uart3-xfer {
1081 <3 14 RK_FUNC_2 &pcfg_pull_up>,
1082 <3 15 RK_FUNC_2 &pcfg_pull_none>;
1085 uart3_cts: uart3-cts {
1087 <3 18 RK_FUNC_2 &pcfg_pull_none>;
1090 uart3_rts: uart3-rts {
1092 <3 19 RK_FUNC_2 &pcfg_pull_none>;
1097 uart4_xfer: uart4-xfer {
1099 <1 7 RK_FUNC_1 &pcfg_pull_up>,
1100 <1 8 RK_FUNC_1 &pcfg_pull_none>;
1105 uarthdcp_xfer: uarthdcp-xfer {
1107 <4 21 RK_FUNC_2 &pcfg_pull_up>,
1108 <4 22 RK_FUNC_2 &pcfg_pull_none>;
1113 pwm0_pin: pwm0-pin {
1115 <4 18 RK_FUNC_1 &pcfg_pull_none>;
1118 vop0_pwm_pin: vop0-pwm-pin {
1120 <4 18 RK_FUNC_2 &pcfg_pull_none>;
1125 pwm1_pin: pwm1-pin {
1127 <4 22 RK_FUNC_1 &pcfg_pull_none>;
1130 vop1_pwm_pin: vop1-pwm-pin {
1132 <4 18 RK_FUNC_3 &pcfg_pull_none>;
1137 pwm2_pin: pwm2-pin {
1139 <1 19 RK_FUNC_1 &pcfg_pull_none>;
1144 pwm3a_pin: pwm3a-pin {
1146 <0 6 RK_FUNC_1 &pcfg_pull_none>;
1151 pwm3b_pin: pwm3b-pin {
1153 <1 14 RK_FUNC_1 &pcfg_pull_none>;