1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 #include <dt-bindings/gpio/gpio.h>
4 #include <dt-bindings/interrupt-controller/irq.h>
5 #include <dt-bindings/interrupt-controller/arm-gic.h>
6 #include <dt-bindings/pinctrl/rockchip.h>
7 #include <dt-bindings/clock/rk3288-cru.h>
8 #include <dt-bindings/power/rk3288-power.h>
9 #include <dt-bindings/thermal/thermal.h>
10 #include <dt-bindings/power/rk3288-power.h>
11 #include <dt-bindings/soc/rockchip,boot-mode.h>
17 compatible = "rockchip,rk3288";
19 interrupt-parent = <&gic>;
44 compatible = "arm,cortex-a12-pmu";
45 interrupts = <GIC_SPI 151 IRQ_TYPE_LEVEL_HIGH>,
46 <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>,
47 <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>,
48 <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>;
49 interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
55 enable-method = "rockchip,rk3066-smp";
56 rockchip,pmu = <&pmu>;
60 compatible = "arm,cortex-a12";
62 resets = <&cru SRST_CORE0>;
63 operating-points-v2 = <&cpu_opp_table>;
64 #cooling-cells = <2>; /* min followed by max */
65 clock-latency = <40000>;
66 clocks = <&cru ARMCLK>;
70 compatible = "arm,cortex-a12";
72 resets = <&cru SRST_CORE1>;
73 operating-points-v2 = <&cpu_opp_table>;
74 #cooling-cells = <2>; /* min followed by max */
75 clock-latency = <40000>;
76 clocks = <&cru ARMCLK>;
80 compatible = "arm,cortex-a12";
82 resets = <&cru SRST_CORE2>;
83 operating-points-v2 = <&cpu_opp_table>;
84 #cooling-cells = <2>; /* min followed by max */
85 clock-latency = <40000>;
86 clocks = <&cru ARMCLK>;
90 compatible = "arm,cortex-a12";
92 resets = <&cru SRST_CORE3>;
93 operating-points-v2 = <&cpu_opp_table>;
94 #cooling-cells = <2>; /* min followed by max */
95 clock-latency = <40000>;
96 clocks = <&cru ARMCLK>;
100 cpu_opp_table: cpu-opp-table {
101 compatible = "operating-points-v2";
105 opp-hz = /bits/ 64 <126000000>;
106 opp-microvolt = <900000>;
109 opp-hz = /bits/ 64 <216000000>;
110 opp-microvolt = <900000>;
113 opp-hz = /bits/ 64 <312000000>;
114 opp-microvolt = <900000>;
117 opp-hz = /bits/ 64 <408000000>;
118 opp-microvolt = <900000>;
121 opp-hz = /bits/ 64 <600000000>;
122 opp-microvolt = <900000>;
125 opp-hz = /bits/ 64 <696000000>;
126 opp-microvolt = <950000>;
129 opp-hz = /bits/ 64 <816000000>;
130 opp-microvolt = <1000000>;
133 opp-hz = /bits/ 64 <1008000000>;
134 opp-microvolt = <1050000>;
137 opp-hz = /bits/ 64 <1200000000>;
138 opp-microvolt = <1100000>;
141 opp-hz = /bits/ 64 <1416000000>;
142 opp-microvolt = <1200000>;
145 opp-hz = /bits/ 64 <1512000000>;
146 opp-microvolt = <1300000>;
149 opp-hz = /bits/ 64 <1608000000>;
150 opp-microvolt = <1350000>;
155 compatible = "simple-bus";
156 #address-cells = <2>;
160 dmac_peri: dma-controller@ff250000 {
161 compatible = "arm,pl330", "arm,primecell";
162 reg = <0x0 0xff250000 0x0 0x4000>;
163 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>,
164 <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
166 arm,pl330-broken-no-flushp;
167 clocks = <&cru ACLK_DMAC2>;
168 clock-names = "apb_pclk";
171 dmac_bus_ns: dma-controller@ff600000 {
172 compatible = "arm,pl330", "arm,primecell";
173 reg = <0x0 0xff600000 0x0 0x4000>;
174 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
175 <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
177 arm,pl330-broken-no-flushp;
178 clocks = <&cru ACLK_DMAC1>;
179 clock-names = "apb_pclk";
183 dmac_bus_s: dma-controller@ffb20000 {
184 compatible = "arm,pl330", "arm,primecell";
185 reg = <0x0 0xffb20000 0x0 0x4000>;
186 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
187 <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
189 arm,pl330-broken-no-flushp;
190 clocks = <&cru ACLK_DMAC1>;
191 clock-names = "apb_pclk";
196 #address-cells = <2>;
201 * The rk3288 cannot use the memory area above 0xfe000000
202 * for dma operations for some reason. While there is
203 * probably a better solution available somewhere, we
204 * haven't found it yet and while devices with 2GB of ram
205 * are not affected, this issue prevents 4GB from booting.
206 * So to make these devices at least bootable, block
207 * this area for the time being until the real solution
210 dma-unusable@fe000000 {
211 reg = <0x0 0xfe000000 0x0 0x1000000>;
216 compatible = "fixed-clock";
217 clock-frequency = <24000000>;
218 clock-output-names = "xin24m";
223 compatible = "arm,armv7-timer";
224 arm,cpu-registers-not-fw-configured;
225 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
226 <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
227 <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
228 <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
229 clock-frequency = <24000000>;
230 arm,no-tick-in-suspend;
233 timer: timer@ff810000 {
234 compatible = "rockchip,rk3288-timer";
235 reg = <0x0 0xff810000 0x0 0x20>;
236 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
237 clocks = <&cru PCLK_TIMER>, <&xin24m>;
238 clock-names = "pclk", "timer";
242 compatible = "rockchip,display-subsystem";
243 ports = <&vopl_out>, <&vopb_out>;
246 sdmmc: dwmmc@ff0c0000 {
247 compatible = "rockchip,rk3288-dw-mshc";
248 max-frequency = <150000000>;
249 clocks = <&cru HCLK_SDMMC>, <&cru SCLK_SDMMC>,
250 <&cru SCLK_SDMMC_DRV>, <&cru SCLK_SDMMC_SAMPLE>;
251 clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
252 fifo-depth = <0x100>;
253 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
254 reg = <0x0 0xff0c0000 0x0 0x4000>;
255 resets = <&cru SRST_MMC0>;
256 reset-names = "reset";
260 sdio0: dwmmc@ff0d0000 {
261 compatible = "rockchip,rk3288-dw-mshc";
262 max-frequency = <150000000>;
263 clocks = <&cru HCLK_SDIO0>, <&cru SCLK_SDIO0>,
264 <&cru SCLK_SDIO0_DRV>, <&cru SCLK_SDIO0_SAMPLE>;
265 clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
266 fifo-depth = <0x100>;
267 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
268 reg = <0x0 0xff0d0000 0x0 0x4000>;
269 resets = <&cru SRST_SDIO0>;
270 reset-names = "reset";
274 sdio1: dwmmc@ff0e0000 {
275 compatible = "rockchip,rk3288-dw-mshc";
276 max-frequency = <150000000>;
277 clocks = <&cru HCLK_SDIO1>, <&cru SCLK_SDIO1>,
278 <&cru SCLK_SDIO1_DRV>, <&cru SCLK_SDIO1_SAMPLE>;
279 clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
280 fifo-depth = <0x100>;
281 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
282 reg = <0x0 0xff0e0000 0x0 0x4000>;
283 resets = <&cru SRST_SDIO1>;
284 reset-names = "reset";
288 emmc: dwmmc@ff0f0000 {
289 compatible = "rockchip,rk3288-dw-mshc";
290 max-frequency = <150000000>;
291 clocks = <&cru HCLK_EMMC>, <&cru SCLK_EMMC>,
292 <&cru SCLK_EMMC_DRV>, <&cru SCLK_EMMC_SAMPLE>;
293 clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
294 fifo-depth = <0x100>;
295 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
296 reg = <0x0 0xff0f0000 0x0 0x4000>;
297 resets = <&cru SRST_EMMC>;
298 reset-names = "reset";
302 saradc: saradc@ff100000 {
303 compatible = "rockchip,saradc";
304 reg = <0x0 0xff100000 0x0 0x100>;
305 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
306 #io-channel-cells = <1>;
307 clocks = <&cru SCLK_SARADC>, <&cru PCLK_SARADC>;
308 clock-names = "saradc", "apb_pclk";
309 resets = <&cru SRST_SARADC>;
310 reset-names = "saradc-apb";
315 compatible = "rockchip,rk3288-spi", "rockchip,rk3066-spi";
316 clocks = <&cru SCLK_SPI0>, <&cru PCLK_SPI0>;
317 clock-names = "spiclk", "apb_pclk";
318 dmas = <&dmac_peri 11>, <&dmac_peri 12>;
319 dma-names = "tx", "rx";
320 interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
321 pinctrl-names = "default";
322 pinctrl-0 = <&spi0_clk &spi0_tx &spi0_rx &spi0_cs0>;
323 reg = <0x0 0xff110000 0x0 0x1000>;
324 #address-cells = <1>;
330 compatible = "rockchip,rk3288-spi", "rockchip,rk3066-spi";
331 clocks = <&cru SCLK_SPI1>, <&cru PCLK_SPI1>;
332 clock-names = "spiclk", "apb_pclk";
333 dmas = <&dmac_peri 13>, <&dmac_peri 14>;
334 dma-names = "tx", "rx";
335 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
336 pinctrl-names = "default";
337 pinctrl-0 = <&spi1_clk &spi1_tx &spi1_rx &spi1_cs0>;
338 reg = <0x0 0xff120000 0x0 0x1000>;
339 #address-cells = <1>;
345 compatible = "rockchip,rk3288-spi", "rockchip,rk3066-spi";
346 clocks = <&cru SCLK_SPI2>, <&cru PCLK_SPI2>;
347 clock-names = "spiclk", "apb_pclk";
348 dmas = <&dmac_peri 15>, <&dmac_peri 16>;
349 dma-names = "tx", "rx";
350 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
351 pinctrl-names = "default";
352 pinctrl-0 = <&spi2_clk &spi2_tx &spi2_rx &spi2_cs0>;
353 reg = <0x0 0xff130000 0x0 0x1000>;
354 #address-cells = <1>;
360 compatible = "rockchip,rk3288-i2c";
361 reg = <0x0 0xff140000 0x0 0x1000>;
362 interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
363 #address-cells = <1>;
366 clocks = <&cru PCLK_I2C1>;
367 pinctrl-names = "default";
368 pinctrl-0 = <&i2c1_xfer>;
373 compatible = "rockchip,rk3288-i2c";
374 reg = <0x0 0xff150000 0x0 0x1000>;
375 interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
376 #address-cells = <1>;
379 clocks = <&cru PCLK_I2C3>;
380 pinctrl-names = "default";
381 pinctrl-0 = <&i2c3_xfer>;
386 compatible = "rockchip,rk3288-i2c";
387 reg = <0x0 0xff160000 0x0 0x1000>;
388 interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>;
389 #address-cells = <1>;
392 clocks = <&cru PCLK_I2C4>;
393 pinctrl-names = "default";
394 pinctrl-0 = <&i2c4_xfer>;
399 compatible = "rockchip,rk3288-i2c";
400 reg = <0x0 0xff170000 0x0 0x1000>;
401 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
402 #address-cells = <1>;
405 clocks = <&cru PCLK_I2C5>;
406 pinctrl-names = "default";
407 pinctrl-0 = <&i2c5_xfer>;
411 uart0: serial@ff180000 {
412 compatible = "rockchip,rk3288-uart", "snps,dw-apb-uart";
413 reg = <0x0 0xff180000 0x0 0x100>;
414 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
417 clocks = <&cru SCLK_UART0>, <&cru PCLK_UART0>;
418 clock-names = "baudclk", "apb_pclk";
419 pinctrl-names = "default";
420 pinctrl-0 = <&uart0_xfer>;
424 uart1: serial@ff190000 {
425 compatible = "rockchip,rk3288-uart", "snps,dw-apb-uart";
426 reg = <0x0 0xff190000 0x0 0x100>;
427 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
430 clocks = <&cru SCLK_UART1>, <&cru PCLK_UART1>;
431 clock-names = "baudclk", "apb_pclk";
432 pinctrl-names = "default";
433 pinctrl-0 = <&uart1_xfer>;
437 uart2: serial@ff690000 {
438 compatible = "rockchip,rk3288-uart", "snps,dw-apb-uart";
439 reg = <0x0 0xff690000 0x0 0x100>;
440 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
443 clocks = <&cru SCLK_UART2>, <&cru PCLK_UART2>;
444 clock-names = "baudclk", "apb_pclk";
445 pinctrl-names = "default";
446 pinctrl-0 = <&uart2_xfer>;
450 uart3: serial@ff1b0000 {
451 compatible = "rockchip,rk3288-uart", "snps,dw-apb-uart";
452 reg = <0x0 0xff1b0000 0x0 0x100>;
453 interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;
456 clocks = <&cru SCLK_UART3>, <&cru PCLK_UART3>;
457 clock-names = "baudclk", "apb_pclk";
458 pinctrl-names = "default";
459 pinctrl-0 = <&uart3_xfer>;
463 uart4: serial@ff1c0000 {
464 compatible = "rockchip,rk3288-uart", "snps,dw-apb-uart";
465 reg = <0x0 0xff1c0000 0x0 0x100>;
466 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
469 clocks = <&cru SCLK_UART4>, <&cru PCLK_UART4>;
470 clock-names = "baudclk", "apb_pclk";
471 pinctrl-names = "default";
472 pinctrl-0 = <&uart4_xfer>;
477 reserve_thermal: reserve_thermal {
478 polling-delay-passive = <1000>; /* milliseconds */
479 polling-delay = <5000>; /* milliseconds */
481 thermal-sensors = <&tsadc 0>;
484 cpu_thermal: cpu_thermal {
485 polling-delay-passive = <100>; /* milliseconds */
486 polling-delay = <5000>; /* milliseconds */
488 thermal-sensors = <&tsadc 1>;
491 cpu_alert0: cpu_alert0 {
492 temperature = <70000>; /* millicelsius */
493 hysteresis = <2000>; /* millicelsius */
496 cpu_alert1: cpu_alert1 {
497 temperature = <75000>; /* millicelsius */
498 hysteresis = <2000>; /* millicelsius */
502 temperature = <90000>; /* millicelsius */
503 hysteresis = <2000>; /* millicelsius */
510 trip = <&cpu_alert0>;
512 <&cpu0 THERMAL_NO_LIMIT 6>;
515 trip = <&cpu_alert1>;
517 <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
522 gpu_thermal: gpu_thermal {
523 polling-delay-passive = <100>; /* milliseconds */
524 polling-delay = <5000>; /* milliseconds */
526 thermal-sensors = <&tsadc 2>;
529 gpu_alert0: gpu_alert0 {
530 temperature = <70000>; /* millicelsius */
531 hysteresis = <2000>; /* millicelsius */
535 temperature = <90000>; /* millicelsius */
536 hysteresis = <2000>; /* millicelsius */
543 trip = <&gpu_alert0>;
545 <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
551 tsadc: tsadc@ff280000 {
552 compatible = "rockchip,rk3288-tsadc";
553 reg = <0x0 0xff280000 0x0 0x100>;
554 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
555 clocks = <&cru SCLK_TSADC>, <&cru PCLK_TSADC>;
556 clock-names = "tsadc", "apb_pclk";
557 resets = <&cru SRST_TSADC>;
558 reset-names = "tsadc-apb";
559 pinctrl-names = "init", "default", "sleep";
560 pinctrl-0 = <&otp_gpio>;
561 pinctrl-1 = <&otp_out>;
562 pinctrl-2 = <&otp_gpio>;
563 #thermal-sensor-cells = <1>;
564 rockchip,hw-tshut-temp = <95000>;
568 gmac: ethernet@ff290000 {
569 compatible = "rockchip,rk3288-gmac";
570 reg = <0x0 0xff290000 0x0 0x10000>;
571 interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>,
572 <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
573 interrupt-names = "macirq", "eth_wake_irq";
574 rockchip,grf = <&grf>;
575 clocks = <&cru SCLK_MAC>,
576 <&cru SCLK_MAC_RX>, <&cru SCLK_MAC_TX>,
577 <&cru SCLK_MACREF>, <&cru SCLK_MACREF_OUT>,
578 <&cru ACLK_GMAC>, <&cru PCLK_GMAC>;
579 clock-names = "stmmaceth",
580 "mac_clk_rx", "mac_clk_tx",
581 "clk_mac_ref", "clk_mac_refout",
582 "aclk_mac", "pclk_mac";
583 resets = <&cru SRST_MAC>;
584 reset-names = "stmmaceth";
588 usb_host0_ehci: usb@ff500000 {
589 compatible = "generic-ehci";
590 reg = <0x0 0xff500000 0x0 0x100>;
591 interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
592 clocks = <&cru HCLK_USBHOST0>;
593 clock-names = "usbhost";
599 /* NOTE: ohci@ff520000 doesn't actually work on hardware */
601 usb_host1: usb@ff540000 {
602 compatible = "rockchip,rk3288-usb", "rockchip,rk3066-usb",
604 reg = <0x0 0xff540000 0x0 0x40000>;
605 interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
606 clocks = <&cru HCLK_USBHOST1>;
610 phy-names = "usb2-phy";
614 usb_otg: usb@ff580000 {
615 compatible = "rockchip,rk3288-usb", "rockchip,rk3066-usb",
617 reg = <0x0 0xff580000 0x0 0x40000>;
618 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
619 clocks = <&cru HCLK_OTG0>;
622 g-np-tx-fifo-size = <16>;
623 g-rx-fifo-size = <275>;
624 g-tx-fifo-size = <256 128 128 64 64 32>;
626 phy-names = "usb2-phy";
630 usb_hsic: usb@ff5c0000 {
631 compatible = "generic-ehci";
632 reg = <0x0 0xff5c0000 0x0 0x100>;
633 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
634 clocks = <&cru HCLK_HSIC>;
635 clock-names = "usbhost";
640 compatible = "rockchip,rk3288-i2c";
641 reg = <0x0 0xff650000 0x0 0x1000>;
642 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
643 #address-cells = <1>;
646 clocks = <&cru PCLK_I2C0>;
647 pinctrl-names = "default";
648 pinctrl-0 = <&i2c0_xfer>;
653 compatible = "rockchip,rk3288-i2c";
654 reg = <0x0 0xff660000 0x0 0x1000>;
655 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
656 #address-cells = <1>;
659 clocks = <&cru PCLK_I2C2>;
660 pinctrl-names = "default";
661 pinctrl-0 = <&i2c2_xfer>;
666 compatible = "rockchip,rk3288-pwm";
667 reg = <0x0 0xff680000 0x0 0x10>;
669 pinctrl-names = "default";
670 pinctrl-0 = <&pwm0_pin>;
671 clocks = <&cru PCLK_PWM>;
677 compatible = "rockchip,rk3288-pwm";
678 reg = <0x0 0xff680010 0x0 0x10>;
680 pinctrl-names = "default";
681 pinctrl-0 = <&pwm1_pin>;
682 clocks = <&cru PCLK_PWM>;
688 compatible = "rockchip,rk3288-pwm";
689 reg = <0x0 0xff680020 0x0 0x10>;
691 pinctrl-names = "default";
692 pinctrl-0 = <&pwm2_pin>;
693 clocks = <&cru PCLK_PWM>;
699 compatible = "rockchip,rk3288-pwm";
700 reg = <0x0 0xff680030 0x0 0x10>;
702 pinctrl-names = "default";
703 pinctrl-0 = <&pwm3_pin>;
704 clocks = <&cru PCLK_PWM>;
709 bus_intmem@ff700000 {
710 compatible = "mmio-sram";
711 reg = <0x0 0xff700000 0x0 0x18000>;
712 #address-cells = <1>;
714 ranges = <0 0x0 0xff700000 0x18000>;
716 compatible = "rockchip,rk3066-smp-sram";
722 compatible = "rockchip,rk3288-pmu-sram", "mmio-sram";
723 reg = <0x0 0xff720000 0x0 0x1000>;
726 pmu: power-management@ff730000 {
727 compatible = "rockchip,rk3288-pmu", "syscon", "simple-mfd";
728 reg = <0x0 0xff730000 0x0 0x100>;
730 power: power-controller {
731 compatible = "rockchip,rk3288-power-controller";
732 #power-domain-cells = <1>;
733 #address-cells = <1>;
736 assigned-clocks = <&cru SCLK_EDP_24M>;
737 assigned-clock-parents = <&xin24m>;
740 * Note: Although SCLK_* are the working clocks
741 * of device without including on the NOC, needed for
744 * The clocks on the which NOC:
745 * ACLK_IEP/ACLK_VIP/ACLK_VOP0 are on ACLK_VIO0_NIU.
746 * ACLK_ISP/ACLK_VOP1 are on ACLK_VIO1_NIU.
747 * ACLK_RGA is on ACLK_RGA_NIU.
748 * The others (HCLK_*,PLCK_*) are on HCLK_VIO_NIU.
750 * Which clock are device clocks:
752 * *_IEP IEP:Image Enhancement Processor
753 * *_ISP ISP:Image Signal Processing
754 * *_VIP VIP:Video Input Processor
755 * *_VOP* VOP:Visual Output Processor
762 power-domain@RK3288_PD_VIO {
763 reg = <RK3288_PD_VIO>;
764 clocks = <&cru ACLK_IEP>,
778 <&cru PCLK_EDP_CTRL>,
779 <&cru PCLK_HDMI_CTRL>,
780 <&cru PCLK_LVDS_PHY>,
781 <&cru PCLK_MIPI_CSI>,
782 <&cru PCLK_MIPI_DSI0>,
783 <&cru PCLK_MIPI_DSI1>,
789 pm_qos = <&qos_vio0_iep>,
801 * Note: The following 3 are HEVC(H.265) clocks,
802 * and on the ACLK_HEVC_NIU (NOC).
804 power-domain@RK3288_PD_HEVC {
805 reg = <RK3288_PD_HEVC>;
806 clocks = <&cru ACLK_HEVC>,
807 <&cru SCLK_HEVC_CABAC>,
808 <&cru SCLK_HEVC_CORE>;
809 pm_qos = <&qos_hevc_r>,
814 * Note: ACLK_VCODEC/HCLK_VCODEC are VCODEC
815 * (video endecoder & decoder) clocks that on the
816 * ACLK_VCODEC_NIU and HCLK_VCODEC_NIU (NOC).
818 power-domain@RK3288_PD_VIDEO {
819 reg = <RK3288_PD_VIDEO>;
820 clocks = <&cru ACLK_VCODEC>,
822 pm_qos = <&qos_video>;
826 * Note: ACLK_GPU is the GPU clock,
827 * and on the ACLK_GPU_NIU (NOC).
829 power-domain@RK3288_PD_GPU {
830 reg = <RK3288_PD_GPU>;
831 clocks = <&cru ACLK_GPU>;
832 pm_qos = <&qos_gpu_r>,
838 compatible = "syscon-reboot-mode";
840 mode-normal = <BOOT_NORMAL>;
841 mode-recovery = <BOOT_RECOVERY>;
842 mode-bootloader = <BOOT_FASTBOOT>;
843 mode-loader = <BOOT_BL_DOWNLOAD>;
847 sgrf: syscon@ff740000 {
848 compatible = "rockchip,rk3288-sgrf", "syscon";
849 reg = <0x0 0xff740000 0x0 0x1000>;
852 cru: clock-controller@ff760000 {
853 compatible = "rockchip,rk3288-cru";
854 reg = <0x0 0xff760000 0x0 0x1000>;
855 rockchip,grf = <&grf>;
858 assigned-clocks = <&cru PLL_GPLL>, <&cru PLL_CPLL>,
859 <&cru PLL_NPLL>, <&cru ACLK_CPU>,
860 <&cru HCLK_CPU>, <&cru PCLK_CPU>,
861 <&cru ACLK_PERI>, <&cru HCLK_PERI>,
863 assigned-clock-rates = <594000000>, <400000000>,
864 <500000000>, <300000000>,
865 <150000000>, <75000000>,
866 <300000000>, <150000000>,
870 grf: syscon@ff770000 {
871 compatible = "rockchip,rk3288-grf", "syscon", "simple-mfd";
872 reg = <0x0 0xff770000 0x0 0x1000>;
875 compatible = "rockchip,rk3288-dp-phy";
876 clocks = <&cru SCLK_EDP_24M>;
882 io_domains: io-domains {
883 compatible = "rockchip,rk3288-io-voltage-domain";
888 compatible = "rockchip,rk3288-usb-phy";
889 #address-cells = <1>;
893 usbphy0: usb-phy@320 {
896 clocks = <&cru SCLK_OTGPHY0>;
897 clock-names = "phyclk";
901 usbphy1: usb-phy@334 {
904 clocks = <&cru SCLK_OTGPHY1>;
905 clock-names = "phyclk";
909 usbphy2: usb-phy@348 {
912 clocks = <&cru SCLK_OTGPHY2>;
913 clock-names = "phyclk";
919 wdt: watchdog@ff800000 {
920 compatible = "rockchip,rk3288-wdt", "snps,dw-wdt";
921 reg = <0x0 0xff800000 0x0 0x100>;
922 clocks = <&cru PCLK_WDT>;
923 interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
927 spdif: sound@ff88b0000 {
928 compatible = "rockchip,rk3288-spdif", "rockchip,rk3066-spdif";
929 reg = <0x0 0xff8b0000 0x0 0x10000>;
930 #sound-dai-cells = <0>;
931 clock-names = "hclk", "mclk";
932 clocks = <&cru HCLK_SPDIF8CH>, <&cru SCLK_SPDIF8CH>;
933 dmas = <&dmac_bus_s 3>;
935 interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>;
936 pinctrl-names = "default";
937 pinctrl-0 = <&spdif_tx>;
938 rockchip,grf = <&grf>;
943 compatible = "rockchip,rk3288-i2s", "rockchip,rk3066-i2s";
944 reg = <0x0 0xff890000 0x0 0x10000>;
945 #sound-dai-cells = <0>;
946 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
947 #address-cells = <1>;
949 dmas = <&dmac_bus_s 0>, <&dmac_bus_s 1>;
950 dma-names = "tx", "rx";
951 clock-names = "i2s_hclk", "i2s_clk";
952 clocks = <&cru HCLK_I2S0>, <&cru SCLK_I2S0>;
953 pinctrl-names = "default";
954 pinctrl-0 = <&i2s0_bus>;
955 rockchip,playback-channels = <8>;
956 rockchip,capture-channels = <2>;
960 crypto: crypto@ff8a0000 {
961 compatible = "rockchip,rk3288-crypto";
962 reg = <0x0 0xff8a0000 0x0 0x4000>;
963 interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
964 clocks = <&cru ACLK_CRYPTO>, <&cru HCLK_CRYPTO>,
965 <&cru SCLK_CRYPTO>, <&cru ACLK_DMAC1>;
966 clock-names = "aclk", "hclk", "sclk", "apb_pclk";
967 resets = <&cru SRST_CRYPTO>;
968 reset-names = "crypto-rst";
972 iep_mmu: iommu@ff900800 {
973 compatible = "rockchip,iommu";
974 reg = <0x0 0xff900800 0x0 0x40>;
975 interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
976 interrupt-names = "iep_mmu";
977 clocks = <&cru ACLK_IEP>, <&cru HCLK_IEP>;
978 clock-names = "aclk", "iface";
983 isp_mmu: iommu@ff914000 {
984 compatible = "rockchip,iommu";
985 reg = <0x0 0xff914000 0x0 0x100>, <0x0 0xff915000 0x0 0x100>;
986 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
987 interrupt-names = "isp_mmu";
988 clocks = <&cru ACLK_ISP>, <&cru HCLK_ISP>;
989 clock-names = "aclk", "iface";
991 rockchip,disable-mmu-reset;
996 compatible = "rockchip,rk3288-rga";
997 reg = <0x0 0xff920000 0x0 0x180>;
998 interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
999 clocks = <&cru ACLK_RGA>, <&cru HCLK_RGA>, <&cru SCLK_RGA>;
1000 clock-names = "aclk", "hclk", "sclk";
1001 power-domains = <&power RK3288_PD_VIO>;
1002 resets = <&cru SRST_RGA_CORE>, <&cru SRST_RGA_AXI>, <&cru SRST_RGA_AHB>;
1003 reset-names = "core", "axi", "ahb";
1006 vopb: vop@ff930000 {
1007 compatible = "rockchip,rk3288-vop";
1008 reg = <0x0 0xff930000 0x0 0x19c>;
1009 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
1010 clocks = <&cru ACLK_VOP0>, <&cru DCLK_VOP0>, <&cru HCLK_VOP0>;
1011 clock-names = "aclk_vop", "dclk_vop", "hclk_vop";
1012 power-domains = <&power RK3288_PD_VIO>;
1013 resets = <&cru SRST_LCDC0_AXI>, <&cru SRST_LCDC0_AHB>, <&cru SRST_LCDC0_DCLK>;
1014 reset-names = "axi", "ahb", "dclk";
1015 iommus = <&vopb_mmu>;
1016 status = "disabled";
1019 #address-cells = <1>;
1022 vopb_out_hdmi: endpoint@0 {
1024 remote-endpoint = <&hdmi_in_vopb>;
1027 vopb_out_edp: endpoint@1 {
1029 remote-endpoint = <&edp_in_vopb>;
1032 vopb_out_mipi: endpoint@2 {
1034 remote-endpoint = <&mipi_in_vopb>;
1037 vopb_out_lvds: endpoint@3 {
1039 remote-endpoint = <&lvds_in_vopb>;
1044 vopb_mmu: iommu@ff930300 {
1045 compatible = "rockchip,iommu";
1046 reg = <0x0 0xff930300 0x0 0x100>;
1047 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
1048 interrupt-names = "vopb_mmu";
1049 clocks = <&cru ACLK_VOP0>, <&cru HCLK_VOP0>;
1050 clock-names = "aclk", "iface";
1051 power-domains = <&power RK3288_PD_VIO>;
1053 status = "disabled";
1056 vopl: vop@ff940000 {
1057 compatible = "rockchip,rk3288-vop";
1058 reg = <0x0 0xff940000 0x0 0x19c>;
1059 interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
1060 clocks = <&cru ACLK_VOP1>, <&cru DCLK_VOP1>, <&cru HCLK_VOP1>;
1061 clock-names = "aclk_vop", "dclk_vop", "hclk_vop";
1062 power-domains = <&power RK3288_PD_VIO>;
1063 resets = <&cru SRST_LCDC1_AXI>, <&cru SRST_LCDC1_AHB>, <&cru SRST_LCDC1_DCLK>;
1064 reset-names = "axi", "ahb", "dclk";
1065 iommus = <&vopl_mmu>;
1066 status = "disabled";
1069 #address-cells = <1>;
1072 vopl_out_hdmi: endpoint@0 {
1074 remote-endpoint = <&hdmi_in_vopl>;
1077 vopl_out_edp: endpoint@1 {
1079 remote-endpoint = <&edp_in_vopl>;
1082 vopl_out_mipi: endpoint@2 {
1084 remote-endpoint = <&mipi_in_vopl>;
1087 vopl_out_lvds: endpoint@3 {
1089 remote-endpoint = <&lvds_in_vopl>;
1094 vopl_mmu: iommu@ff940300 {
1095 compatible = "rockchip,iommu";
1096 reg = <0x0 0xff940300 0x0 0x100>;
1097 interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
1098 interrupt-names = "vopl_mmu";
1099 clocks = <&cru ACLK_VOP1>, <&cru HCLK_VOP1>;
1100 clock-names = "aclk", "iface";
1101 power-domains = <&power RK3288_PD_VIO>;
1103 status = "disabled";
1106 mipi_dsi: mipi@ff960000 {
1107 compatible = "rockchip,rk3288-mipi-dsi", "snps,dw-mipi-dsi";
1108 reg = <0x0 0xff960000 0x0 0x4000>;
1109 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
1110 clocks = <&cru SCLK_MIPIDSI_24M>, <&cru PCLK_MIPI_DSI0>;
1111 clock-names = "ref", "pclk";
1112 power-domains = <&power RK3288_PD_VIO>;
1113 rockchip,grf = <&grf>;
1114 #address-cells = <1>;
1116 status = "disabled";
1120 #address-cells = <1>;
1122 mipi_in_vopb: endpoint@0 {
1124 remote-endpoint = <&vopb_out_mipi>;
1126 mipi_in_vopl: endpoint@1 {
1128 remote-endpoint = <&vopl_out_mipi>;
1134 lvds: lvds@ff96c000 {
1135 compatible = "rockchip,rk3288-lvds";
1136 reg = <0x0 0xff96c000 0x0 0x4000>;
1137 clocks = <&cru PCLK_LVDS_PHY>;
1138 clock-names = "pclk_lvds";
1139 pinctrl-names = "lcdc";
1140 pinctrl-0 = <&lcdc_ctl>;
1141 power-domains = <&power RK3288_PD_VIO>;
1142 rockchip,grf = <&grf>;
1143 status = "disabled";
1146 #address-cells = <1>;
1152 #address-cells = <1>;
1155 lvds_in_vopb: endpoint@0 {
1157 remote-endpoint = <&vopb_out_lvds>;
1159 lvds_in_vopl: endpoint@1 {
1161 remote-endpoint = <&vopl_out_lvds>;
1168 compatible = "rockchip,rk3288-dp";
1169 reg = <0x0 0xff970000 0x0 0x4000>;
1170 interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
1171 clocks = <&cru SCLK_EDP>, <&cru PCLK_EDP_CTRL>;
1172 clock-names = "dp", "pclk";
1175 resets = <&cru SRST_EDP>;
1177 rockchip,grf = <&grf>;
1178 status = "disabled";
1181 #address-cells = <1>;
1185 #address-cells = <1>;
1187 edp_in_vopb: endpoint@0 {
1189 remote-endpoint = <&vopb_out_edp>;
1191 edp_in_vopl: endpoint@1 {
1193 remote-endpoint = <&vopl_out_edp>;
1199 hdmi: hdmi@ff980000 {
1200 compatible = "rockchip,rk3288-dw-hdmi";
1201 reg = <0x0 0xff980000 0x0 0x20000>;
1203 #sound-dai-cells = <0>;
1204 rockchip,grf = <&grf>;
1205 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
1206 clocks = <&cru PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_HDCP>, <&cru SCLK_HDMI_CEC>;
1207 clock-names = "iahb", "isfr", "cec";
1208 power-domains = <&power RK3288_PD_VIO>;
1209 status = "disabled";
1213 #address-cells = <1>;
1215 hdmi_in_vopb: endpoint@0 {
1217 remote-endpoint = <&vopb_out_hdmi>;
1219 hdmi_in_vopl: endpoint@1 {
1221 remote-endpoint = <&vopl_out_hdmi>;
1227 vpu_mmu: iommu@ff9a0800 {
1228 compatible = "rockchip,iommu";
1229 reg = <0x0 0xff9a0800 0x0 0x100>;
1230 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
1231 interrupt-names = "vpu_mmu";
1232 clocks = <&cru ACLK_VCODEC>, <&cru HCLK_VCODEC>;
1233 clock-names = "aclk", "iface";
1235 status = "disabled";
1238 hevc_mmu: iommu@ff9c0440 {
1239 compatible = "rockchip,iommu";
1240 reg = <0x0 0xff9c0440 0x0 0x40>, <0x0 0xff9c0480 0x0 0x40>;
1241 interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
1242 interrupt-names = "hevc_mmu";
1243 clocks = <&cru ACLK_HEVC>, <&cru HCLK_HEVC>;
1244 clock-names = "aclk", "iface";
1246 status = "disabled";
1250 compatible = "rockchip,rk3288-mali", "arm,mali-t760";
1251 reg = <0x0 0xffa30000 0x0 0x10000>;
1252 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>,
1253 <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
1254 <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
1255 interrupt-names = "job", "mmu", "gpu";
1256 clocks = <&cru ACLK_GPU>;
1257 operating-points-v2 = <&gpu_opp_table>;
1258 power-domains = <&power RK3288_PD_GPU>;
1259 status = "disabled";
1262 gpu_opp_table: gpu-opp-table {
1263 compatible = "operating-points-v2";
1266 opp-hz = /bits/ 64 <100000000>;
1267 opp-microvolt = <950000>;
1270 opp-hz = /bits/ 64 <200000000>;
1271 opp-microvolt = <950000>;
1274 opp-hz = /bits/ 64 <300000000>;
1275 opp-microvolt = <1000000>;
1278 opp-hz = /bits/ 64 <400000000>;
1279 opp-microvolt = <1100000>;
1282 opp-hz = /bits/ 64 <500000000>;
1283 opp-microvolt = <1200000>;
1286 opp-hz = /bits/ 64 <600000000>;
1287 opp-microvolt = <1250000>;
1291 qos_gpu_r: qos@ffaa0000 {
1292 compatible = "syscon";
1293 reg = <0x0 0xffaa0000 0x0 0x20>;
1296 qos_gpu_w: qos@ffaa0080 {
1297 compatible = "syscon";
1298 reg = <0x0 0xffaa0080 0x0 0x20>;
1301 qos_vio1_vop: qos@ffad0000 {
1302 compatible = "syscon";
1303 reg = <0x0 0xffad0000 0x0 0x20>;
1306 qos_vio1_isp_w0: qos@ffad0100 {
1307 compatible = "syscon";
1308 reg = <0x0 0xffad0100 0x0 0x20>;
1311 qos_vio1_isp_w1: qos@ffad0180 {
1312 compatible = "syscon";
1313 reg = <0x0 0xffad0180 0x0 0x20>;
1316 qos_vio0_vop: qos@ffad0400 {
1317 compatible = "syscon";
1318 reg = <0x0 0xffad0400 0x0 0x20>;
1321 qos_vio0_vip: qos@ffad0480 {
1322 compatible = "syscon";
1323 reg = <0x0 0xffad0480 0x0 0x20>;
1326 qos_vio0_iep: qos@ffad0500 {
1327 compatible = "syscon";
1328 reg = <0x0 0xffad0500 0x0 0x20>;
1331 qos_vio2_rga_r: qos@ffad0800 {
1332 compatible = "syscon";
1333 reg = <0x0 0xffad0800 0x0 0x20>;
1336 qos_vio2_rga_w: qos@ffad0880 {
1337 compatible = "syscon";
1338 reg = <0x0 0xffad0880 0x0 0x20>;
1341 qos_vio1_isp_r: qos@ffad0900 {
1342 compatible = "syscon";
1343 reg = <0x0 0xffad0900 0x0 0x20>;
1346 qos_video: qos@ffae0000 {
1347 compatible = "syscon";
1348 reg = <0x0 0xffae0000 0x0 0x20>;
1351 qos_hevc_r: qos@ffaf0000 {
1352 compatible = "syscon";
1353 reg = <0x0 0xffaf0000 0x0 0x20>;
1356 qos_hevc_w: qos@ffaf0080 {
1357 compatible = "syscon";
1358 reg = <0x0 0xffaf0080 0x0 0x20>;
1361 gic: interrupt-controller@ffc01000 {
1362 compatible = "arm,gic-400";
1363 interrupt-controller;
1364 #interrupt-cells = <3>;
1365 #address-cells = <0>;
1367 reg = <0x0 0xffc01000 0x0 0x1000>,
1368 <0x0 0xffc02000 0x0 0x2000>,
1369 <0x0 0xffc04000 0x0 0x2000>,
1370 <0x0 0xffc06000 0x0 0x2000>;
1371 interrupts = <GIC_PPI 9 0xf04>;
1374 efuse: efuse@ffb40000 {
1375 compatible = "rockchip,rk3288-efuse";
1376 reg = <0x0 0xffb40000 0x0 0x20>;
1377 #address-cells = <1>;
1379 clocks = <&cru PCLK_EFUSE256>;
1380 clock-names = "pclk_efuse";
1382 cpu_leakage: cpu_leakage@17 {
1388 compatible = "rockchip,rk3288-pinctrl";
1389 rockchip,grf = <&grf>;
1390 rockchip,pmu = <&pmu>;
1391 #address-cells = <2>;
1395 gpio0: gpio0@ff750000 {
1396 compatible = "rockchip,gpio-bank";
1397 reg = <0x0 0xff750000 0x0 0x100>;
1398 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
1399 clocks = <&cru PCLK_GPIO0>;
1404 interrupt-controller;
1405 #interrupt-cells = <2>;
1408 gpio1: gpio1@ff780000 {
1409 compatible = "rockchip,gpio-bank";
1410 reg = <0x0 0xff780000 0x0 0x100>;
1411 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
1412 clocks = <&cru PCLK_GPIO1>;
1417 interrupt-controller;
1418 #interrupt-cells = <2>;
1421 gpio2: gpio2@ff790000 {
1422 compatible = "rockchip,gpio-bank";
1423 reg = <0x0 0xff790000 0x0 0x100>;
1424 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
1425 clocks = <&cru PCLK_GPIO2>;
1430 interrupt-controller;
1431 #interrupt-cells = <2>;
1434 gpio3: gpio3@ff7a0000 {
1435 compatible = "rockchip,gpio-bank";
1436 reg = <0x0 0xff7a0000 0x0 0x100>;
1437 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
1438 clocks = <&cru PCLK_GPIO3>;
1443 interrupt-controller;
1444 #interrupt-cells = <2>;
1447 gpio4: gpio4@ff7b0000 {
1448 compatible = "rockchip,gpio-bank";
1449 reg = <0x0 0xff7b0000 0x0 0x100>;
1450 interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
1451 clocks = <&cru PCLK_GPIO4>;
1456 interrupt-controller;
1457 #interrupt-cells = <2>;
1460 gpio5: gpio5@ff7c0000 {
1461 compatible = "rockchip,gpio-bank";
1462 reg = <0x0 0xff7c0000 0x0 0x100>;
1463 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
1464 clocks = <&cru PCLK_GPIO5>;
1469 interrupt-controller;
1470 #interrupt-cells = <2>;
1473 gpio6: gpio6@ff7d0000 {
1474 compatible = "rockchip,gpio-bank";
1475 reg = <0x0 0xff7d0000 0x0 0x100>;
1476 interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
1477 clocks = <&cru PCLK_GPIO6>;
1482 interrupt-controller;
1483 #interrupt-cells = <2>;
1486 gpio7: gpio7@ff7e0000 {
1487 compatible = "rockchip,gpio-bank";
1488 reg = <0x0 0xff7e0000 0x0 0x100>;
1489 interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>;
1490 clocks = <&cru PCLK_GPIO7>;
1495 interrupt-controller;
1496 #interrupt-cells = <2>;
1499 gpio8: gpio8@ff7f0000 {
1500 compatible = "rockchip,gpio-bank";
1501 reg = <0x0 0xff7f0000 0x0 0x100>;
1502 interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
1503 clocks = <&cru PCLK_GPIO8>;
1508 interrupt-controller;
1509 #interrupt-cells = <2>;
1513 hdmi_cec_c0: hdmi-cec-c0 {
1514 rockchip,pins = <7 RK_PC0 RK_FUNC_2 &pcfg_pull_none>;
1517 hdmi_cec_c7: hdmi-cec-c7 {
1518 rockchip,pins = <7 RK_PC7 RK_FUNC_4 &pcfg_pull_none>;
1521 hdmi_ddc: hdmi-ddc {
1522 rockchip,pins = <7 19 RK_FUNC_2 &pcfg_pull_none>,
1523 <7 20 RK_FUNC_2 &pcfg_pull_none>;
1527 pcfg_pull_up: pcfg-pull-up {
1531 pcfg_pull_down: pcfg-pull-down {
1535 pcfg_pull_none: pcfg-pull-none {
1539 pcfg_pull_none_12ma: pcfg-pull-none-12ma {
1541 drive-strength = <12>;
1545 global_pwroff: global-pwroff {
1546 rockchip,pins = <0 0 RK_FUNC_1 &pcfg_pull_none>;
1549 ddrio_pwroff: ddrio-pwroff {
1550 rockchip,pins = <0 1 RK_FUNC_1 &pcfg_pull_none>;
1553 ddr0_retention: ddr0-retention {
1554 rockchip,pins = <0 2 RK_FUNC_1 &pcfg_pull_up>;
1557 ddr1_retention: ddr1-retention {
1558 rockchip,pins = <0 3 RK_FUNC_1 &pcfg_pull_up>;
1564 rockchip,pins = <7 11 RK_FUNC_2 &pcfg_pull_down>;
1569 i2c0_xfer: i2c0-xfer {
1570 rockchip,pins = <0 15 RK_FUNC_1 &pcfg_pull_none>,
1571 <0 16 RK_FUNC_1 &pcfg_pull_none>;
1576 i2c1_xfer: i2c1-xfer {
1577 rockchip,pins = <8 4 RK_FUNC_1 &pcfg_pull_none>,
1578 <8 5 RK_FUNC_1 &pcfg_pull_none>;
1583 i2c2_xfer: i2c2-xfer {
1584 rockchip,pins = <6 9 RK_FUNC_1 &pcfg_pull_none>,
1585 <6 10 RK_FUNC_1 &pcfg_pull_none>;
1590 i2c3_xfer: i2c3-xfer {
1591 rockchip,pins = <2 16 RK_FUNC_1 &pcfg_pull_none>,
1592 <2 17 RK_FUNC_1 &pcfg_pull_none>;
1597 i2c4_xfer: i2c4-xfer {
1598 rockchip,pins = <7 17 RK_FUNC_1 &pcfg_pull_none>,
1599 <7 18 RK_FUNC_1 &pcfg_pull_none>;
1604 i2c5_xfer: i2c5-xfer {
1605 rockchip,pins = <7 19 RK_FUNC_1 &pcfg_pull_none>,
1606 <7 20 RK_FUNC_1 &pcfg_pull_none>;
1611 i2s0_bus: i2s0-bus {
1612 rockchip,pins = <6 0 RK_FUNC_1 &pcfg_pull_none>,
1613 <6 1 RK_FUNC_1 &pcfg_pull_none>,
1614 <6 2 RK_FUNC_1 &pcfg_pull_none>,
1615 <6 3 RK_FUNC_1 &pcfg_pull_none>,
1616 <6 4 RK_FUNC_1 &pcfg_pull_none>,
1617 <6 8 RK_FUNC_1 &pcfg_pull_none>;
1622 lcdc_ctl: lcdc-ctl {
1623 rockchip,pins = <1 24 RK_FUNC_1 &pcfg_pull_none>,
1624 <1 25 RK_FUNC_1 &pcfg_pull_none>,
1625 <1 26 RK_FUNC_1 &pcfg_pull_none>,
1626 <1 27 RK_FUNC_1 &pcfg_pull_none>;
1631 sdmmc_clk: sdmmc-clk {
1632 rockchip,pins = <6 20 RK_FUNC_1 &pcfg_pull_none>;
1635 sdmmc_cmd: sdmmc-cmd {
1636 rockchip,pins = <6 21 RK_FUNC_1 &pcfg_pull_up>;
1639 sdmmc_cd: sdmmc-cd {
1640 rockchip,pins = <6 22 RK_FUNC_1 &pcfg_pull_up>;
1643 sdmmc_bus1: sdmmc-bus1 {
1644 rockchip,pins = <6 16 RK_FUNC_1 &pcfg_pull_up>;
1647 sdmmc_bus4: sdmmc-bus4 {
1648 rockchip,pins = <6 16 RK_FUNC_1 &pcfg_pull_up>,
1649 <6 17 RK_FUNC_1 &pcfg_pull_up>,
1650 <6 18 RK_FUNC_1 &pcfg_pull_up>,
1651 <6 19 RK_FUNC_1 &pcfg_pull_up>;
1656 sdio0_bus1: sdio0-bus1 {
1657 rockchip,pins = <4 20 RK_FUNC_1 &pcfg_pull_up>;
1660 sdio0_bus4: sdio0-bus4 {
1661 rockchip,pins = <4 20 RK_FUNC_1 &pcfg_pull_up>,
1662 <4 21 RK_FUNC_1 &pcfg_pull_up>,
1663 <4 22 RK_FUNC_1 &pcfg_pull_up>,
1664 <4 23 RK_FUNC_1 &pcfg_pull_up>;
1667 sdio0_cmd: sdio0-cmd {
1668 rockchip,pins = <4 24 RK_FUNC_1 &pcfg_pull_up>;
1671 sdio0_clk: sdio0-clk {
1672 rockchip,pins = <4 25 RK_FUNC_1 &pcfg_pull_none>;
1675 sdio0_cd: sdio0-cd {
1676 rockchip,pins = <4 26 RK_FUNC_1 &pcfg_pull_up>;
1679 sdio0_wp: sdio0-wp {
1680 rockchip,pins = <4 27 RK_FUNC_1 &pcfg_pull_up>;
1683 sdio0_pwr: sdio0-pwr {
1684 rockchip,pins = <4 28 RK_FUNC_1 &pcfg_pull_up>;
1687 sdio0_bkpwr: sdio0-bkpwr {
1688 rockchip,pins = <4 29 RK_FUNC_1 &pcfg_pull_up>;
1691 sdio0_int: sdio0-int {
1692 rockchip,pins = <4 30 RK_FUNC_1 &pcfg_pull_up>;
1697 sdio1_bus1: sdio1-bus1 {
1698 rockchip,pins = <3 24 4 &pcfg_pull_up>;
1701 sdio1_bus4: sdio1-bus4 {
1702 rockchip,pins = <3 24 4 &pcfg_pull_up>,
1703 <3 25 4 &pcfg_pull_up>,
1704 <3 26 4 &pcfg_pull_up>,
1705 <3 27 4 &pcfg_pull_up>;
1708 sdio1_cd: sdio1-cd {
1709 rockchip,pins = <3 28 4 &pcfg_pull_up>;
1712 sdio1_wp: sdio1-wp {
1713 rockchip,pins = <3 29 4 &pcfg_pull_up>;
1716 sdio1_bkpwr: sdio1-bkpwr {
1717 rockchip,pins = <3 30 4 &pcfg_pull_up>;
1720 sdio1_int: sdio1-int {
1721 rockchip,pins = <3 31 4 &pcfg_pull_up>;
1724 sdio1_cmd: sdio1-cmd {
1725 rockchip,pins = <4 6 4 &pcfg_pull_up>;
1728 sdio1_clk: sdio1-clk {
1729 rockchip,pins = <4 7 4 &pcfg_pull_none>;
1732 sdio1_pwr: sdio1-pwr {
1733 rockchip,pins = <4 9 4 &pcfg_pull_up>;
1738 emmc_clk: emmc-clk {
1739 rockchip,pins = <3 18 RK_FUNC_2 &pcfg_pull_none>;
1742 emmc_cmd: emmc-cmd {
1743 rockchip,pins = <3 16 RK_FUNC_2 &pcfg_pull_up>;
1746 emmc_pwr: emmc-pwr {
1747 rockchip,pins = <3 9 RK_FUNC_2 &pcfg_pull_up>;
1750 emmc_bus1: emmc-bus1 {
1751 rockchip,pins = <3 0 RK_FUNC_2 &pcfg_pull_up>;
1754 emmc_bus4: emmc-bus4 {
1755 rockchip,pins = <3 0 RK_FUNC_2 &pcfg_pull_up>,
1756 <3 1 RK_FUNC_2 &pcfg_pull_up>,
1757 <3 2 RK_FUNC_2 &pcfg_pull_up>,
1758 <3 3 RK_FUNC_2 &pcfg_pull_up>;
1761 emmc_bus8: emmc-bus8 {
1762 rockchip,pins = <3 0 RK_FUNC_2 &pcfg_pull_up>,
1763 <3 1 RK_FUNC_2 &pcfg_pull_up>,
1764 <3 2 RK_FUNC_2 &pcfg_pull_up>,
1765 <3 3 RK_FUNC_2 &pcfg_pull_up>,
1766 <3 4 RK_FUNC_2 &pcfg_pull_up>,
1767 <3 5 RK_FUNC_2 &pcfg_pull_up>,
1768 <3 6 RK_FUNC_2 &pcfg_pull_up>,
1769 <3 7 RK_FUNC_2 &pcfg_pull_up>;
1774 spi0_clk: spi0-clk {
1775 rockchip,pins = <5 12 RK_FUNC_1 &pcfg_pull_up>;
1777 spi0_cs0: spi0-cs0 {
1778 rockchip,pins = <5 13 RK_FUNC_1 &pcfg_pull_up>;
1781 rockchip,pins = <5 14 RK_FUNC_1 &pcfg_pull_up>;
1784 rockchip,pins = <5 15 RK_FUNC_1 &pcfg_pull_up>;
1786 spi0_cs1: spi0-cs1 {
1787 rockchip,pins = <5 16 RK_FUNC_1 &pcfg_pull_up>;
1791 spi1_clk: spi1-clk {
1792 rockchip,pins = <7 12 RK_FUNC_2 &pcfg_pull_up>;
1794 spi1_cs0: spi1-cs0 {
1795 rockchip,pins = <7 13 RK_FUNC_2 &pcfg_pull_up>;
1798 rockchip,pins = <7 14 RK_FUNC_2 &pcfg_pull_up>;
1801 rockchip,pins = <7 15 RK_FUNC_2 &pcfg_pull_up>;
1806 spi2_cs1: spi2-cs1 {
1807 rockchip,pins = <8 3 RK_FUNC_1 &pcfg_pull_up>;
1809 spi2_clk: spi2-clk {
1810 rockchip,pins = <8 6 RK_FUNC_1 &pcfg_pull_up>;
1812 spi2_cs0: spi2-cs0 {
1813 rockchip,pins = <8 7 RK_FUNC_1 &pcfg_pull_up>;
1816 rockchip,pins = <8 8 RK_FUNC_1 &pcfg_pull_up>;
1819 rockchip,pins = <8 9 RK_FUNC_1 &pcfg_pull_up>;
1824 uart0_xfer: uart0-xfer {
1825 rockchip,pins = <4 16 RK_FUNC_1 &pcfg_pull_up>,
1826 <4 17 RK_FUNC_1 &pcfg_pull_none>;
1829 uart0_cts: uart0-cts {
1830 rockchip,pins = <4 18 RK_FUNC_1 &pcfg_pull_up>;
1833 uart0_rts: uart0-rts {
1834 rockchip,pins = <4 19 RK_FUNC_1 &pcfg_pull_none>;
1839 uart1_xfer: uart1-xfer {
1840 rockchip,pins = <5 8 RK_FUNC_1 &pcfg_pull_up>,
1841 <5 9 RK_FUNC_1 &pcfg_pull_none>;
1844 uart1_cts: uart1-cts {
1845 rockchip,pins = <5 10 RK_FUNC_1 &pcfg_pull_up>;
1848 uart1_rts: uart1-rts {
1849 rockchip,pins = <5 11 RK_FUNC_1 &pcfg_pull_none>;
1854 uart2_xfer: uart2-xfer {
1855 rockchip,pins = <7 22 RK_FUNC_1 &pcfg_pull_up>,
1856 <7 23 RK_FUNC_1 &pcfg_pull_none>;
1858 /* no rts / cts for uart2 */
1862 uart3_xfer: uart3-xfer {
1863 rockchip,pins = <7 7 RK_FUNC_1 &pcfg_pull_up>,
1864 <7 8 RK_FUNC_1 &pcfg_pull_none>;
1867 uart3_cts: uart3-cts {
1868 rockchip,pins = <7 9 RK_FUNC_1 &pcfg_pull_up>;
1871 uart3_rts: uart3-rts {
1872 rockchip,pins = <7 10 RK_FUNC_1 &pcfg_pull_none>;
1877 uart4_xfer: uart4-xfer {
1878 rockchip,pins = <5 15 3 &pcfg_pull_up>,
1879 <5 14 3 &pcfg_pull_none>;
1882 uart4_cts: uart4-cts {
1883 rockchip,pins = <5 12 3 &pcfg_pull_up>;
1886 uart4_rts: uart4-rts {
1887 rockchip,pins = <5 13 3 &pcfg_pull_none>;
1892 otp_gpio: otp-gpio {
1893 rockchip,pins = <0 10 RK_FUNC_GPIO &pcfg_pull_none>;
1897 rockchip,pins = <0 10 RK_FUNC_1 &pcfg_pull_none>;
1902 pwm0_pin: pwm0-pin {
1903 rockchip,pins = <7 0 RK_FUNC_1 &pcfg_pull_none>;
1908 pwm1_pin: pwm1-pin {
1909 rockchip,pins = <7 1 RK_FUNC_1 &pcfg_pull_none>;
1914 pwm2_pin: pwm2-pin {
1915 rockchip,pins = <7 22 3 &pcfg_pull_none>;
1920 pwm3_pin: pwm3-pin {
1921 rockchip,pins = <7 23 3 &pcfg_pull_none>;
1926 rgmii_pins: rgmii-pins {
1927 rockchip,pins = <3 30 3 &pcfg_pull_none>,
1928 <3 31 3 &pcfg_pull_none>,
1929 <3 26 3 &pcfg_pull_none>,
1930 <3 27 3 &pcfg_pull_none>,
1931 <3 28 3 &pcfg_pull_none_12ma>,
1932 <3 29 3 &pcfg_pull_none_12ma>,
1933 <3 24 3 &pcfg_pull_none_12ma>,
1934 <3 25 3 &pcfg_pull_none_12ma>,
1935 <4 0 3 &pcfg_pull_none>,
1936 <4 5 3 &pcfg_pull_none>,
1937 <4 6 3 &pcfg_pull_none>,
1938 <4 9 3 &pcfg_pull_none_12ma>,
1939 <4 4 3 &pcfg_pull_none_12ma>,
1940 <4 1 3 &pcfg_pull_none>,
1941 <4 3 3 &pcfg_pull_none>;
1944 rmii_pins: rmii-pins {
1945 rockchip,pins = <3 30 3 &pcfg_pull_none>,
1946 <3 31 3 &pcfg_pull_none>,
1947 <3 28 3 &pcfg_pull_none>,
1948 <3 29 3 &pcfg_pull_none>,
1949 <4 0 3 &pcfg_pull_none>,
1950 <4 5 3 &pcfg_pull_none>,
1951 <4 4 3 &pcfg_pull_none>,
1952 <4 1 3 &pcfg_pull_none>,
1953 <4 2 3 &pcfg_pull_none>,
1954 <4 3 3 &pcfg_pull_none>;
1959 spdif_tx: spdif-tx {
1960 rockchip,pins = <RK_GPIO6 11 RK_FUNC_1 &pcfg_pull_none>;