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/soc/rockchip,boot-mode.h>
16 compatible = "rockchip,rk3288";
18 interrupt-parent = <&gic>;
43 compatible = "arm,cortex-a12-pmu";
44 interrupts = <GIC_SPI 151 IRQ_TYPE_LEVEL_HIGH>,
45 <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>,
46 <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>,
47 <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>;
48 interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
54 enable-method = "rockchip,rk3066-smp";
55 rockchip,pmu = <&pmu>;
59 compatible = "arm,cortex-a12";
61 resets = <&cru SRST_CORE0>;
62 operating-points-v2 = <&cpu_opp_table>;
63 #cooling-cells = <2>; /* min followed by max */
64 clock-latency = <40000>;
65 clocks = <&cru ARMCLK>;
66 dynamic-power-coefficient = <370>;
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>;
77 dynamic-power-coefficient = <370>;
81 compatible = "arm,cortex-a12";
83 resets = <&cru SRST_CORE2>;
84 operating-points-v2 = <&cpu_opp_table>;
85 #cooling-cells = <2>; /* min followed by max */
86 clock-latency = <40000>;
87 clocks = <&cru ARMCLK>;
88 dynamic-power-coefficient = <370>;
92 compatible = "arm,cortex-a12";
94 resets = <&cru SRST_CORE3>;
95 operating-points-v2 = <&cpu_opp_table>;
96 #cooling-cells = <2>; /* min followed by max */
97 clock-latency = <40000>;
98 clocks = <&cru ARMCLK>;
99 dynamic-power-coefficient = <370>;
103 cpu_opp_table: opp-table-0 {
104 compatible = "operating-points-v2";
108 opp-hz = /bits/ 64 <126000000>;
109 opp-microvolt = <900000>;
112 opp-hz = /bits/ 64 <216000000>;
113 opp-microvolt = <900000>;
116 opp-hz = /bits/ 64 <312000000>;
117 opp-microvolt = <900000>;
120 opp-hz = /bits/ 64 <408000000>;
121 opp-microvolt = <900000>;
124 opp-hz = /bits/ 64 <600000000>;
125 opp-microvolt = <900000>;
128 opp-hz = /bits/ 64 <696000000>;
129 opp-microvolt = <950000>;
132 opp-hz = /bits/ 64 <816000000>;
133 opp-microvolt = <1000000>;
136 opp-hz = /bits/ 64 <1008000000>;
137 opp-microvolt = <1050000>;
140 opp-hz = /bits/ 64 <1200000000>;
141 opp-microvolt = <1100000>;
144 opp-hz = /bits/ 64 <1416000000>;
145 opp-microvolt = <1200000>;
148 opp-hz = /bits/ 64 <1512000000>;
149 opp-microvolt = <1300000>;
152 opp-hz = /bits/ 64 <1608000000>;
153 opp-microvolt = <1350000>;
158 #address-cells = <2>;
163 * The rk3288 cannot use the memory area above 0xfe000000
164 * for dma operations for some reason. While there is
165 * probably a better solution available somewhere, we
166 * haven't found it yet and while devices with 2GB of ram
167 * are not affected, this issue prevents 4GB from booting.
168 * So to make these devices at least bootable, block
169 * this area for the time being until the real solution
172 dma-unusable@fe000000 {
173 reg = <0x0 0xfe000000 0x0 0x1000000>;
178 compatible = "fixed-clock";
179 clock-frequency = <24000000>;
180 clock-output-names = "xin24m";
185 compatible = "arm,armv7-timer";
186 arm,cpu-registers-not-fw-configured;
187 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
188 <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
189 <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
190 <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
191 clock-frequency = <24000000>;
192 arm,no-tick-in-suspend;
195 timer: timer@ff810000 {
196 compatible = "rockchip,rk3288-timer";
197 reg = <0x0 0xff810000 0x0 0x20>;
198 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
199 clocks = <&cru PCLK_TIMER>, <&xin24m>;
200 clock-names = "pclk", "timer";
204 compatible = "rockchip,display-subsystem";
205 ports = <&vopl_out>, <&vopb_out>;
208 sdmmc: mmc@ff0c0000 {
209 compatible = "rockchip,rk3288-dw-mshc";
210 max-frequency = <150000000>;
211 clocks = <&cru HCLK_SDMMC>, <&cru SCLK_SDMMC>,
212 <&cru SCLK_SDMMC_DRV>, <&cru SCLK_SDMMC_SAMPLE>;
213 clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
214 fifo-depth = <0x100>;
215 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
216 reg = <0x0 0xff0c0000 0x0 0x4000>;
217 resets = <&cru SRST_MMC0>;
218 reset-names = "reset";
222 sdio0: mmc@ff0d0000 {
223 compatible = "rockchip,rk3288-dw-mshc";
224 max-frequency = <150000000>;
225 clocks = <&cru HCLK_SDIO0>, <&cru SCLK_SDIO0>,
226 <&cru SCLK_SDIO0_DRV>, <&cru SCLK_SDIO0_SAMPLE>;
227 clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
228 fifo-depth = <0x100>;
229 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
230 reg = <0x0 0xff0d0000 0x0 0x4000>;
231 resets = <&cru SRST_SDIO0>;
232 reset-names = "reset";
236 sdio1: mmc@ff0e0000 {
237 compatible = "rockchip,rk3288-dw-mshc";
238 max-frequency = <150000000>;
239 clocks = <&cru HCLK_SDIO1>, <&cru SCLK_SDIO1>,
240 <&cru SCLK_SDIO1_DRV>, <&cru SCLK_SDIO1_SAMPLE>;
241 clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
242 fifo-depth = <0x100>;
243 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
244 reg = <0x0 0xff0e0000 0x0 0x4000>;
245 resets = <&cru SRST_SDIO1>;
246 reset-names = "reset";
251 compatible = "rockchip,rk3288-dw-mshc";
252 max-frequency = <150000000>;
253 clocks = <&cru HCLK_EMMC>, <&cru SCLK_EMMC>,
254 <&cru SCLK_EMMC_DRV>, <&cru SCLK_EMMC_SAMPLE>;
255 clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
256 fifo-depth = <0x100>;
257 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
258 reg = <0x0 0xff0f0000 0x0 0x4000>;
259 resets = <&cru SRST_EMMC>;
260 reset-names = "reset";
264 saradc: saradc@ff100000 {
265 compatible = "rockchip,saradc";
266 reg = <0x0 0xff100000 0x0 0x100>;
267 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
268 #io-channel-cells = <1>;
269 clocks = <&cru SCLK_SARADC>, <&cru PCLK_SARADC>;
270 clock-names = "saradc", "apb_pclk";
271 resets = <&cru SRST_SARADC>;
272 reset-names = "saradc-apb";
277 compatible = "rockchip,rk3288-spi", "rockchip,rk3066-spi";
278 clocks = <&cru SCLK_SPI0>, <&cru PCLK_SPI0>;
279 clock-names = "spiclk", "apb_pclk";
280 dmas = <&dmac_peri 11>, <&dmac_peri 12>;
281 dma-names = "tx", "rx";
282 interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
283 pinctrl-names = "default";
284 pinctrl-0 = <&spi0_clk &spi0_tx &spi0_rx &spi0_cs0>;
285 reg = <0x0 0xff110000 0x0 0x1000>;
286 #address-cells = <1>;
292 compatible = "rockchip,rk3288-spi", "rockchip,rk3066-spi";
293 clocks = <&cru SCLK_SPI1>, <&cru PCLK_SPI1>;
294 clock-names = "spiclk", "apb_pclk";
295 dmas = <&dmac_peri 13>, <&dmac_peri 14>;
296 dma-names = "tx", "rx";
297 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
298 pinctrl-names = "default";
299 pinctrl-0 = <&spi1_clk &spi1_tx &spi1_rx &spi1_cs0>;
300 reg = <0x0 0xff120000 0x0 0x1000>;
301 #address-cells = <1>;
307 compatible = "rockchip,rk3288-spi", "rockchip,rk3066-spi";
308 clocks = <&cru SCLK_SPI2>, <&cru PCLK_SPI2>;
309 clock-names = "spiclk", "apb_pclk";
310 dmas = <&dmac_peri 15>, <&dmac_peri 16>;
311 dma-names = "tx", "rx";
312 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
313 pinctrl-names = "default";
314 pinctrl-0 = <&spi2_clk &spi2_tx &spi2_rx &spi2_cs0>;
315 reg = <0x0 0xff130000 0x0 0x1000>;
316 #address-cells = <1>;
322 compatible = "rockchip,rk3288-i2c";
323 reg = <0x0 0xff140000 0x0 0x1000>;
324 interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
325 #address-cells = <1>;
328 clocks = <&cru PCLK_I2C1>;
329 pinctrl-names = "default";
330 pinctrl-0 = <&i2c1_xfer>;
335 compatible = "rockchip,rk3288-i2c";
336 reg = <0x0 0xff150000 0x0 0x1000>;
337 interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
338 #address-cells = <1>;
341 clocks = <&cru PCLK_I2C3>;
342 pinctrl-names = "default";
343 pinctrl-0 = <&i2c3_xfer>;
348 compatible = "rockchip,rk3288-i2c";
349 reg = <0x0 0xff160000 0x0 0x1000>;
350 interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>;
351 #address-cells = <1>;
354 clocks = <&cru PCLK_I2C4>;
355 pinctrl-names = "default";
356 pinctrl-0 = <&i2c4_xfer>;
361 compatible = "rockchip,rk3288-i2c";
362 reg = <0x0 0xff170000 0x0 0x1000>;
363 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
364 #address-cells = <1>;
367 clocks = <&cru PCLK_I2C5>;
368 pinctrl-names = "default";
369 pinctrl-0 = <&i2c5_xfer>;
373 uart0: serial@ff180000 {
374 compatible = "rockchip,rk3288-uart", "snps,dw-apb-uart";
375 reg = <0x0 0xff180000 0x0 0x100>;
376 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
379 clocks = <&cru SCLK_UART0>, <&cru PCLK_UART0>;
380 clock-names = "baudclk", "apb_pclk";
381 dmas = <&dmac_peri 1>, <&dmac_peri 2>;
382 dma-names = "tx", "rx";
383 pinctrl-names = "default";
384 pinctrl-0 = <&uart0_xfer>;
388 uart1: serial@ff190000 {
389 compatible = "rockchip,rk3288-uart", "snps,dw-apb-uart";
390 reg = <0x0 0xff190000 0x0 0x100>;
391 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
394 clocks = <&cru SCLK_UART1>, <&cru PCLK_UART1>;
395 clock-names = "baudclk", "apb_pclk";
396 dmas = <&dmac_peri 3>, <&dmac_peri 4>;
397 dma-names = "tx", "rx";
398 pinctrl-names = "default";
399 pinctrl-0 = <&uart1_xfer>;
403 uart2: serial@ff690000 {
404 compatible = "rockchip,rk3288-uart", "snps,dw-apb-uart";
405 reg = <0x0 0xff690000 0x0 0x100>;
406 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
409 clocks = <&cru SCLK_UART2>, <&cru PCLK_UART2>;
410 clock-names = "baudclk", "apb_pclk";
411 pinctrl-names = "default";
412 pinctrl-0 = <&uart2_xfer>;
416 uart3: serial@ff1b0000 {
417 compatible = "rockchip,rk3288-uart", "snps,dw-apb-uart";
418 reg = <0x0 0xff1b0000 0x0 0x100>;
419 interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;
422 clocks = <&cru SCLK_UART3>, <&cru PCLK_UART3>;
423 clock-names = "baudclk", "apb_pclk";
424 dmas = <&dmac_peri 7>, <&dmac_peri 8>;
425 dma-names = "tx", "rx";
426 pinctrl-names = "default";
427 pinctrl-0 = <&uart3_xfer>;
431 uart4: serial@ff1c0000 {
432 compatible = "rockchip,rk3288-uart", "snps,dw-apb-uart";
433 reg = <0x0 0xff1c0000 0x0 0x100>;
434 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
437 clocks = <&cru SCLK_UART4>, <&cru PCLK_UART4>;
438 clock-names = "baudclk", "apb_pclk";
439 dmas = <&dmac_peri 9>, <&dmac_peri 10>;
440 dma-names = "tx", "rx";
441 pinctrl-names = "default";
442 pinctrl-0 = <&uart4_xfer>;
446 dmac_peri: dma-controller@ff250000 {
447 compatible = "arm,pl330", "arm,primecell";
448 reg = <0x0 0xff250000 0x0 0x4000>;
449 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>,
450 <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
452 arm,pl330-broken-no-flushp;
453 arm,pl330-periph-burst;
454 clocks = <&cru ACLK_DMAC2>;
455 clock-names = "apb_pclk";
459 reserve_thermal: reserve-thermal {
460 polling-delay-passive = <1000>; /* milliseconds */
461 polling-delay = <5000>; /* milliseconds */
463 thermal-sensors = <&tsadc 0>;
466 cpu_thermal: cpu-thermal {
467 polling-delay-passive = <100>; /* milliseconds */
468 polling-delay = <5000>; /* milliseconds */
470 thermal-sensors = <&tsadc 1>;
473 cpu_alert0: cpu_alert0 {
474 temperature = <70000>; /* millicelsius */
475 hysteresis = <2000>; /* millicelsius */
478 cpu_alert1: cpu_alert1 {
479 temperature = <75000>; /* millicelsius */
480 hysteresis = <2000>; /* millicelsius */
484 temperature = <90000>; /* millicelsius */
485 hysteresis = <2000>; /* millicelsius */
492 trip = <&cpu_alert0>;
494 <&cpu0 THERMAL_NO_LIMIT 6>,
495 <&cpu1 THERMAL_NO_LIMIT 6>,
496 <&cpu2 THERMAL_NO_LIMIT 6>,
497 <&cpu3 THERMAL_NO_LIMIT 6>;
500 trip = <&cpu_alert1>;
502 <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
503 <&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
504 <&cpu2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
505 <&cpu3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
510 gpu_thermal: gpu-thermal {
511 polling-delay-passive = <100>; /* milliseconds */
512 polling-delay = <5000>; /* milliseconds */
514 thermal-sensors = <&tsadc 2>;
517 gpu_alert0: gpu_alert0 {
518 temperature = <70000>; /* millicelsius */
519 hysteresis = <2000>; /* millicelsius */
523 temperature = <90000>; /* millicelsius */
524 hysteresis = <2000>; /* millicelsius */
531 trip = <&gpu_alert0>;
533 <&gpu THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
539 tsadc: tsadc@ff280000 {
540 compatible = "rockchip,rk3288-tsadc";
541 reg = <0x0 0xff280000 0x0 0x100>;
542 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
543 clocks = <&cru SCLK_TSADC>, <&cru PCLK_TSADC>;
544 clock-names = "tsadc", "apb_pclk";
545 resets = <&cru SRST_TSADC>;
546 reset-names = "tsadc-apb";
547 pinctrl-names = "init", "default", "sleep";
548 pinctrl-0 = <&otp_pin>;
549 pinctrl-1 = <&otp_out>;
550 pinctrl-2 = <&otp_pin>;
551 #thermal-sensor-cells = <1>;
552 rockchip,grf = <&grf>;
553 rockchip,hw-tshut-temp = <95000>;
557 gmac: ethernet@ff290000 {
558 compatible = "rockchip,rk3288-gmac";
559 reg = <0x0 0xff290000 0x0 0x10000>;
560 interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>,
561 <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
562 interrupt-names = "macirq", "eth_wake_irq";
563 rockchip,grf = <&grf>;
564 clocks = <&cru SCLK_MAC>,
565 <&cru SCLK_MAC_RX>, <&cru SCLK_MAC_TX>,
566 <&cru SCLK_MACREF>, <&cru SCLK_MACREF_OUT>,
567 <&cru ACLK_GMAC>, <&cru PCLK_GMAC>;
568 clock-names = "stmmaceth",
569 "mac_clk_rx", "mac_clk_tx",
570 "clk_mac_ref", "clk_mac_refout",
571 "aclk_mac", "pclk_mac";
572 resets = <&cru SRST_MAC>;
573 reset-names = "stmmaceth";
577 usb_host0_ehci: usb@ff500000 {
578 compatible = "generic-ehci";
579 reg = <0x0 0xff500000 0x0 0x100>;
580 interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
581 clocks = <&cru HCLK_USBHOST0>;
587 /* NOTE: doesn't work on RK3288, but was fixed on RK3288W */
588 usb_host0_ohci: usb@ff520000 {
589 compatible = "generic-ohci";
590 reg = <0x0 0xff520000 0x0 0x100>;
591 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
592 clocks = <&cru HCLK_USBHOST0>;
598 usb_host1: usb@ff540000 {
599 compatible = "rockchip,rk3288-usb", "rockchip,rk3066-usb",
601 reg = <0x0 0xff540000 0x0 0x40000>;
602 interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
603 clocks = <&cru HCLK_USBHOST1>;
607 phy-names = "usb2-phy";
608 snps,reset-phy-on-wake;
612 usb_otg: usb@ff580000 {
613 compatible = "rockchip,rk3288-usb", "rockchip,rk3066-usb",
615 reg = <0x0 0xff580000 0x0 0x40000>;
616 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
617 clocks = <&cru HCLK_OTG0>;
620 g-np-tx-fifo-size = <16>;
621 g-rx-fifo-size = <275>;
622 g-tx-fifo-size = <256 128 128 64 64 32>;
624 phy-names = "usb2-phy";
628 usb_hsic: usb@ff5c0000 {
629 compatible = "generic-ehci";
630 reg = <0x0 0xff5c0000 0x0 0x100>;
631 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
632 clocks = <&cru HCLK_HSIC>;
636 dmac_bus_ns: dma-controller@ff600000 {
637 compatible = "arm,pl330", "arm,primecell";
638 reg = <0x0 0xff600000 0x0 0x4000>;
639 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
640 <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
642 arm,pl330-broken-no-flushp;
643 arm,pl330-periph-burst;
644 clocks = <&cru ACLK_DMAC1>;
645 clock-names = "apb_pclk";
650 compatible = "rockchip,rk3288-i2c";
651 reg = <0x0 0xff650000 0x0 0x1000>;
652 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
653 #address-cells = <1>;
656 clocks = <&cru PCLK_I2C0>;
657 pinctrl-names = "default";
658 pinctrl-0 = <&i2c0_xfer>;
663 compatible = "rockchip,rk3288-i2c";
664 reg = <0x0 0xff660000 0x0 0x1000>;
665 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
666 #address-cells = <1>;
669 clocks = <&cru PCLK_I2C2>;
670 pinctrl-names = "default";
671 pinctrl-0 = <&i2c2_xfer>;
676 compatible = "rockchip,rk3288-pwm";
677 reg = <0x0 0xff680000 0x0 0x10>;
679 pinctrl-names = "default";
680 pinctrl-0 = <&pwm0_pin>;
681 clocks = <&cru PCLK_RKPWM>;
686 compatible = "rockchip,rk3288-pwm";
687 reg = <0x0 0xff680010 0x0 0x10>;
689 pinctrl-names = "default";
690 pinctrl-0 = <&pwm1_pin>;
691 clocks = <&cru PCLK_RKPWM>;
696 compatible = "rockchip,rk3288-pwm";
697 reg = <0x0 0xff680020 0x0 0x10>;
699 pinctrl-names = "default";
700 pinctrl-0 = <&pwm2_pin>;
701 clocks = <&cru PCLK_RKPWM>;
706 compatible = "rockchip,rk3288-pwm";
707 reg = <0x0 0xff680030 0x0 0x10>;
709 pinctrl-names = "default";
710 pinctrl-0 = <&pwm3_pin>;
711 clocks = <&cru PCLK_RKPWM>;
715 bus_intmem: sram@ff700000 {
716 compatible = "mmio-sram";
717 reg = <0x0 0xff700000 0x0 0x18000>;
718 #address-cells = <1>;
720 ranges = <0 0x0 0xff700000 0x18000>;
722 compatible = "rockchip,rk3066-smp-sram";
727 pmu_sram: sram@ff720000 {
728 compatible = "rockchip,rk3288-pmu-sram", "mmio-sram";
729 reg = <0x0 0xff720000 0x0 0x1000>;
732 pmu: power-management@ff730000 {
733 compatible = "rockchip,rk3288-pmu", "syscon", "simple-mfd";
734 reg = <0x0 0xff730000 0x0 0x100>;
736 power: power-controller {
737 compatible = "rockchip,rk3288-power-controller";
738 #power-domain-cells = <1>;
739 #address-cells = <1>;
742 assigned-clocks = <&cru SCLK_EDP_24M>;
743 assigned-clock-parents = <&xin24m>;
746 * Note: Although SCLK_* are the working clocks
747 * of device without including on the NOC, needed for
750 * The clocks on the which NOC:
751 * ACLK_IEP/ACLK_VIP/ACLK_VOP0 are on ACLK_VIO0_NIU.
752 * ACLK_ISP/ACLK_VOP1 are on ACLK_VIO1_NIU.
753 * ACLK_RGA is on ACLK_RGA_NIU.
754 * The others (HCLK_*,PLCK_*) are on HCLK_VIO_NIU.
756 * Which clock are device clocks:
758 * *_IEP IEP:Image Enhancement Processor
759 * *_ISP ISP:Image Signal Processing
760 * *_VIP VIP:Video Input Processor
761 * *_VOP* VOP:Visual Output Processor
768 power-domain@RK3288_PD_VIO {
769 reg = <RK3288_PD_VIO>;
770 clocks = <&cru ACLK_IEP>,
784 <&cru PCLK_EDP_CTRL>,
785 <&cru PCLK_HDMI_CTRL>,
786 <&cru PCLK_LVDS_PHY>,
787 <&cru PCLK_MIPI_CSI>,
788 <&cru PCLK_MIPI_DSI0>,
789 <&cru PCLK_MIPI_DSI1>,
795 pm_qos = <&qos_vio0_iep>,
804 #power-domain-cells = <0>;
808 * Note: The following 3 are HEVC(H.265) clocks,
809 * and on the ACLK_HEVC_NIU (NOC).
811 power-domain@RK3288_PD_HEVC {
812 reg = <RK3288_PD_HEVC>;
813 clocks = <&cru ACLK_HEVC>,
814 <&cru SCLK_HEVC_CABAC>,
815 <&cru SCLK_HEVC_CORE>;
816 pm_qos = <&qos_hevc_r>,
818 #power-domain-cells = <0>;
822 * Note: ACLK_VCODEC/HCLK_VCODEC are VCODEC
823 * (video endecoder & decoder) clocks that on the
824 * ACLK_VCODEC_NIU and HCLK_VCODEC_NIU (NOC).
826 power-domain@RK3288_PD_VIDEO {
827 reg = <RK3288_PD_VIDEO>;
828 clocks = <&cru ACLK_VCODEC>,
830 pm_qos = <&qos_video>;
831 #power-domain-cells = <0>;
835 * Note: ACLK_GPU is the GPU clock,
836 * and on the ACLK_GPU_NIU (NOC).
838 power-domain@RK3288_PD_GPU {
839 reg = <RK3288_PD_GPU>;
840 clocks = <&cru ACLK_GPU>;
841 pm_qos = <&qos_gpu_r>,
843 #power-domain-cells = <0>;
848 compatible = "syscon-reboot-mode";
850 mode-normal = <BOOT_NORMAL>;
851 mode-recovery = <BOOT_RECOVERY>;
852 mode-bootloader = <BOOT_FASTBOOT>;
853 mode-loader = <BOOT_BL_DOWNLOAD>;
857 sgrf: syscon@ff740000 {
858 compatible = "rockchip,rk3288-sgrf", "syscon";
859 reg = <0x0 0xff740000 0x0 0x1000>;
862 cru: clock-controller@ff760000 {
863 compatible = "rockchip,rk3288-cru";
864 reg = <0x0 0xff760000 0x0 0x1000>;
866 clock-names = "xin24m";
867 rockchip,grf = <&grf>;
870 assigned-clocks = <&cru PLL_GPLL>, <&cru PLL_CPLL>,
871 <&cru PLL_NPLL>, <&cru ACLK_CPU>,
872 <&cru HCLK_CPU>, <&cru PCLK_CPU>,
873 <&cru ACLK_PERI>, <&cru HCLK_PERI>,
875 assigned-clock-rates = <594000000>, <400000000>,
876 <500000000>, <300000000>,
877 <150000000>, <75000000>,
878 <300000000>, <150000000>,
882 grf: syscon@ff770000 {
883 compatible = "rockchip,rk3288-grf", "syscon", "simple-mfd";
884 reg = <0x0 0xff770000 0x0 0x1000>;
887 compatible = "rockchip,rk3288-dp-phy";
888 clocks = <&cru SCLK_EDP_24M>;
894 io_domains: io-domains {
895 compatible = "rockchip,rk3288-io-voltage-domain";
900 compatible = "rockchip,rk3288-usb-phy";
901 #address-cells = <1>;
905 usbphy0: usb-phy@320 {
908 clocks = <&cru SCLK_OTGPHY0>;
909 clock-names = "phyclk";
911 resets = <&cru SRST_USBOTG_PHY>;
912 reset-names = "phy-reset";
915 usbphy1: usb-phy@334 {
918 clocks = <&cru SCLK_OTGPHY1>;
919 clock-names = "phyclk";
921 resets = <&cru SRST_USBHOST0_PHY>;
922 reset-names = "phy-reset";
925 usbphy2: usb-phy@348 {
928 clocks = <&cru SCLK_OTGPHY2>;
929 clock-names = "phyclk";
931 resets = <&cru SRST_USBHOST1_PHY>;
932 reset-names = "phy-reset";
937 wdt: watchdog@ff800000 {
938 compatible = "rockchip,rk3288-wdt", "snps,dw-wdt";
939 reg = <0x0 0xff800000 0x0 0x100>;
940 clocks = <&cru PCLK_WDT>;
941 interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
945 spdif: sound@ff88b0000 {
946 compatible = "rockchip,rk3288-spdif", "rockchip,rk3066-spdif";
947 reg = <0x0 0xff8b0000 0x0 0x10000>;
948 #sound-dai-cells = <0>;
949 clocks = <&cru SCLK_SPDIF8CH>, <&cru HCLK_SPDIF8CH>;
950 clock-names = "mclk", "hclk";
951 dmas = <&dmac_bus_s 3>;
953 interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>;
954 pinctrl-names = "default";
955 pinctrl-0 = <&spdif_tx>;
956 rockchip,grf = <&grf>;
961 compatible = "rockchip,rk3288-i2s", "rockchip,rk3066-i2s";
962 reg = <0x0 0xff890000 0x0 0x10000>;
963 #sound-dai-cells = <0>;
964 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
965 clocks = <&cru SCLK_I2S0>, <&cru HCLK_I2S0>;
966 clock-names = "i2s_clk", "i2s_hclk";
967 dmas = <&dmac_bus_s 0>, <&dmac_bus_s 1>;
968 dma-names = "tx", "rx";
969 pinctrl-names = "default";
970 pinctrl-0 = <&i2s0_bus>;
971 rockchip,playback-channels = <8>;
972 rockchip,capture-channels = <2>;
976 crypto: crypto@ff8a0000 {
977 compatible = "rockchip,rk3288-crypto";
978 reg = <0x0 0xff8a0000 0x0 0x4000>;
979 interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
980 clocks = <&cru ACLK_CRYPTO>, <&cru HCLK_CRYPTO>,
981 <&cru SCLK_CRYPTO>, <&cru ACLK_DMAC1>;
982 clock-names = "aclk", "hclk", "sclk", "apb_pclk";
983 resets = <&cru SRST_CRYPTO>;
984 reset-names = "crypto-rst";
987 iep_mmu: iommu@ff900800 {
988 compatible = "rockchip,iommu";
989 reg = <0x0 0xff900800 0x0 0x40>;
990 interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
991 clocks = <&cru ACLK_IEP>, <&cru HCLK_IEP>;
992 clock-names = "aclk", "iface";
997 isp_mmu: iommu@ff914000 {
998 compatible = "rockchip,iommu";
999 reg = <0x0 0xff914000 0x0 0x100>, <0x0 0xff915000 0x0 0x100>;
1000 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
1001 clocks = <&cru ACLK_ISP>, <&cru HCLK_ISP>;
1002 clock-names = "aclk", "iface";
1004 rockchip,disable-mmu-reset;
1005 status = "disabled";
1009 compatible = "rockchip,rk3288-rga";
1010 reg = <0x0 0xff920000 0x0 0x180>;
1011 interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
1012 clocks = <&cru ACLK_RGA>, <&cru HCLK_RGA>, <&cru SCLK_RGA>;
1013 clock-names = "aclk", "hclk", "sclk";
1014 power-domains = <&power RK3288_PD_VIO>;
1015 resets = <&cru SRST_RGA_CORE>, <&cru SRST_RGA_AXI>, <&cru SRST_RGA_AHB>;
1016 reset-names = "core", "axi", "ahb";
1019 vopb: vop@ff930000 {
1020 compatible = "rockchip,rk3288-vop";
1021 reg = <0x0 0xff930000 0x0 0x19c>, <0x0 0xff931000 0x0 0x1000>;
1022 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
1023 clocks = <&cru ACLK_VOP0>, <&cru DCLK_VOP0>, <&cru HCLK_VOP0>;
1024 clock-names = "aclk_vop", "dclk_vop", "hclk_vop";
1025 power-domains = <&power RK3288_PD_VIO>;
1026 resets = <&cru SRST_LCDC0_AXI>, <&cru SRST_LCDC0_AHB>, <&cru SRST_LCDC0_DCLK>;
1027 reset-names = "axi", "ahb", "dclk";
1028 iommus = <&vopb_mmu>;
1029 status = "disabled";
1032 #address-cells = <1>;
1035 vopb_out_hdmi: endpoint@0 {
1037 remote-endpoint = <&hdmi_in_vopb>;
1040 vopb_out_edp: endpoint@1 {
1042 remote-endpoint = <&edp_in_vopb>;
1045 vopb_out_mipi: endpoint@2 {
1047 remote-endpoint = <&mipi_in_vopb>;
1050 vopb_out_lvds: endpoint@3 {
1052 remote-endpoint = <&lvds_in_vopb>;
1057 vopb_mmu: iommu@ff930300 {
1058 compatible = "rockchip,iommu";
1059 reg = <0x0 0xff930300 0x0 0x100>;
1060 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
1061 clocks = <&cru ACLK_VOP0>, <&cru HCLK_VOP0>;
1062 clock-names = "aclk", "iface";
1063 power-domains = <&power RK3288_PD_VIO>;
1065 status = "disabled";
1068 vopl: vop@ff940000 {
1069 compatible = "rockchip,rk3288-vop";
1070 reg = <0x0 0xff940000 0x0 0x19c>, <0x0 0xff941000 0x0 0x1000>;
1071 interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
1072 clocks = <&cru ACLK_VOP1>, <&cru DCLK_VOP1>, <&cru HCLK_VOP1>;
1073 clock-names = "aclk_vop", "dclk_vop", "hclk_vop";
1074 power-domains = <&power RK3288_PD_VIO>;
1075 resets = <&cru SRST_LCDC1_AXI>, <&cru SRST_LCDC1_AHB>, <&cru SRST_LCDC1_DCLK>;
1076 reset-names = "axi", "ahb", "dclk";
1077 iommus = <&vopl_mmu>;
1078 status = "disabled";
1081 #address-cells = <1>;
1084 vopl_out_hdmi: endpoint@0 {
1086 remote-endpoint = <&hdmi_in_vopl>;
1089 vopl_out_edp: endpoint@1 {
1091 remote-endpoint = <&edp_in_vopl>;
1094 vopl_out_mipi: endpoint@2 {
1096 remote-endpoint = <&mipi_in_vopl>;
1099 vopl_out_lvds: endpoint@3 {
1101 remote-endpoint = <&lvds_in_vopl>;
1106 vopl_mmu: iommu@ff940300 {
1107 compatible = "rockchip,iommu";
1108 reg = <0x0 0xff940300 0x0 0x100>;
1109 interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
1110 clocks = <&cru ACLK_VOP1>, <&cru HCLK_VOP1>;
1111 clock-names = "aclk", "iface";
1112 power-domains = <&power RK3288_PD_VIO>;
1114 status = "disabled";
1117 mipi_dsi: mipi@ff960000 {
1118 compatible = "rockchip,rk3288-mipi-dsi", "snps,dw-mipi-dsi";
1119 reg = <0x0 0xff960000 0x0 0x4000>;
1120 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
1121 clocks = <&cru SCLK_MIPIDSI_24M>, <&cru PCLK_MIPI_DSI0>;
1122 clock-names = "ref", "pclk";
1123 power-domains = <&power RK3288_PD_VIO>;
1124 rockchip,grf = <&grf>;
1125 status = "disabled";
1129 #address-cells = <1>;
1131 mipi_in_vopb: endpoint@0 {
1133 remote-endpoint = <&vopb_out_mipi>;
1135 mipi_in_vopl: endpoint@1 {
1137 remote-endpoint = <&vopl_out_mipi>;
1143 lvds: lvds@ff96c000 {
1144 compatible = "rockchip,rk3288-lvds";
1145 reg = <0x0 0xff96c000 0x0 0x4000>;
1146 clocks = <&cru PCLK_LVDS_PHY>;
1147 clock-names = "pclk_lvds";
1148 pinctrl-names = "lcdc";
1149 pinctrl-0 = <&lcdc_ctl>;
1150 power-domains = <&power RK3288_PD_VIO>;
1151 rockchip,grf = <&grf>;
1152 status = "disabled";
1155 #address-cells = <1>;
1161 #address-cells = <1>;
1164 lvds_in_vopb: endpoint@0 {
1166 remote-endpoint = <&vopb_out_lvds>;
1168 lvds_in_vopl: endpoint@1 {
1170 remote-endpoint = <&vopl_out_lvds>;
1177 compatible = "rockchip,rk3288-dp";
1178 reg = <0x0 0xff970000 0x0 0x4000>;
1179 interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
1180 clocks = <&cru SCLK_EDP>, <&cru PCLK_EDP_CTRL>;
1181 clock-names = "dp", "pclk";
1184 power-domains = <&power RK3288_PD_VIO>;
1185 resets = <&cru SRST_EDP>;
1187 rockchip,grf = <&grf>;
1188 status = "disabled";
1191 #address-cells = <1>;
1195 #address-cells = <1>;
1197 edp_in_vopb: endpoint@0 {
1199 remote-endpoint = <&vopb_out_edp>;
1201 edp_in_vopl: endpoint@1 {
1203 remote-endpoint = <&vopl_out_edp>;
1209 hdmi: hdmi@ff980000 {
1210 compatible = "rockchip,rk3288-dw-hdmi";
1211 reg = <0x0 0xff980000 0x0 0x20000>;
1213 #sound-dai-cells = <0>;
1214 rockchip,grf = <&grf>;
1215 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
1216 clocks = <&cru PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_HDCP>, <&cru SCLK_HDMI_CEC>;
1217 clock-names = "iahb", "isfr", "cec";
1218 power-domains = <&power RK3288_PD_VIO>;
1219 status = "disabled";
1223 #address-cells = <1>;
1225 hdmi_in_vopb: endpoint@0 {
1227 remote-endpoint = <&vopb_out_hdmi>;
1229 hdmi_in_vopl: endpoint@1 {
1231 remote-endpoint = <&vopl_out_hdmi>;
1237 vpu: video-codec@ff9a0000 {
1238 compatible = "rockchip,rk3288-vpu";
1239 reg = <0x0 0xff9a0000 0x0 0x800>;
1240 interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
1241 <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
1242 interrupt-names = "vepu", "vdpu";
1243 clocks = <&cru ACLK_VCODEC>, <&cru HCLK_VCODEC>;
1244 clock-names = "aclk", "hclk";
1245 iommus = <&vpu_mmu>;
1246 power-domains = <&power RK3288_PD_VIDEO>;
1249 vpu_mmu: iommu@ff9a0800 {
1250 compatible = "rockchip,iommu";
1251 reg = <0x0 0xff9a0800 0x0 0x100>;
1252 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
1253 clocks = <&cru ACLK_VCODEC>, <&cru HCLK_VCODEC>;
1254 clock-names = "aclk", "iface";
1256 power-domains = <&power RK3288_PD_VIDEO>;
1259 hevc_mmu: iommu@ff9c0440 {
1260 compatible = "rockchip,iommu";
1261 reg = <0x0 0xff9c0440 0x0 0x40>, <0x0 0xff9c0480 0x0 0x40>;
1262 interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
1263 clocks = <&cru ACLK_HEVC>, <&cru HCLK_HEVC>;
1264 clock-names = "aclk", "iface";
1266 status = "disabled";
1270 compatible = "rockchip,rk3288-mali", "arm,mali-t760";
1271 reg = <0x0 0xffa30000 0x0 0x10000>;
1272 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>,
1273 <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
1274 <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
1275 interrupt-names = "job", "mmu", "gpu";
1276 clocks = <&cru ACLK_GPU>;
1277 operating-points-v2 = <&gpu_opp_table>;
1278 #cooling-cells = <2>; /* min followed by max */
1279 power-domains = <&power RK3288_PD_GPU>;
1280 status = "disabled";
1283 gpu_opp_table: opp-table-1 {
1284 compatible = "operating-points-v2";
1287 opp-hz = /bits/ 64 <100000000>;
1288 opp-microvolt = <950000>;
1291 opp-hz = /bits/ 64 <200000000>;
1292 opp-microvolt = <950000>;
1295 opp-hz = /bits/ 64 <300000000>;
1296 opp-microvolt = <1000000>;
1299 opp-hz = /bits/ 64 <400000000>;
1300 opp-microvolt = <1100000>;
1303 opp-hz = /bits/ 64 <600000000>;
1304 opp-microvolt = <1250000>;
1308 qos_gpu_r: qos@ffaa0000 {
1309 compatible = "rockchip,rk3288-qos", "syscon";
1310 reg = <0x0 0xffaa0000 0x0 0x20>;
1313 qos_gpu_w: qos@ffaa0080 {
1314 compatible = "rockchip,rk3288-qos", "syscon";
1315 reg = <0x0 0xffaa0080 0x0 0x20>;
1318 qos_vio1_vop: qos@ffad0000 {
1319 compatible = "rockchip,rk3288-qos", "syscon";
1320 reg = <0x0 0xffad0000 0x0 0x20>;
1323 qos_vio1_isp_w0: qos@ffad0100 {
1324 compatible = "rockchip,rk3288-qos", "syscon";
1325 reg = <0x0 0xffad0100 0x0 0x20>;
1328 qos_vio1_isp_w1: qos@ffad0180 {
1329 compatible = "rockchip,rk3288-qos", "syscon";
1330 reg = <0x0 0xffad0180 0x0 0x20>;
1333 qos_vio0_vop: qos@ffad0400 {
1334 compatible = "rockchip,rk3288-qos", "syscon";
1335 reg = <0x0 0xffad0400 0x0 0x20>;
1338 qos_vio0_vip: qos@ffad0480 {
1339 compatible = "rockchip,rk3288-qos", "syscon";
1340 reg = <0x0 0xffad0480 0x0 0x20>;
1343 qos_vio0_iep: qos@ffad0500 {
1344 compatible = "rockchip,rk3288-qos", "syscon";
1345 reg = <0x0 0xffad0500 0x0 0x20>;
1348 qos_vio2_rga_r: qos@ffad0800 {
1349 compatible = "rockchip,rk3288-qos", "syscon";
1350 reg = <0x0 0xffad0800 0x0 0x20>;
1353 qos_vio2_rga_w: qos@ffad0880 {
1354 compatible = "rockchip,rk3288-qos", "syscon";
1355 reg = <0x0 0xffad0880 0x0 0x20>;
1358 qos_vio1_isp_r: qos@ffad0900 {
1359 compatible = "rockchip,rk3288-qos", "syscon";
1360 reg = <0x0 0xffad0900 0x0 0x20>;
1363 qos_video: qos@ffae0000 {
1364 compatible = "rockchip,rk3288-qos", "syscon";
1365 reg = <0x0 0xffae0000 0x0 0x20>;
1368 qos_hevc_r: qos@ffaf0000 {
1369 compatible = "rockchip,rk3288-qos", "syscon";
1370 reg = <0x0 0xffaf0000 0x0 0x20>;
1373 qos_hevc_w: qos@ffaf0080 {
1374 compatible = "rockchip,rk3288-qos", "syscon";
1375 reg = <0x0 0xffaf0080 0x0 0x20>;
1378 dmac_bus_s: dma-controller@ffb20000 {
1379 compatible = "arm,pl330", "arm,primecell";
1380 reg = <0x0 0xffb20000 0x0 0x4000>;
1381 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
1382 <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
1384 arm,pl330-broken-no-flushp;
1385 arm,pl330-periph-burst;
1386 clocks = <&cru ACLK_DMAC1>;
1387 clock-names = "apb_pclk";
1390 efuse: efuse@ffb40000 {
1391 compatible = "rockchip,rk3288-efuse";
1392 reg = <0x0 0xffb40000 0x0 0x20>;
1393 #address-cells = <1>;
1395 clocks = <&cru PCLK_EFUSE256>;
1396 clock-names = "pclk_efuse";
1401 cpu_leakage: cpu_leakage@17 {
1406 gic: interrupt-controller@ffc01000 {
1407 compatible = "arm,gic-400";
1408 interrupt-controller;
1409 #interrupt-cells = <3>;
1410 #address-cells = <0>;
1412 reg = <0x0 0xffc01000 0x0 0x1000>,
1413 <0x0 0xffc02000 0x0 0x2000>,
1414 <0x0 0xffc04000 0x0 0x2000>,
1415 <0x0 0xffc06000 0x0 0x2000>;
1416 interrupts = <GIC_PPI 9 0xf04>;
1420 compatible = "rockchip,rk3288-pinctrl";
1421 rockchip,grf = <&grf>;
1422 rockchip,pmu = <&pmu>;
1423 #address-cells = <2>;
1427 gpio0: gpio@ff750000 {
1428 compatible = "rockchip,gpio-bank";
1429 reg = <0x0 0xff750000 0x0 0x100>;
1430 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
1431 clocks = <&cru PCLK_GPIO0>;
1436 interrupt-controller;
1437 #interrupt-cells = <2>;
1440 gpio1: gpio@ff780000 {
1441 compatible = "rockchip,gpio-bank";
1442 reg = <0x0 0xff780000 0x0 0x100>;
1443 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
1444 clocks = <&cru PCLK_GPIO1>;
1449 interrupt-controller;
1450 #interrupt-cells = <2>;
1453 gpio2: gpio@ff790000 {
1454 compatible = "rockchip,gpio-bank";
1455 reg = <0x0 0xff790000 0x0 0x100>;
1456 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
1457 clocks = <&cru PCLK_GPIO2>;
1462 interrupt-controller;
1463 #interrupt-cells = <2>;
1466 gpio3: gpio@ff7a0000 {
1467 compatible = "rockchip,gpio-bank";
1468 reg = <0x0 0xff7a0000 0x0 0x100>;
1469 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
1470 clocks = <&cru PCLK_GPIO3>;
1475 interrupt-controller;
1476 #interrupt-cells = <2>;
1479 gpio4: gpio@ff7b0000 {
1480 compatible = "rockchip,gpio-bank";
1481 reg = <0x0 0xff7b0000 0x0 0x100>;
1482 interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
1483 clocks = <&cru PCLK_GPIO4>;
1488 interrupt-controller;
1489 #interrupt-cells = <2>;
1492 gpio5: gpio@ff7c0000 {
1493 compatible = "rockchip,gpio-bank";
1494 reg = <0x0 0xff7c0000 0x0 0x100>;
1495 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
1496 clocks = <&cru PCLK_GPIO5>;
1501 interrupt-controller;
1502 #interrupt-cells = <2>;
1505 gpio6: gpio@ff7d0000 {
1506 compatible = "rockchip,gpio-bank";
1507 reg = <0x0 0xff7d0000 0x0 0x100>;
1508 interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
1509 clocks = <&cru PCLK_GPIO6>;
1514 interrupt-controller;
1515 #interrupt-cells = <2>;
1518 gpio7: gpio@ff7e0000 {
1519 compatible = "rockchip,gpio-bank";
1520 reg = <0x0 0xff7e0000 0x0 0x100>;
1521 interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>;
1522 clocks = <&cru PCLK_GPIO7>;
1527 interrupt-controller;
1528 #interrupt-cells = <2>;
1531 gpio8: gpio@ff7f0000 {
1532 compatible = "rockchip,gpio-bank";
1533 reg = <0x0 0xff7f0000 0x0 0x100>;
1534 interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
1535 clocks = <&cru PCLK_GPIO8>;
1540 interrupt-controller;
1541 #interrupt-cells = <2>;
1545 hdmi_cec_c0: hdmi-cec-c0 {
1546 rockchip,pins = <7 RK_PC0 2 &pcfg_pull_none>;
1549 hdmi_cec_c7: hdmi-cec-c7 {
1550 rockchip,pins = <7 RK_PC7 4 &pcfg_pull_none>;
1553 hdmi_ddc: hdmi-ddc {
1554 rockchip,pins = <7 RK_PC3 2 &pcfg_pull_none>,
1555 <7 RK_PC4 2 &pcfg_pull_none>;
1558 hdmi_ddc_unwedge: hdmi-ddc-unwedge {
1559 rockchip,pins = <7 RK_PC3 RK_FUNC_GPIO &pcfg_output_low>,
1560 <7 RK_PC4 2 &pcfg_pull_none>;
1564 pcfg_output_low: pcfg-output-low {
1568 pcfg_pull_up: pcfg-pull-up {
1572 pcfg_pull_down: pcfg-pull-down {
1576 pcfg_pull_none: pcfg-pull-none {
1580 pcfg_pull_none_12ma: pcfg-pull-none-12ma {
1582 drive-strength = <12>;
1586 global_pwroff: global-pwroff {
1587 rockchip,pins = <0 RK_PA0 1 &pcfg_pull_none>;
1590 ddrio_pwroff: ddrio-pwroff {
1591 rockchip,pins = <0 RK_PA1 1 &pcfg_pull_none>;
1594 ddr0_retention: ddr0-retention {
1595 rockchip,pins = <0 RK_PA2 1 &pcfg_pull_up>;
1598 ddr1_retention: ddr1-retention {
1599 rockchip,pins = <0 RK_PA3 1 &pcfg_pull_up>;
1605 rockchip,pins = <7 RK_PB3 2 &pcfg_pull_down>;
1610 i2c0_xfer: i2c0-xfer {
1611 rockchip,pins = <0 RK_PB7 1 &pcfg_pull_none>,
1612 <0 RK_PC0 1 &pcfg_pull_none>;
1617 i2c1_xfer: i2c1-xfer {
1618 rockchip,pins = <8 RK_PA4 1 &pcfg_pull_none>,
1619 <8 RK_PA5 1 &pcfg_pull_none>;
1624 i2c2_xfer: i2c2-xfer {
1625 rockchip,pins = <6 RK_PB1 1 &pcfg_pull_none>,
1626 <6 RK_PB2 1 &pcfg_pull_none>;
1631 i2c3_xfer: i2c3-xfer {
1632 rockchip,pins = <2 RK_PC0 1 &pcfg_pull_none>,
1633 <2 RK_PC1 1 &pcfg_pull_none>;
1638 i2c4_xfer: i2c4-xfer {
1639 rockchip,pins = <7 RK_PC1 1 &pcfg_pull_none>,
1640 <7 RK_PC2 1 &pcfg_pull_none>;
1645 i2c5_xfer: i2c5-xfer {
1646 rockchip,pins = <7 RK_PC3 1 &pcfg_pull_none>,
1647 <7 RK_PC4 1 &pcfg_pull_none>;
1652 i2s0_bus: i2s0-bus {
1653 rockchip,pins = <6 RK_PA0 1 &pcfg_pull_none>,
1654 <6 RK_PA1 1 &pcfg_pull_none>,
1655 <6 RK_PA2 1 &pcfg_pull_none>,
1656 <6 RK_PA3 1 &pcfg_pull_none>,
1657 <6 RK_PA4 1 &pcfg_pull_none>,
1658 <6 RK_PB0 1 &pcfg_pull_none>;
1663 lcdc_ctl: lcdc-ctl {
1664 rockchip,pins = <1 RK_PD0 1 &pcfg_pull_none>,
1665 <1 RK_PD1 1 &pcfg_pull_none>,
1666 <1 RK_PD2 1 &pcfg_pull_none>,
1667 <1 RK_PD3 1 &pcfg_pull_none>;
1672 sdmmc_clk: sdmmc-clk {
1673 rockchip,pins = <6 RK_PC4 1 &pcfg_pull_none>;
1676 sdmmc_cmd: sdmmc-cmd {
1677 rockchip,pins = <6 RK_PC5 1 &pcfg_pull_up>;
1680 sdmmc_cd: sdmmc-cd {
1681 rockchip,pins = <6 RK_PC6 1 &pcfg_pull_up>;
1684 sdmmc_bus1: sdmmc-bus1 {
1685 rockchip,pins = <6 RK_PC0 1 &pcfg_pull_up>;
1688 sdmmc_bus4: sdmmc-bus4 {
1689 rockchip,pins = <6 RK_PC0 1 &pcfg_pull_up>,
1690 <6 RK_PC1 1 &pcfg_pull_up>,
1691 <6 RK_PC2 1 &pcfg_pull_up>,
1692 <6 RK_PC3 1 &pcfg_pull_up>;
1697 sdio0_bus1: sdio0-bus1 {
1698 rockchip,pins = <4 RK_PC4 1 &pcfg_pull_up>;
1701 sdio0_bus4: sdio0-bus4 {
1702 rockchip,pins = <4 RK_PC4 1 &pcfg_pull_up>,
1703 <4 RK_PC5 1 &pcfg_pull_up>,
1704 <4 RK_PC6 1 &pcfg_pull_up>,
1705 <4 RK_PC7 1 &pcfg_pull_up>;
1708 sdio0_cmd: sdio0-cmd {
1709 rockchip,pins = <4 RK_PD0 1 &pcfg_pull_up>;
1712 sdio0_clk: sdio0-clk {
1713 rockchip,pins = <4 RK_PD1 1 &pcfg_pull_none>;
1716 sdio0_cd: sdio0-cd {
1717 rockchip,pins = <4 RK_PD2 1 &pcfg_pull_up>;
1720 sdio0_wp: sdio0-wp {
1721 rockchip,pins = <4 RK_PD3 1 &pcfg_pull_up>;
1724 sdio0_pwr: sdio0-pwr {
1725 rockchip,pins = <4 RK_PD4 1 &pcfg_pull_up>;
1728 sdio0_bkpwr: sdio0-bkpwr {
1729 rockchip,pins = <4 RK_PD5 1 &pcfg_pull_up>;
1732 sdio0_int: sdio0-int {
1733 rockchip,pins = <4 RK_PD6 1 &pcfg_pull_up>;
1738 sdio1_bus1: sdio1-bus1 {
1739 rockchip,pins = <3 RK_PD0 4 &pcfg_pull_up>;
1742 sdio1_bus4: sdio1-bus4 {
1743 rockchip,pins = <3 RK_PD0 4 &pcfg_pull_up>,
1744 <3 RK_PD1 4 &pcfg_pull_up>,
1745 <3 RK_PD2 4 &pcfg_pull_up>,
1746 <3 RK_PD3 4 &pcfg_pull_up>;
1749 sdio1_cd: sdio1-cd {
1750 rockchip,pins = <3 RK_PD4 4 &pcfg_pull_up>;
1753 sdio1_wp: sdio1-wp {
1754 rockchip,pins = <3 RK_PD5 4 &pcfg_pull_up>;
1757 sdio1_bkpwr: sdio1-bkpwr {
1758 rockchip,pins = <3 RK_PD6 4 &pcfg_pull_up>;
1761 sdio1_int: sdio1-int {
1762 rockchip,pins = <3 RK_PD7 4 &pcfg_pull_up>;
1765 sdio1_cmd: sdio1-cmd {
1766 rockchip,pins = <4 RK_PA6 4 &pcfg_pull_up>;
1769 sdio1_clk: sdio1-clk {
1770 rockchip,pins = <4 RK_PA7 4 &pcfg_pull_none>;
1773 sdio1_pwr: sdio1-pwr {
1774 rockchip,pins = <4 RK_PB1 4 &pcfg_pull_up>;
1779 emmc_clk: emmc-clk {
1780 rockchip,pins = <3 RK_PC2 2 &pcfg_pull_none>;
1783 emmc_cmd: emmc-cmd {
1784 rockchip,pins = <3 RK_PC0 2 &pcfg_pull_up>;
1787 emmc_pwr: emmc-pwr {
1788 rockchip,pins = <3 RK_PB1 2 &pcfg_pull_up>;
1791 emmc_bus1: emmc-bus1 {
1792 rockchip,pins = <3 RK_PA0 2 &pcfg_pull_up>;
1795 emmc_bus4: emmc-bus4 {
1796 rockchip,pins = <3 RK_PA0 2 &pcfg_pull_up>,
1797 <3 RK_PA1 2 &pcfg_pull_up>,
1798 <3 RK_PA2 2 &pcfg_pull_up>,
1799 <3 RK_PA3 2 &pcfg_pull_up>;
1802 emmc_bus8: emmc-bus8 {
1803 rockchip,pins = <3 RK_PA0 2 &pcfg_pull_up>,
1804 <3 RK_PA1 2 &pcfg_pull_up>,
1805 <3 RK_PA2 2 &pcfg_pull_up>,
1806 <3 RK_PA3 2 &pcfg_pull_up>,
1807 <3 RK_PA4 2 &pcfg_pull_up>,
1808 <3 RK_PA5 2 &pcfg_pull_up>,
1809 <3 RK_PA6 2 &pcfg_pull_up>,
1810 <3 RK_PA7 2 &pcfg_pull_up>;
1815 spi0_clk: spi0-clk {
1816 rockchip,pins = <5 RK_PB4 1 &pcfg_pull_up>;
1818 spi0_cs0: spi0-cs0 {
1819 rockchip,pins = <5 RK_PB5 1 &pcfg_pull_up>;
1822 rockchip,pins = <5 RK_PB6 1 &pcfg_pull_up>;
1825 rockchip,pins = <5 RK_PB7 1 &pcfg_pull_up>;
1827 spi0_cs1: spi0-cs1 {
1828 rockchip,pins = <5 RK_PC0 1 &pcfg_pull_up>;
1832 spi1_clk: spi1-clk {
1833 rockchip,pins = <7 RK_PB4 2 &pcfg_pull_up>;
1835 spi1_cs0: spi1-cs0 {
1836 rockchip,pins = <7 RK_PB5 2 &pcfg_pull_up>;
1839 rockchip,pins = <7 RK_PB6 2 &pcfg_pull_up>;
1842 rockchip,pins = <7 RK_PB7 2 &pcfg_pull_up>;
1847 spi2_cs1: spi2-cs1 {
1848 rockchip,pins = <8 RK_PA3 1 &pcfg_pull_up>;
1850 spi2_clk: spi2-clk {
1851 rockchip,pins = <8 RK_PA6 1 &pcfg_pull_up>;
1853 spi2_cs0: spi2-cs0 {
1854 rockchip,pins = <8 RK_PA7 1 &pcfg_pull_up>;
1857 rockchip,pins = <8 RK_PB0 1 &pcfg_pull_up>;
1860 rockchip,pins = <8 RK_PB1 1 &pcfg_pull_up>;
1865 uart0_xfer: uart0-xfer {
1866 rockchip,pins = <4 RK_PC0 1 &pcfg_pull_up>,
1867 <4 RK_PC1 1 &pcfg_pull_none>;
1870 uart0_cts: uart0-cts {
1871 rockchip,pins = <4 RK_PC2 1 &pcfg_pull_up>;
1874 uart0_rts: uart0-rts {
1875 rockchip,pins = <4 RK_PC3 1 &pcfg_pull_none>;
1880 uart1_xfer: uart1-xfer {
1881 rockchip,pins = <5 RK_PB0 1 &pcfg_pull_up>,
1882 <5 RK_PB1 1 &pcfg_pull_none>;
1885 uart1_cts: uart1-cts {
1886 rockchip,pins = <5 RK_PB2 1 &pcfg_pull_up>;
1889 uart1_rts: uart1-rts {
1890 rockchip,pins = <5 RK_PB3 1 &pcfg_pull_none>;
1895 uart2_xfer: uart2-xfer {
1896 rockchip,pins = <7 RK_PC6 1 &pcfg_pull_up>,
1897 <7 RK_PC7 1 &pcfg_pull_none>;
1899 /* no rts / cts for uart2 */
1903 uart3_xfer: uart3-xfer {
1904 rockchip,pins = <7 RK_PA7 1 &pcfg_pull_up>,
1905 <7 RK_PB0 1 &pcfg_pull_none>;
1908 uart3_cts: uart3-cts {
1909 rockchip,pins = <7 RK_PB1 1 &pcfg_pull_up>;
1912 uart3_rts: uart3-rts {
1913 rockchip,pins = <7 RK_PB2 1 &pcfg_pull_none>;
1918 uart4_xfer: uart4-xfer {
1919 rockchip,pins = <5 RK_PB7 3 &pcfg_pull_up>,
1920 <5 RK_PB6 3 &pcfg_pull_none>;
1923 uart4_cts: uart4-cts {
1924 rockchip,pins = <5 RK_PB4 3 &pcfg_pull_up>;
1927 uart4_rts: uart4-rts {
1928 rockchip,pins = <5 RK_PB5 3 &pcfg_pull_none>;
1934 rockchip,pins = <0 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>;
1938 rockchip,pins = <0 RK_PB2 1 &pcfg_pull_none>;
1943 pwm0_pin: pwm0-pin {
1944 rockchip,pins = <7 RK_PA0 1 &pcfg_pull_none>;
1949 pwm1_pin: pwm1-pin {
1950 rockchip,pins = <7 RK_PA1 1 &pcfg_pull_none>;
1955 pwm2_pin: pwm2-pin {
1956 rockchip,pins = <7 RK_PC6 3 &pcfg_pull_none>;
1961 pwm3_pin: pwm3-pin {
1962 rockchip,pins = <7 RK_PC7 3 &pcfg_pull_none>;
1967 rgmii_pins: rgmii-pins {
1968 rockchip,pins = <3 RK_PD6 3 &pcfg_pull_none>,
1969 <3 RK_PD7 3 &pcfg_pull_none>,
1970 <3 RK_PD2 3 &pcfg_pull_none>,
1971 <3 RK_PD3 3 &pcfg_pull_none>,
1972 <3 RK_PD4 3 &pcfg_pull_none_12ma>,
1973 <3 RK_PD5 3 &pcfg_pull_none_12ma>,
1974 <3 RK_PD0 3 &pcfg_pull_none_12ma>,
1975 <3 RK_PD1 3 &pcfg_pull_none_12ma>,
1976 <4 RK_PA0 3 &pcfg_pull_none>,
1977 <4 RK_PA5 3 &pcfg_pull_none>,
1978 <4 RK_PA6 3 &pcfg_pull_none>,
1979 <4 RK_PB1 3 &pcfg_pull_none_12ma>,
1980 <4 RK_PA4 3 &pcfg_pull_none_12ma>,
1981 <4 RK_PA1 3 &pcfg_pull_none>,
1982 <4 RK_PA3 3 &pcfg_pull_none>;
1985 rmii_pins: rmii-pins {
1986 rockchip,pins = <3 RK_PD6 3 &pcfg_pull_none>,
1987 <3 RK_PD7 3 &pcfg_pull_none>,
1988 <3 RK_PD4 3 &pcfg_pull_none>,
1989 <3 RK_PD5 3 &pcfg_pull_none>,
1990 <4 RK_PA0 3 &pcfg_pull_none>,
1991 <4 RK_PA5 3 &pcfg_pull_none>,
1992 <4 RK_PA4 3 &pcfg_pull_none>,
1993 <4 RK_PA1 3 &pcfg_pull_none>,
1994 <4 RK_PA2 3 &pcfg_pull_none>,
1995 <4 RK_PA3 3 &pcfg_pull_none>;
2000 spdif_tx: spdif-tx {
2001 rockchip,pins = <6 RK_PB3 1 &pcfg_pull_none>;