2 * Copyright (c) 2016 Fuzhou Rockchip Electronics Co., Ltd
4 * This file is dual-licensed: you can use it either under the terms
5 * of the GPL or the X11 license, at your option. Note that this dual
6 * licensing only applies to this file, and not this project as a
9 * a) This library is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License as
11 * published by the Free Software Foundation; either version 2 of the
12 * License, or (at your option) any later version.
14 * This library is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
21 * b) Permission is hereby granted, free of charge, to any person
22 * obtaining a copy of this software and associated documentation
23 * files (the "Software"), to deal in the Software without
24 * restriction, including without limitation the rights to use,
25 * copy, modify, merge, publish, distribute, sublicense, and/or
26 * sell copies of the Software, and to permit persons to whom the
27 * Software is furnished to do so, subject to the following
30 * The above copyright notice and this permission notice shall be
31 * included in all copies or substantial portions of the Software.
33 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
34 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
35 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
36 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
37 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
38 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
39 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
40 * OTHER DEALINGS IN THE SOFTWARE.
43 #include <dt-bindings/clock/rk3399-cru.h>
44 #include <dt-bindings/gpio/gpio.h>
45 #include <dt-bindings/interrupt-controller/arm-gic.h>
46 #include <dt-bindings/interrupt-controller/irq.h>
47 #include <dt-bindings/pinctrl/rockchip.h>
48 #include <dt-bindings/power/rk3399-power.h>
49 #include <dt-bindings/soc/rockchip_boot-mode.h>
50 #include <dt-bindings/thermal/thermal.h>
53 compatible = "rockchip,rk3399";
55 interrupt-parent = <&gic>;
77 compatible = "arm,psci-1.0";
113 compatible = "arm,cortex-a53", "arm,armv8";
115 enable-method = "psci";
116 #cooling-cells = <2>; /* min followed by max */
117 dynamic-power-coefficient = <121>;
118 clocks = <&cru ARMCLKL>;
119 cpu-idle-states = <&cpu_sleep>;
120 operating-points-v2 = <&cluster0_opp>;
121 sched-energy-costs = <&CPU_COST_A53 &CLUSTER_COST_A53>;
126 compatible = "arm,cortex-a53", "arm,armv8";
128 enable-method = "psci";
129 clocks = <&cru ARMCLKL>;
130 cpu-idle-states = <&cpu_sleep>;
131 operating-points-v2 = <&cluster0_opp>;
132 sched-energy-costs = <&CPU_COST_A53 &CLUSTER_COST_A53>;
137 compatible = "arm,cortex-a53", "arm,armv8";
139 enable-method = "psci";
140 clocks = <&cru ARMCLKL>;
141 cpu-idle-states = <&cpu_sleep>;
142 operating-points-v2 = <&cluster0_opp>;
143 sched-energy-costs = <&CPU_COST_A53 &CLUSTER_COST_A53>;
148 compatible = "arm,cortex-a53", "arm,armv8";
150 enable-method = "psci";
151 clocks = <&cru ARMCLKL>;
152 cpu-idle-states = <&cpu_sleep>;
153 operating-points-v2 = <&cluster0_opp>;
154 sched-energy-costs = <&CPU_COST_A53 &CLUSTER_COST_A53>;
159 compatible = "arm,cortex-a72", "arm,armv8";
161 enable-method = "psci";
162 #cooling-cells = <2>; /* min followed by max */
163 dynamic-power-coefficient = <1068>;
164 clocks = <&cru ARMCLKB>;
165 cpu-idle-states = <&cpu_sleep>;
166 operating-points-v2 = <&cluster1_opp>;
167 sched-energy-costs = <&CPU_COST_A72 &CLUSTER_COST_A72>;
172 compatible = "arm,cortex-a72", "arm,armv8";
174 enable-method = "psci";
175 clocks = <&cru ARMCLKB>;
176 cpu-idle-states = <&cpu_sleep>;
177 operating-points-v2 = <&cluster1_opp>;
178 sched-energy-costs = <&CPU_COST_A72 &CLUSTER_COST_A72>;
182 entry-method = "psci";
183 cpu_sleep: cpu-sleep-0 {
184 compatible = "arm,idle-state";
186 arm,psci-suspend-param = <0x0010000>;
187 entry-latency-us = <350>;
188 exit-latency-us = <600>;
189 min-residency-us = <1150>;
193 /include/ "rk3399-sched-energy.dtsi"
197 cluster0_opp: opp_table0 {
198 compatible = "operating-points-v2";
202 opp-hz = /bits/ 64 <408000000>;
203 opp-microvolt = <800000>;
204 clock-latency-ns = <40000>;
207 opp-hz = /bits/ 64 <600000000>;
208 opp-microvolt = <800000>;
211 opp-hz = /bits/ 64 <816000000>;
212 opp-microvolt = <800000>;
215 opp-hz = /bits/ 64 <1008000000>;
216 opp-microvolt = <875000>;
219 opp-hz = /bits/ 64 <1200000000>;
220 opp-microvolt = <925000>;
223 opp-hz = /bits/ 64 <1416000000>;
224 opp-microvolt = <1025000>;
228 cluster1_opp: opp_table1 {
229 compatible = "operating-points-v2";
233 opp-hz = /bits/ 64 <408000000>;
234 opp-microvolt = <800000>;
235 clock-latency-ns = <40000>;
238 opp-hz = /bits/ 64 <600000000>;
239 opp-microvolt = <800000>;
242 opp-hz = /bits/ 64 <816000000>;
243 opp-microvolt = <800000>;
246 opp-hz = /bits/ 64 <1008000000>;
247 opp-microvolt = <850000>;
250 opp-hz = /bits/ 64 <1200000000>;
251 opp-microvolt = <925000>;
256 compatible = "arm,armv8-timer";
257 interrupts = <GIC_PPI 13 IRQ_TYPE_LEVEL_LOW>,
258 <GIC_PPI 14 IRQ_TYPE_LEVEL_LOW>,
259 <GIC_PPI 11 IRQ_TYPE_LEVEL_LOW>,
260 <GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>;
264 compatible = "arm,armv8-pmuv3";
265 interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_LOW>;
269 compatible = "fixed-clock";
271 clock-frequency = <24000000>;
272 clock-output-names = "xin24m";
276 compatible = "arm,amba-bus";
277 #address-cells = <2>;
281 dmac_bus: dma-controller@ff6d0000 {
282 compatible = "arm,pl330", "arm,primecell";
283 reg = <0x0 0xff6d0000 0x0 0x4000>;
284 interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>,
285 <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
287 clocks = <&cru ACLK_DMAC0_PERILP>;
288 clock-names = "apb_pclk";
289 peripherals-req-type-burst;
292 dmac_peri: dma-controller@ff6e0000 {
293 compatible = "arm,pl330", "arm,primecell";
294 reg = <0x0 0xff6e0000 0x0 0x4000>;
295 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
296 <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
298 clocks = <&cru ACLK_DMAC1_PERILP>;
299 clock-names = "apb_pclk";
300 peripherals-req-type-burst;
305 compatible = "rockchip,rk3399-gmac";
306 reg = <0x0 0xfe300000 0x0 0x10000>;
307 rockchip,grf = <&grf>;
308 interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>;
309 interrupt-names = "macirq";
310 clocks = <&cru SCLK_MAC>, <&cru SCLK_MAC_RX>,
311 <&cru SCLK_MAC_TX>, <&cru SCLK_MACREF>,
312 <&cru SCLK_MACREF_OUT>, <&cru ACLK_GMAC>,
314 clock-names = "stmmaceth", "mac_clk_rx",
315 "mac_clk_tx", "clk_mac_ref",
316 "clk_mac_refout", "aclk_mac",
318 resets = <&cru SRST_A_GMAC>;
319 reset-names = "stmmaceth";
324 compatible = "rockchip,rk3399-emmc-phy";
325 reg-offset = <0xf780>;
327 rockchip,grf = <&grf>;
328 ctrl-base = <0xfe330000>;
332 sdio0: dwmmc@fe310000 {
333 compatible = "rockchip,rk3399-dw-mshc",
334 "rockchip,rk3288-dw-mshc";
335 reg = <0x0 0xfe310000 0x0 0x4000>;
336 interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>;
337 clock-freq-min-max = <400000 150000000>;
338 clocks = <&cru HCLK_SDIO>, <&cru SCLK_SDIO>,
339 <&cru SCLK_SDIO_DRV>, <&cru SCLK_SDIO_SAMPLE>;
340 clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
341 fifo-depth = <0x100>;
345 sdmmc: dwmmc@fe320000 {
346 compatible = "rockchip,rk3399-dw-mshc",
347 "rockchip,rk3288-dw-mshc";
348 reg = <0x0 0xfe320000 0x0 0x4000>;
349 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
350 clock-freq-min-max = <400000 150000000>;
351 clocks = <&cru HCLK_SDMMC>, <&cru SCLK_SDMMC>,
352 <&cru SCLK_SDMMC_DRV>, <&cru SCLK_SDMMC_SAMPLE>;
353 clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
354 fifo-depth = <0x100>;
358 sdhci: sdhci@fe330000 {
359 compatible = "rockchip,rk3399-sdhci-5.1", "arasan,sdhci-5.1";
360 reg = <0x0 0xfe330000 0x0 0x10000>;
361 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
362 clocks = <&cru SCLK_EMMC>, <&cru ACLK_EMMC>;
363 clock-names = "clk_xin", "clk_ahb";
364 assigned-clocks = <&cru SCLK_EMMC>;
365 assigned-clock-parents = <&cru PLL_CPLL>;
366 assigned-clock-rates = <200000000>;
368 phy-names = "phy_arasan";
373 compatible = "rockchip,rk3399-usb-phy";
374 rockchip,grf = <&grf>;
375 #address-cells = <1>;
378 usb2phy0: usb2-phy0 {
384 usb2phy1: usb2-phy1 {
391 usb_host0_ehci: usb@fe380000 {
392 compatible = "generic-ehci";
393 reg = <0x0 0xfe380000 0x0 0x20000>;
394 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
395 clocks = <&cru HCLK_HOST0>, <&cru HCLK_HOST0_ARB>;
396 clock-names = "hclk_host0", "hclk_host0_arb";
398 phy-names = "usb2_phy0";
402 usb_host0_ohci: usb@fe3a0000 {
403 compatible = "generic-ohci";
404 reg = <0x0 0xfe3a0000 0x0 0x20000>;
405 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
406 clocks = <&cru HCLK_HOST0>, <&cru HCLK_HOST0_ARB>;
407 clock-names = "hclk_host0", "hclk_host0_arb";
411 usb_host1_ehci: usb@fe3c0000 {
412 compatible = "generic-ehci";
413 reg = <0x0 0xfe3c0000 0x0 0x20000>;
414 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
415 clocks = <&cru HCLK_HOST1>, <&cru HCLK_HOST1_ARB>;
416 clock-names = "hclk_host1", "hclk_host1_arb";
418 phy-names = "usb2_phy1";
422 usb_host1_ohci: usb@fe3e0000 {
423 compatible = "generic-ohci";
424 reg = <0x0 0xfe3e0000 0x0 0x20000>;
425 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
426 clocks = <&cru HCLK_HOST1>, <&cru HCLK_HOST1_ARB>;
427 clock-names = "hclk_host1", "hclk_host1_arb";
431 usbdrd3_0: usb@fe800000 {
432 compatible = "rockchip,dwc3";
433 clocks = <&cru SCLK_USB3OTG0_REF>, <&cru SCLK_USB3OTG0_SUSPEND>,
434 <&cru ACLK_USB3OTG0>, <&cru ACLK_USB3_RKSOC_AXI_PERF>,
435 <&cru ACLK_USB3>, <&cru ACLK_USB3_GRF>;
436 clock-names = "clk_usb3otg0_ref", "clk_usb3otg0_suspend",
437 "aclk_usb3otg0", "aclk_usb3_rksoc_axi_perf",
438 "aclk_usb3", "aclk_usb3_grf";
439 #address-cells = <2>;
443 usbdrd_dwc3_0: dwc3@fe800000 {
444 compatible = "snps,dwc3";
445 reg = <0x0 0xfe800000 0x0 0x100000>;
446 interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
448 snps,dis_enblslpm_quirk;
449 snps,phyif_utmi_16_bits;
450 snps,dis_u2_freeclk_exists_quirk;
451 snps,dis_del_phy_power_chg_quirk;
452 snps,xhci_slow_suspend_quirk;
457 usbdrd3_1: usb@fe900000 {
458 compatible = "rockchip,dwc3";
459 clocks = <&cru SCLK_USB3OTG1_REF>, <&cru SCLK_USB3OTG1_SUSPEND>,
460 <&cru ACLK_USB3OTG1>, <&cru ACLK_USB3_RKSOC_AXI_PERF>,
461 <&cru ACLK_USB3>, <&cru ACLK_USB3_GRF>;
462 clock-names = "clk_usb3otg1_ref", "clk_usb3otg1_suspend",
463 "aclk_usb3otg1", "aclk_usb3_rksoc_axi_perf",
464 "aclk_usb3", "aclk_usb3_grf";
465 #address-cells = <2>;
469 usbdrd_dwc3_1: dwc3@fe900000 {
470 compatible = "snps,dwc3";
471 reg = <0x0 0xfe900000 0x0 0x100000>;
472 interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
474 snps,dis_enblslpm_quirk;
475 snps,phyif_utmi_16_bits;
476 snps,dis_u2_freeclk_exists_quirk;
477 snps,dis_del_phy_power_chg_quirk;
478 snps,xhci_slow_suspend_quirk;
483 gic: interrupt-controller@fee00000 {
484 compatible = "arm,gic-v3";
485 #interrupt-cells = <3>;
486 #address-cells = <2>;
489 interrupt-controller;
491 reg = <0x0 0xfee00000 0 0x10000>, /* GICD */
492 <0x0 0xfef00000 0 0xc0000>, /* GICR */
493 <0x0 0xfff00000 0 0x10000>, /* GICC */
494 <0x0 0xfff10000 0 0x10000>, /* GICH */
495 <0x0 0xfff20000 0 0x10000>; /* GICV */
496 interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
497 its: interrupt-controller@fee20000 {
498 compatible = "arm,gic-v3-its";
500 reg = <0x0 0xfee20000 0x0 0x20000>;
504 saradc: saradc@ff100000 {
505 compatible = "rockchip,rk3399-saradc";
506 reg = <0x0 0xff100000 0x0 0x100>;
507 interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
508 #io-channel-cells = <1>;
509 clocks = <&cru SCLK_SARADC>, <&cru PCLK_SARADC>;
510 clock-names = "saradc", "apb_pclk";
515 compatible = "rockchip,rk3399-i2c";
516 reg = <0x0 0xff3c0000 0x0 0x1000>;
517 clocks = <&pmucru SCLK_I2C0_PMU>, <&pmucru PCLK_I2C0_PMU>;
518 clock-names = "i2c", "pclk";
519 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
520 pinctrl-names = "default";
521 pinctrl-0 = <&i2c0_xfer>;
522 #address-cells = <1>;
528 compatible = "rockchip,rk3399-i2c";
529 reg = <0x0 0xff110000 0x0 0x1000>;
530 clocks = <&cru SCLK_I2C1>, <&cru PCLK_I2C1>;
531 clock-names = "i2c", "pclk";
532 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
533 pinctrl-names = "default";
534 pinctrl-0 = <&i2c1_xfer>;
535 #address-cells = <1>;
541 compatible = "rockchip,rk3399-i2c";
542 reg = <0x0 0xff120000 0x0 0x1000>;
543 clocks = <&cru SCLK_I2C2>, <&cru PCLK_I2C2>;
544 clock-names = "i2c", "pclk";
545 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
546 pinctrl-names = "default";
547 pinctrl-0 = <&i2c2_xfer>;
548 #address-cells = <1>;
554 compatible = "rockchip,rk3399-i2c";
555 reg = <0x0 0xff130000 0x0 0x1000>;
556 clocks = <&cru SCLK_I2C3>, <&cru PCLK_I2C3>;
557 clock-names = "i2c", "pclk";
558 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
559 pinctrl-names = "default";
560 pinctrl-0 = <&i2c3_xfer>;
561 #address-cells = <1>;
567 compatible = "rockchip,rk3399-i2c";
568 reg = <0x0 0xff140000 0x0 0x1000>;
569 clocks = <&cru SCLK_I2C5>, <&cru PCLK_I2C5>;
570 clock-names = "i2c", "pclk";
571 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
572 pinctrl-names = "default";
573 pinctrl-0 = <&i2c5_xfer>;
574 #address-cells = <1>;
580 compatible = "rockchip,rk3399-i2c";
581 reg = <0x0 0xff150000 0x0 0x1000>;
582 clocks = <&cru SCLK_I2C6>, <&cru PCLK_I2C6>;
583 clock-names = "i2c", "pclk";
584 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
585 pinctrl-names = "default";
586 pinctrl-0 = <&i2c6_xfer>;
587 #address-cells = <1>;
593 compatible = "rockchip,rk3399-i2c";
594 reg = <0x0 0xff160000 0x0 0x1000>;
595 clocks = <&cru SCLK_I2C7>, <&cru PCLK_I2C7>;
596 clock-names = "i2c", "pclk";
597 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
598 pinctrl-names = "default";
599 pinctrl-0 = <&i2c7_xfer>;
600 #address-cells = <1>;
605 uart0: serial@ff180000 {
606 compatible = "rockchip,rk3399-uart", "snps,dw-apb-uart";
607 reg = <0x0 0xff180000 0x0 0x100>;
608 clocks = <&cru SCLK_UART0>, <&cru PCLK_UART0>;
609 clock-names = "baudclk", "apb_pclk";
610 interrupts = <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>;
613 pinctrl-names = "default";
614 pinctrl-0 = <&uart0_xfer &uart0_cts &uart0_rts>;
618 uart1: serial@ff190000 {
619 compatible = "rockchip,rk3399-uart", "snps,dw-apb-uart";
620 reg = <0x0 0xff190000 0x0 0x100>;
621 clocks = <&cru SCLK_UART1>, <&cru PCLK_UART1>;
622 clock-names = "baudclk", "apb_pclk";
623 interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
626 pinctrl-names = "default";
627 pinctrl-0 = <&uart1_xfer>;
631 uart2: serial@ff1a0000 {
632 compatible = "rockchip,rk3399-uart", "snps,dw-apb-uart";
633 reg = <0x0 0xff1a0000 0x0 0x100>;
634 clocks = <&cru SCLK_UART2>, <&cru PCLK_UART2>;
635 clock-names = "baudclk", "apb_pclk";
636 interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
639 pinctrl-names = "default";
640 pinctrl-0 = <&uart2c_xfer>;
644 uart3: serial@ff1b0000 {
645 compatible = "rockchip,rk3399-uart", "snps,dw-apb-uart";
646 reg = <0x0 0xff1b0000 0x0 0x100>;
647 clocks = <&cru SCLK_UART3>, <&cru PCLK_UART3>;
648 clock-names = "baudclk", "apb_pclk";
649 interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
652 pinctrl-names = "default";
653 pinctrl-0 = <&uart3_xfer &uart3_cts &uart3_rts>;
658 compatible = "rockchip,rk3399-spi", "rockchip,rk3066-spi";
659 reg = <0x0 0xff1c0000 0x0 0x1000>;
660 clocks = <&cru SCLK_SPI0>, <&cru PCLK_SPI0>;
661 clock-names = "spiclk", "apb_pclk";
662 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
663 pinctrl-names = "default";
664 pinctrl-0 = <&spi0_clk &spi0_tx &spi0_rx &spi0_cs0>;
665 #address-cells = <1>;
671 compatible = "rockchip,rk3399-spi", "rockchip,rk3066-spi";
672 reg = <0x0 0xff1d0000 0x0 0x1000>;
673 clocks = <&cru SCLK_SPI1>, <&cru PCLK_SPI1>;
674 clock-names = "spiclk", "apb_pclk";
675 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
676 pinctrl-names = "default";
677 pinctrl-0 = <&spi1_clk &spi1_tx &spi1_rx &spi1_cs0>;
678 #address-cells = <1>;
684 compatible = "rockchip,rk3399-spi", "rockchip,rk3066-spi";
685 reg = <0x0 0xff1e0000 0x0 0x1000>;
686 clocks = <&cru SCLK_SPI2>, <&cru PCLK_SPI2>;
687 clock-names = "spiclk", "apb_pclk";
688 interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
689 pinctrl-names = "default";
690 pinctrl-0 = <&spi2_clk &spi2_tx &spi2_rx &spi2_cs0>;
691 #address-cells = <1>;
697 compatible = "rockchip,rk3399-spi", "rockchip,rk3066-spi";
698 reg = <0x0 0xff1f0000 0x0 0x1000>;
699 clocks = <&cru SCLK_SPI4>, <&cru PCLK_SPI4>;
700 clock-names = "spiclk", "apb_pclk";
701 interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
702 pinctrl-names = "default";
703 pinctrl-0 = <&spi4_clk &spi4_tx &spi4_rx &spi4_cs0>;
704 #address-cells = <1>;
710 compatible = "rockchip,rk3399-spi", "rockchip,rk3066-spi";
711 reg = <0x0 0xff200000 0x0 0x1000>;
712 clocks = <&cru SCLK_SPI5>, <&cru PCLK_SPI5>;
713 clock-names = "spiclk", "apb_pclk";
714 interrupts = <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>;
715 pinctrl-names = "default";
716 pinctrl-0 = <&spi5_clk &spi5_tx &spi5_rx &spi5_cs0>;
717 #address-cells = <1>;
723 soc_thermal: soc-thermal {
724 polling-delay-passive = <100>; /* milliseconds */
725 polling-delay = <1000>; /* milliseconds */
726 sustainable-power = <2600>; /* milliwatts */
728 thermal-sensors = <&tsadc 0>;
731 threshold: trip-point@0 {
732 temperature = <70000>; /* millicelsius */
733 hysteresis = <2000>; /* millicelsius */
736 target: trip-point@1 {
737 temperature = <85000>; /* millicelsius */
738 hysteresis = <2000>; /* millicelsius */
742 temperature = <95000>; /* millicelsius */
743 hysteresis = <2000>; /* millicelsius */
752 <&cpu_l0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
757 <&cpu_b0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
762 <&gpu THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
767 gpu_thermal: gpu-thermal {
768 polling-delay-passive = <100>; /* milliseconds */
769 polling-delay = <1000>; /* milliseconds */
771 thermal-sensors = <&tsadc 1>;
775 tsadc: tsadc@ff260000 {
776 compatible = "rockchip,rk3399-tsadc";
777 reg = <0x0 0xff260000 0x0 0x100>;
778 interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
779 rockchip,grf = <&grf>;
780 clocks = <&cru SCLK_TSADC>, <&cru PCLK_TSADC>;
781 clock-names = "tsadc", "apb_pclk";
782 assigned-clocks = <&cru SCLK_TSADC>;
783 assigned-clock-rates = <750000>;
784 resets = <&cru SRST_TSADC>;
785 reset-names = "tsadc-apb";
786 pinctrl-names = "init", "default", "sleep";
787 pinctrl-0 = <&otp_gpio>;
788 pinctrl-1 = <&otp_out>;
789 pinctrl-2 = <&otp_gpio>;
790 #thermal-sensor-cells = <1>;
791 rockchip,hw-tshut-temp = <95000>;
795 qos_gpu: qos_gpu@ffae0000 {
796 compatible = "syscon";
797 reg = <0x0 0xffae0000 0x0 0x20>;
799 qos_video_m0: qos_video_m0@ffab8000 {
800 compatible = "syscon";
801 reg = <0x0 0xffab8000 0x0 0x20>;
803 qos_video_m1_r: qos_video_m1_r@ffac0000 {
804 compatible = "syscon";
805 reg = <0x0 0xffac0000 0x0 0x20>;
807 qos_video_m1_w: qos_video_m1_w@ffac0080 {
808 compatible = "syscon";
809 reg = <0x0 0xffac0080 0x0 0x20>;
811 qos_rga_r: qos_rga_r@ffab0000 {
812 compatible = "syscon";
813 reg = <0x0 0xffab0000 0x0 0x20>;
815 qos_rga_w: qos_rga_w@ffab0080 {
816 compatible = "syscon";
817 reg = <0x0 0xffab0080 0x0 0x20>;
819 qos_iep: qos_iep@ffa98000 {
820 compatible = "syscon";
821 reg = <0x0 0xffa98000 0x0 0x20>;
823 qos_vop_big_r: qos_vop_big_r@ffac8000 {
824 compatible = "syscon";
825 reg = <0x0 0xffac8000 0x0 0x20>;
827 qos_vop_big_w: qos_vop_big_w@ffac8080 {
828 compatible = "syscon";
829 reg = <0x0 0xffac8080 0x0 0x20>;
831 qos_vop_little: qos_vop_little@ffad0000 {
832 compatible = "syscon";
833 reg = <0x0 0xffad0000 0x0 0x20>;
835 qos_isp0_m0: qos_isp0_m0@ffaa0000 {
836 compatible = "syscon";
837 reg = <0x0 0xffaa0000 0x0 0x20>;
839 qos_isp0_m1: qos_isp0_m1@ffaa0080 {
840 compatible = "syscon";
841 reg = <0x0 0xffaa0080 0x0 0x20>;
843 qos_isp1_m0: qos_isp1_m0@ffaa8000 {
844 compatible = "syscon";
845 reg = <0x0 0xffaa8000 0x0 0x20>;
847 qos_isp1_m1: qos_isp1_m1@ffaa8080 {
848 compatible = "syscon";
849 reg = <0x0 0xffaa8080 0x0 0x20>;
851 qos_hdcp: qos_hdcp@ffa90000 {
852 compatible = "syscon";
853 reg = <0x0 0xffa90000 0x0 0x20>;
856 pmu: power-management@ff310000 {
857 compatible = "rockchip,rk3399-pmu", "syscon", "simple-mfd";
858 reg = <0x0 0xff310000 0x0 0x1000>;
860 power: power-controller {
862 compatible = "rockchip,rk3399-power-controller";
863 #power-domain-cells = <1>;
864 #address-cells = <1>;
869 reg = <RK3399_PD_VDU>;
870 clocks = <&cru ACLK_VDU>,
872 pm_qos = <&qos_video_m1_r>,
876 reg = <RK3399_PD_VCODEC>;
877 clocks = <&cru ACLK_VCODEC>,
879 pm_qos = <&qos_video_m0>;
882 reg = <RK3399_PD_IEP>;
883 clocks = <&cru ACLK_IEP>,
888 reg = <RK3399_PD_RGA>;
889 clocks = <&cru ACLK_RGA>,
891 pm_qos = <&qos_rga_r>,
895 reg = <RK3399_PD_VIO>;
896 #address-cells = <1>;
900 reg = <RK3399_PD_ISP0>;
901 clocks = <&cru ACLK_ISP0>,
903 pm_qos = <&qos_isp0_m0>,
907 reg = <RK3399_PD_ISP1>;
908 clocks = <&cru ACLK_ISP1>,
910 pm_qos = <&qos_isp1_m0>,
914 reg = <RK3399_PD_HDCP>;
915 clocks = <&cru ACLK_HDCP>,
918 pm_qos = <&qos_hdcp>;
921 reg = <RK3399_PD_VO>;
922 #address-cells = <1>;
926 reg = <RK3399_PD_VOPB>;
927 clocks = <&cru ACLK_VOP0>,
929 pm_qos = <&qos_vop_big_r>,
933 reg = <RK3399_PD_VOPL>;
934 clocks = <&cru ACLK_VOP1>,
936 pm_qos = <&qos_vop_little>;
941 reg = <RK3399_PD_GPU>;
942 clocks = <&cru ACLK_GPU>;
948 pmugrf: syscon@ff320000 {
949 compatible = "rockchip,rk3399-pmugrf", "syscon", "simple-mfd";
950 reg = <0x0 0xff320000 0x0 0x1000>;
953 compatible = "syscon-reboot-mode";
955 mode-normal = <BOOT_NORMAL>;
956 mode-recovery = <BOOT_RECOVERY>;
957 mode-bootloader = <BOOT_FASTBOOT>;
958 mode-loader = <BOOT_LOADER>;
963 compatible = "rockchip,rk3399-spi", "rockchip,rk3066-spi";
964 reg = <0x0 0xff350000 0x0 0x1000>;
965 clocks = <&pmucru SCLK_SPI3_PMU>, <&pmucru PCLK_SPI3_PMU>;
966 clock-names = "spiclk", "apb_pclk";
967 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
968 pinctrl-names = "default";
969 pinctrl-0 = <&spi3_clk &spi3_tx &spi3_rx &spi3_cs0>;
970 #address-cells = <1>;
975 uart4: serial@ff370000 {
976 compatible = "rockchip,rk3399-uart", "snps,dw-apb-uart";
977 reg = <0x0 0xff370000 0x0 0x100>;
978 clocks = <&pmucru SCLK_UART4_PMU>, <&pmucru PCLK_UART4_PMU>;
979 clock-names = "baudclk", "apb_pclk";
980 interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>;
983 pinctrl-names = "default";
984 pinctrl-0 = <&uart4_xfer>;
989 compatible = "rockchip,rk3399-i2c";
990 reg = <0x0 0xff3d0000 0x0 0x1000>;
991 clocks = <&pmucru SCLK_I2C4_PMU>, <&pmucru PCLK_I2C4_PMU>;
992 clock-names = "i2c", "pclk";
993 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
994 pinctrl-names = "default";
995 pinctrl-0 = <&i2c4_xfer>;
996 #address-cells = <1>;
1001 i2c8: i2c@ff3e0000 {
1002 compatible = "rockchip,rk3399-i2c";
1003 reg = <0x0 0xff3e0000 0x0 0x1000>;
1004 clocks = <&pmucru SCLK_I2C8_PMU>, <&pmucru PCLK_I2C8_PMU>;
1005 clock-names = "i2c", "pclk";
1006 interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;
1007 pinctrl-names = "default";
1008 pinctrl-0 = <&i2c8_xfer>;
1009 #address-cells = <1>;
1011 status = "disabled";
1014 pcie0: pcie@f8000000 {
1015 compatible = "rockchip,rk3399-pcie";
1016 #address-cells = <3>;
1018 clocks = <&cru ACLK_PCIE>, <&cru ACLK_PERF_PCIE>,
1019 <&cru PCLK_PCIE>, <&cru SCLK_PCIEPHY_REF>;
1020 clock-names = "aclk_pcie", "aclk_perf_pcie",
1021 "hclk_pcie", "clk_pciephy_ref";
1022 bus-range = <0x0 0x1>;
1023 interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>,
1024 <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>,
1025 <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
1026 interrupt-names = "pcie-sys", "pcie-legacy", "pcie-client";
1027 ranges = < 0x82000000 0 0xfa000000 0x0 0xfa000000 0 0x600000
1028 0x81000000 0 0xfa600000 0x0 0xfa600000 0 0x100000 >;
1029 reg = < 0x0 0xf8000000 0x0 0x2000000 >,
1030 < 0x0 0xfd000000 0x0 0x1000000 >;
1031 reg-name = "axi-base", "apb-base";
1032 resets = <&cru SRST_PCIEPHY>, <&cru SRST_PCIE_CORE>,
1033 <&cru SRST_PCIE_MGMT>, <&cru SRST_PCIE_MGMT_STICKY>,
1034 <&cru SRST_PCIE_PIPE>;
1035 reset-names = "phy-rst", "core-rst", "mgmt-rst",
1036 "mgmt-sticky-rst", "pipe-rst";
1037 rockchip,grf = <&grf>;
1038 pcie-conf = <0xe220>;
1039 pcie-status = <0xe2a4>;
1040 pcie-laneoff = <0xe214>;
1041 msi-parent = <&its>;
1042 #interrupt-cells = <1>;
1043 interrupt-map-mask = <0 0 0 7>;
1044 interrupt-map = <0 0 0 1 &pcie0 1>,
1048 status = "disabled";
1049 pcie_intc: interrupt-controller {
1050 interrupt-controller;
1051 #address-cells = <0>;
1052 #interrupt-cells = <1>;
1056 pwm0: pwm@ff420000 {
1057 compatible = "rockchip,rk3399-pwm", "rockchip,rk3288-pwm";
1058 reg = <0x0 0xff420000 0x0 0x10>;
1060 pinctrl-names = "default";
1061 pinctrl-0 = <&pwm0_pin>;
1062 clocks = <&pmucru PCLK_RKPWM_PMU>;
1063 clock-names = "pwm";
1064 status = "disabled";
1067 pwm1: pwm@ff420010 {
1068 compatible = "rockchip,rk3399-pwm", "rockchip,rk3288-pwm";
1069 reg = <0x0 0xff420010 0x0 0x10>;
1071 pinctrl-names = "default";
1072 pinctrl-0 = <&pwm1_pin>;
1073 clocks = <&pmucru PCLK_RKPWM_PMU>;
1074 clock-names = "pwm";
1075 status = "disabled";
1078 pwm2: pwm@ff420020 {
1079 compatible = "rockchip,rk3399-pwm", "rockchip,rk3288-pwm";
1080 reg = <0x0 0xff420020 0x0 0x10>;
1082 pinctrl-names = "default";
1083 pinctrl-0 = <&pwm2_pin>;
1084 clocks = <&pmucru PCLK_RKPWM_PMU>;
1085 clock-names = "pwm";
1086 status = "disabled";
1089 pwm3: pwm@ff420030 {
1090 compatible = "rockchip,rk3399-pwm", "rockchip,rk3288-pwm";
1091 reg = <0x0 0xff420030 0x0 0x10>;
1093 pinctrl-names = "default";
1094 pinctrl-0 = <&pwm3a_pin>;
1095 clocks = <&pmucru PCLK_RKPWM_PMU>;
1096 clock-names = "pwm";
1097 status = "disabled";
1101 compatible = "rockchip,rk3399-rga";
1102 reg = <0x0 0xff680000 0x0 0x10000>;
1103 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
1104 interrupt-names = "rga";
1105 clocks = <&cru ACLK_RGA>, <&cru HCLK_RGA>, <&cru SCLK_RGA_CORE>;
1106 clock-names = "aclk", "hclk", "sclk";
1107 resets = <&cru SRST_RGA_CORE>, <&cru SRST_A_RGA>, <&cru SRST_H_RGA>;
1108 reset-names = "core", "axi", "ahb";
1109 status = "disabled";
1112 pmucru: pmu-clock-controller@ff750000 {
1113 compatible = "rockchip,rk3399-pmucru";
1114 reg = <0x0 0xff750000 0x0 0x1000>;
1117 assigned-clocks = <&pmucru PLL_PPLL>;
1118 assigned-clock-rates = <676000000>;
1121 cru: clock-controller@ff760000 {
1122 compatible = "rockchip,rk3399-cru";
1123 reg = <0x0 0xff760000 0x0 0x1000>;
1127 <&cru ACLK_VOP0>, <&cru HCLK_VOP0>,
1128 <&cru ACLK_VOP1>, <&cru HCLK_VOP1>,
1129 <&cru ARMCLKL>, <&cru ARMCLKB>,
1130 <&cru PLL_GPLL>, <&cru PLL_CPLL>,
1132 <&cru ACLK_PERIHP>, <&cru HCLK_PERIHP>,
1134 <&cru ACLK_PERILP0>, <&cru HCLK_PERILP0>,
1135 <&cru PCLK_PERILP0>,
1136 <&cru HCLK_PERILP1>, <&cru PCLK_PERILP1>;
1137 assigned-clock-rates =
1138 <400000000>, <200000000>,
1139 <400000000>, <200000000>,
1140 <816000000>, <816000000>,
1141 <594000000>, <800000000>,
1143 <150000000>, <75000000>,
1145 <100000000>, <100000000>,
1147 <100000000>, <50000000>;
1150 grf: syscon@ff770000 {
1151 compatible = "rockchip,rk3399-grf", "syscon";
1152 reg = <0x0 0xff770000 0x0 0x10000>;
1156 compatible = "snps,dw-wdt";
1157 reg = <0x0 0xff840000 0x0 0x100>;
1158 clocks = <&cru PCLK_WDT>;
1159 interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
1162 rktimer: rktimer@ff850000 {
1163 compatible = "rockchip,rk3399-timer";
1164 reg = <0x0 0xff850000 0x0 0x1000>;
1165 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
1166 clocks = <&cru PCLK_TIMER0>, <&cru SCLK_TIMER00>;
1167 clock-names = "pclk", "timer";
1170 spdif: spdif@ff870000 {
1171 compatible = "rockchip,rk3399-spdif";
1172 reg = <0x0 0xff870000 0x0 0x1000>;
1173 interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>;
1174 dmas = <&dmac_bus 7>;
1176 clock-names = "mclk", "hclk";
1177 clocks = <&cru SCLK_SPDIF_8CH>, <&cru HCLK_SPDIF>;
1178 pinctrl-names = "default";
1179 pinctrl-0 = <&spdif_bus>;
1180 status = "disabled";
1183 i2s0: i2s@ff880000 {
1184 compatible = "rockchip,rk3399-i2s", "rockchip,rk3066-i2s";
1185 reg = <0x0 0xff880000 0x0 0x1000>;
1186 rockchip,grf = <&grf>;
1187 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
1188 dmas = <&dmac_bus 0>, <&dmac_bus 1>;
1189 dma-names = "tx", "rx";
1190 clock-names = "i2s_clk", "i2s_hclk";
1191 clocks = <&cru SCLK_I2S0_8CH>, <&cru HCLK_I2S0_8CH>;
1192 pinctrl-names = "default";
1193 pinctrl-0 = <&i2s0_8ch_bus>;
1194 status = "disabled";
1197 i2s1: i2s@ff890000 {
1198 compatible = "rockchip,rk3399-i2s", "rockchip,rk3066-i2s";
1199 reg = <0x0 0xff890000 0x0 0x1000>;
1200 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
1201 dmas = <&dmac_bus 2>, <&dmac_bus 3>;
1202 dma-names = "tx", "rx";
1203 clock-names = "i2s_clk", "i2s_hclk";
1204 clocks = <&cru SCLK_I2S1_8CH>, <&cru HCLK_I2S1_8CH>;
1205 pinctrl-names = "default";
1206 pinctrl-0 = <&i2s1_2ch_bus>;
1207 status = "disabled";
1210 i2s2: i2s@ff8a0000 {
1211 compatible = "rockchip,rk3399-i2s", "rockchip,rk3066-i2s";
1212 reg = <0x0 0xff8a0000 0x0 0x1000>;
1213 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
1214 dmas = <&dmac_bus 4>, <&dmac_bus 5>;
1215 dma-names = "tx", "rx";
1216 clock-names = "i2s_clk", "i2s_hclk";
1217 clocks = <&cru SCLK_I2S2_8CH>, <&cru HCLK_I2S2_8CH>;
1218 status = "disabled";
1222 compatible = "arm,malit860",
1227 reg = <0x0 0xff9a0000 0x0 0x10000>;
1229 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>,
1230 <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>,
1231 <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
1232 interrupt-names = "GPU", "JOB", "MMU";
1234 clocks = <&cru ACLK_GPU>;
1235 clock-names = "clk_mali";
1236 #cooling-cells = <2>; /* min followed by max */
1237 operating-points-v2 = <&gpu_opp_table>;
1238 power-domains = <&power RK3399_PD_GPU>;
1239 power-off-delay-ms = <200>;
1240 status = "disabled";
1243 compatible = "arm,mali-simple-power-model";
1246 static-power = <300>;
1247 dynamic-power = <1780>;
1248 ts = <32000 4700 (-80) 2>;
1249 thermal-zone = "gpu-thermal";
1253 gpu_opp_table: gpu_opp_table {
1254 compatible = "operating-points-v2";
1258 opp-hz = /bits/ 64 <200000000>;
1259 opp-microvolt = <900000>;
1262 opp-hz = /bits/ 64 <300000000>;
1263 opp-microvolt = <900000>;
1266 opp-hz = /bits/ 64 <400000000>;
1267 opp-microvolt = <900000>;
1272 vopl: vop@ff8f0000 {
1273 compatible = "rockchip,rk3399-vop-lit";
1274 reg = <0x0 0xff8f0000 0x0 0x3efc>;
1275 interrupts = <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>;
1276 clocks = <&cru ACLK_VOP1>, <&cru DCLK_VOP1>, <&cru HCLK_VOP1>;
1277 clock-names = "aclk_vop", "dclk_vop", "hclk_vop";
1278 resets = <&cru SRST_A_VOP1>, <&cru SRST_H_VOP1>, <&cru SRST_D_VOP1>;
1279 reset-names = "axi", "ahb", "dclk";
1280 power-domains = <&power RK3399_PD_VOPL>;
1281 iommus = <&vopl_mmu>;
1282 status = "disabled";
1285 #address-cells = <1>;
1288 vopl_out_mipi: endpoint@0 {
1290 remote-endpoint = <&mipi_in_vopl>;
1293 vopl_out_edp: endpoint@1 {
1295 remote-endpoint = <&edp_in_vopl>;
1300 vopl_mmu: iommu@ff8f3f00 {
1301 compatible = "rockchip,iommu";
1302 reg = <0x0 0xff8f3f00 0x0 0x100>;
1303 interrupts = <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>;
1304 interrupt-names = "vopl_mmu";
1306 status = "disabled";
1309 vopb: vop@ff900000 {
1310 compatible = "rockchip,rk3399-vop-big";
1311 reg = <0x0 0xff900000 0x0 0x3efc>;
1312 interrupts = <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>;
1313 clocks = <&cru ACLK_VOP0>, <&cru DCLK_VOP0>, <&cru HCLK_VOP0>;
1314 clock-names = "aclk_vop", "dclk_vop", "hclk_vop";
1315 resets = <&cru SRST_A_VOP0>, <&cru SRST_H_VOP0>, <&cru SRST_D_VOP0>;
1316 reset-names = "axi", "ahb", "dclk";
1317 power-domains = <&power RK3399_PD_VOPB>;
1318 iommus = <&vopb_mmu>;
1319 status = "disabled";
1322 #address-cells = <1>;
1325 vopb_out_edp: endpoint@0 {
1327 remote-endpoint = <&edp_in_vopb>;
1330 vopb_out_mipi: endpoint@1 {
1332 remote-endpoint = <&mipi_in_vopb>;
1337 vopb_mmu: iommu@ff903f00 {
1338 compatible = "rockchip,iommu";
1339 reg = <0x0 0xff903f00 0x0 0x100>;
1340 interrupts = <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>;
1341 interrupt-names = "vopb_mmu";
1343 status = "disabled";
1346 mipi_dsi: mipi@ff960000 {
1347 compatible = "rockchip,rk3399-mipi-dsi", "snps,dw-mipi-dsi";
1348 reg = <0x0 0xff960000 0x0 0x8000>;
1349 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
1350 clocks = <&cru SCLK_MIPIDPHY_REF>, <&cru PCLK_MIPI_DSI0>,
1351 <&cru SCLK_DPHY_TX0_CFG>;
1352 clock-names = "ref", "pclk", "phy_cfg";
1353 power-domains = <&power RK3399_PD_VIO>;
1354 rockchip,grf = <&grf>;
1355 #address-cells = <1>;
1357 status = "disabled";
1360 #address-cells = <1>;
1365 #address-cells = <1>;
1368 mipi_in_vopb: endpoint@0 {
1370 remote-endpoint = <&vopb_out_mipi>;
1372 mipi_in_vopl: endpoint@1 {
1374 remote-endpoint = <&vopl_out_mipi>;
1381 compatible = "rockchip,rk3399-edp";
1382 reg = <0x0 0xff970000 0x0 0x8000>;
1383 interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
1384 clocks = <&cru PCLK_EDP>, <&cru PCLK_EDP_CTRL>;
1385 clock-names = "dp", "pclk";
1386 resets = <&cru SRST_P_EDP_CTRL>;
1388 rockchip,grf = <&grf>;
1389 status = "disabled";
1390 pinctrl-names = "default";
1391 pinctrl-0 = <&edp_hpd>;
1394 #address-cells = <1>;
1399 #address-cells = <1>;
1402 edp_in_vopb: endpoint@0 {
1404 remote-endpoint = <&vopb_out_edp>;
1407 edp_in_vopl: endpoint@1 {
1409 remote-endpoint = <&vopl_out_edp>;
1415 display_subsystem: display-subsystem {
1416 compatible = "rockchip,display-subsystem";
1417 ports = <&vopl_out>, <&vopb_out>;
1418 status = "disabled";
1422 compatible = "rockchip,rk3399-pinctrl";
1423 rockchip,grf = <&grf>;
1424 rockchip,pmu = <&pmugrf>;
1425 #address-cells = <0x2>;
1426 #size-cells = <0x2>;
1429 gpio0: gpio0@ff720000 {
1430 compatible = "rockchip,gpio-bank";
1431 reg = <0x0 0xff720000 0x0 0x100>;
1432 clocks = <&pmucru PCLK_GPIO0_PMU>;
1433 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
1436 #gpio-cells = <0x2>;
1438 interrupt-controller;
1439 #interrupt-cells = <0x2>;
1442 gpio1: gpio1@ff730000 {
1443 compatible = "rockchip,gpio-bank";
1444 reg = <0x0 0xff730000 0x0 0x100>;
1445 clocks = <&pmucru PCLK_GPIO1_PMU>;
1446 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
1449 #gpio-cells = <0x2>;
1451 interrupt-controller;
1452 #interrupt-cells = <0x2>;
1455 gpio2: gpio2@ff780000 {
1456 compatible = "rockchip,gpio-bank";
1457 reg = <0x0 0xff780000 0x0 0x100>;
1458 clocks = <&cru PCLK_GPIO2>;
1459 interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
1462 #gpio-cells = <0x2>;
1464 interrupt-controller;
1465 #interrupt-cells = <0x2>;
1468 gpio3: gpio3@ff788000 {
1469 compatible = "rockchip,gpio-bank";
1470 reg = <0x0 0xff788000 0x0 0x100>;
1471 clocks = <&cru PCLK_GPIO3>;
1472 interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
1475 #gpio-cells = <0x2>;
1477 interrupt-controller;
1478 #interrupt-cells = <0x2>;
1481 gpio4: gpio4@ff790000 {
1482 compatible = "rockchip,gpio-bank";
1483 reg = <0x0 0xff790000 0x0 0x100>;
1484 clocks = <&cru PCLK_GPIO4>;
1485 interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
1488 #gpio-cells = <0x2>;
1490 interrupt-controller;
1491 #interrupt-cells = <0x2>;
1494 pcfg_pull_up: pcfg-pull-up {
1498 pcfg_pull_down: pcfg-pull-down {
1502 pcfg_pull_none: pcfg-pull-none {
1506 pcfg_pull_none_12ma: pcfg-pull-none-12ma {
1508 drive-strength = <12>;
1511 pcfg_pull_up_8ma: pcfg-pull-up-8ma {
1513 drive-strength = <8>;
1516 pcfg_pull_down_4ma: pcfg-pull-down-4ma {
1518 drive-strength = <4>;
1521 pcfg_pull_up_2ma: pcfg-pull-up-2ma {
1523 drive-strength = <2>;
1526 pcfg_pull_down_12ma: pcfg-pull-down-12ma {
1528 drive-strength = <12>;
1531 pcfg_pull_none_13ma: pcfg-pull-none-13ma {
1533 drive-strength = <13>;
1537 emmc_pwr: emmc-pwr {
1539 <0 5 RK_FUNC_1 &pcfg_pull_up>;
1544 rgmii_pins: rgmii-pins {
1547 <3 17 RK_FUNC_1 &pcfg_pull_none_13ma>,
1549 <3 14 RK_FUNC_1 &pcfg_pull_none>,
1551 <3 13 RK_FUNC_1 &pcfg_pull_none>,
1553 <3 12 RK_FUNC_1 &pcfg_pull_none_13ma>,
1555 <3 11 RK_FUNC_1 &pcfg_pull_none>,
1557 <3 9 RK_FUNC_1 &pcfg_pull_none>,
1559 <3 8 RK_FUNC_1 &pcfg_pull_none>,
1561 <3 7 RK_FUNC_1 &pcfg_pull_none>,
1563 <3 6 RK_FUNC_1 &pcfg_pull_none>,
1565 <3 5 RK_FUNC_1 &pcfg_pull_none_13ma>,
1567 <3 4 RK_FUNC_1 &pcfg_pull_none_13ma>,
1569 <3 3 RK_FUNC_1 &pcfg_pull_none>,
1571 <3 2 RK_FUNC_1 &pcfg_pull_none>,
1573 <3 1 RK_FUNC_1 &pcfg_pull_none_13ma>,
1575 <3 0 RK_FUNC_1 &pcfg_pull_none_13ma>;
1578 rmii_pins: rmii-pins {
1581 <3 13 RK_FUNC_1 &pcfg_pull_none>,
1583 <3 12 RK_FUNC_1 &pcfg_pull_none_13ma>,
1585 <3 11 RK_FUNC_1 &pcfg_pull_none>,
1587 <3 10 RK_FUNC_1 &pcfg_pull_none>,
1589 <3 9 RK_FUNC_1 &pcfg_pull_none>,
1591 <3 8 RK_FUNC_1 &pcfg_pull_none>,
1593 <3 7 RK_FUNC_1 &pcfg_pull_none>,
1595 <3 6 RK_FUNC_1 &pcfg_pull_none>,
1597 <3 5 RK_FUNC_1 &pcfg_pull_none_13ma>,
1599 <3 4 RK_FUNC_1 &pcfg_pull_none_13ma>;
1604 i2c0_xfer: i2c0-xfer {
1606 <1 15 RK_FUNC_2 &pcfg_pull_none>,
1607 <1 16 RK_FUNC_2 &pcfg_pull_none>;
1612 i2c1_xfer: i2c1-xfer {
1614 <4 2 RK_FUNC_1 &pcfg_pull_none>,
1615 <4 1 RK_FUNC_1 &pcfg_pull_none>;
1620 i2c2_xfer: i2c2-xfer {
1622 <2 1 RK_FUNC_2 &pcfg_pull_none_12ma>,
1623 <2 0 RK_FUNC_2 &pcfg_pull_none_12ma>;
1628 i2c3_xfer: i2c3-xfer {
1630 <4 17 RK_FUNC_1 &pcfg_pull_none>,
1631 <4 16 RK_FUNC_1 &pcfg_pull_none>;
1634 i2c3_gpio: i2c3_gpio {
1636 <4 17 RK_FUNC_GPIO &pcfg_pull_none>,
1637 <4 16 RK_FUNC_GPIO &pcfg_pull_none>;
1643 i2c4_xfer: i2c4-xfer {
1645 <1 12 RK_FUNC_1 &pcfg_pull_none>,
1646 <1 11 RK_FUNC_1 &pcfg_pull_none>;
1651 i2c5_xfer: i2c5-xfer {
1653 <3 11 RK_FUNC_2 &pcfg_pull_none>,
1654 <3 10 RK_FUNC_2 &pcfg_pull_none>;
1659 i2c6_xfer: i2c6-xfer {
1661 <2 10 RK_FUNC_2 &pcfg_pull_none>,
1662 <2 9 RK_FUNC_2 &pcfg_pull_none>;
1667 i2c7_xfer: i2c7-xfer {
1669 <2 8 RK_FUNC_2 &pcfg_pull_none>,
1670 <2 7 RK_FUNC_2 &pcfg_pull_none>;
1675 i2c8_xfer: i2c8-xfer {
1677 <1 21 RK_FUNC_1 &pcfg_pull_none>,
1678 <1 20 RK_FUNC_1 &pcfg_pull_none>;
1683 i2s0_8ch_bus: i2s0-8ch-bus {
1685 <3 24 RK_FUNC_1 &pcfg_pull_none>,
1686 <3 25 RK_FUNC_1 &pcfg_pull_none>,
1687 <3 26 RK_FUNC_1 &pcfg_pull_none>,
1688 <3 27 RK_FUNC_1 &pcfg_pull_none>,
1689 <3 28 RK_FUNC_1 &pcfg_pull_none>,
1690 <3 29 RK_FUNC_1 &pcfg_pull_none>,
1691 <3 30 RK_FUNC_1 &pcfg_pull_none>,
1692 <3 31 RK_FUNC_1 &pcfg_pull_none>,
1693 <4 0 RK_FUNC_1 &pcfg_pull_none>;
1698 i2s1_2ch_bus: i2s1-2ch-bus {
1700 <4 3 RK_FUNC_1 &pcfg_pull_none>,
1701 <4 4 RK_FUNC_1 &pcfg_pull_none>,
1702 <4 5 RK_FUNC_1 &pcfg_pull_none>,
1703 <4 6 RK_FUNC_1 &pcfg_pull_none>,
1704 <4 7 RK_FUNC_1 &pcfg_pull_none>;
1709 sdio0_bus1: sdio0-bus1 {
1711 <2 20 RK_FUNC_1 &pcfg_pull_up>;
1714 sdio0_bus4: sdio0-bus4 {
1716 <2 20 RK_FUNC_1 &pcfg_pull_up>,
1717 <2 21 RK_FUNC_1 &pcfg_pull_up>,
1718 <2 22 RK_FUNC_1 &pcfg_pull_up>,
1719 <2 23 RK_FUNC_1 &pcfg_pull_up>;
1722 sdio0_cmd: sdio0-cmd {
1724 <2 24 RK_FUNC_1 &pcfg_pull_up>;
1727 sdio0_clk: sdio0-clk {
1729 <2 25 RK_FUNC_1 &pcfg_pull_none>;
1732 sdio0_cd: sdio0-cd {
1734 <2 26 RK_FUNC_1 &pcfg_pull_up>;
1737 sdio0_pwr: sdio0-pwr {
1739 <2 27 RK_FUNC_1 &pcfg_pull_up>;
1742 sdio0_bkpwr: sdio0-bkpwr {
1744 <2 28 RK_FUNC_1 &pcfg_pull_up>;
1747 sdio0_wp: sdio0-wp {
1749 <0 3 RK_FUNC_1 &pcfg_pull_up>;
1752 sdio0_int: sdio0-int {
1754 <0 4 RK_FUNC_1 &pcfg_pull_up>;
1759 sdmmc_bus1: sdmmc-bus1 {
1761 <4 8 RK_FUNC_1 &pcfg_pull_up>;
1764 sdmmc_bus4: sdmmc-bus4 {
1766 <4 8 RK_FUNC_1 &pcfg_pull_up>,
1767 <4 9 RK_FUNC_1 &pcfg_pull_up>,
1768 <4 10 RK_FUNC_1 &pcfg_pull_up>,
1769 <4 11 RK_FUNC_1 &pcfg_pull_up>;
1772 sdmmc_clk: sdmmc-clk {
1774 <4 12 RK_FUNC_1 &pcfg_pull_none>;
1777 sdmmc_cmd: sdmmc-cmd {
1779 <4 13 RK_FUNC_1 &pcfg_pull_up>;
1782 sdmmc_cd: sdmcc-cd {
1784 <0 7 RK_FUNC_1 &pcfg_pull_up>;
1787 sdmmc_wp: sdmmc-wp {
1789 <0 8 RK_FUNC_1 &pcfg_pull_up>;
1794 spdif_bus: spdif-bus {
1796 <4 21 RK_FUNC_1 &pcfg_pull_none>;
1799 spdif_bus_1: spdif-bus-1 {
1801 <3 16 RK_FUNC_3 &pcfg_pull_none>;
1806 spi0_clk: spi0-clk {
1808 <3 6 RK_FUNC_2 &pcfg_pull_up>;
1810 spi0_cs0: spi0-cs0 {
1812 <3 7 RK_FUNC_2 &pcfg_pull_up>;
1814 spi0_cs1: spi0-cs1 {
1816 <3 8 RK_FUNC_2 &pcfg_pull_up>;
1820 <3 5 RK_FUNC_2 &pcfg_pull_up>;
1824 <3 4 RK_FUNC_2 &pcfg_pull_up>;
1829 spi1_clk: spi1-clk {
1831 <1 9 RK_FUNC_2 &pcfg_pull_up>;
1833 spi1_cs0: spi1-cs0 {
1835 <1 10 RK_FUNC_2 &pcfg_pull_up>;
1839 <1 7 RK_FUNC_2 &pcfg_pull_up>;
1843 <1 8 RK_FUNC_2 &pcfg_pull_up>;
1848 spi2_clk: spi2-clk {
1850 <2 11 RK_FUNC_1 &pcfg_pull_up>;
1852 spi2_cs0: spi2-cs0 {
1854 <2 12 RK_FUNC_1 &pcfg_pull_up>;
1858 <2 9 RK_FUNC_1 &pcfg_pull_up>;
1862 <2 10 RK_FUNC_1 &pcfg_pull_up>;
1867 spi3_clk: spi3-clk {
1869 <1 17 RK_FUNC_1 &pcfg_pull_up>;
1871 spi3_cs0: spi3-cs0 {
1873 <1 18 RK_FUNC_1 &pcfg_pull_up>;
1877 <1 15 RK_FUNC_1 &pcfg_pull_up>;
1881 <1 16 RK_FUNC_1 &pcfg_pull_up>;
1886 spi4_clk: spi4-clk {
1888 <3 2 RK_FUNC_2 &pcfg_pull_up>;
1890 spi4_cs0: spi4-cs0 {
1892 <3 3 RK_FUNC_2 &pcfg_pull_up>;
1896 <3 0 RK_FUNC_2 &pcfg_pull_up>;
1900 <3 1 RK_FUNC_2 &pcfg_pull_up>;
1905 spi5_clk: spi5-clk {
1907 <2 22 RK_FUNC_2 &pcfg_pull_up>;
1909 spi5_cs0: spi5-cs0 {
1911 <2 23 RK_FUNC_2 &pcfg_pull_up>;
1915 <2 20 RK_FUNC_2 &pcfg_pull_up>;
1919 <2 21 RK_FUNC_2 &pcfg_pull_up>;
1924 otp_gpio: otp-gpio {
1925 rockchip,pins = <1 6 RK_FUNC_GPIO &pcfg_pull_none>;
1929 rockchip,pins = <1 6 RK_FUNC_1 &pcfg_pull_none>;
1934 uart0_xfer: uart0-xfer {
1936 <2 16 RK_FUNC_1 &pcfg_pull_up>,
1937 <2 17 RK_FUNC_1 &pcfg_pull_none>;
1940 uart0_cts: uart0-cts {
1942 <2 18 RK_FUNC_1 &pcfg_pull_none>;
1945 uart0_rts: uart0-rts {
1947 <2 19 RK_FUNC_1 &pcfg_pull_none>;
1952 uart1_xfer: uart1-xfer {
1954 <3 12 RK_FUNC_2 &pcfg_pull_up>,
1955 <3 13 RK_FUNC_2 &pcfg_pull_none>;
1960 uart2a_xfer: uart2a-xfer {
1962 <4 8 RK_FUNC_2 &pcfg_pull_up>,
1963 <4 9 RK_FUNC_2 &pcfg_pull_none>;
1968 uart2b_xfer: uart2b-xfer {
1970 <4 16 RK_FUNC_2 &pcfg_pull_up>,
1971 <4 17 RK_FUNC_2 &pcfg_pull_none>;
1976 uart2c_xfer: uart2c-xfer {
1978 <4 19 RK_FUNC_1 &pcfg_pull_up>,
1979 <4 20 RK_FUNC_1 &pcfg_pull_none>;
1984 uart3_xfer: uart3-xfer {
1986 <3 14 RK_FUNC_2 &pcfg_pull_up>,
1987 <3 15 RK_FUNC_2 &pcfg_pull_none>;
1990 uart3_cts: uart3-cts {
1992 <3 18 RK_FUNC_2 &pcfg_pull_none>;
1995 uart3_rts: uart3-rts {
1997 <3 19 RK_FUNC_2 &pcfg_pull_none>;
2002 uart4_xfer: uart4-xfer {
2004 <1 7 RK_FUNC_1 &pcfg_pull_up>,
2005 <1 8 RK_FUNC_1 &pcfg_pull_none>;
2010 uarthdcp_xfer: uarthdcp-xfer {
2012 <4 21 RK_FUNC_2 &pcfg_pull_up>,
2013 <4 22 RK_FUNC_2 &pcfg_pull_none>;
2018 pwm0_pin: pwm0-pin {
2020 <4 18 RK_FUNC_1 &pcfg_pull_none>;
2023 vop0_pwm_pin: vop0-pwm-pin {
2025 <4 18 RK_FUNC_2 &pcfg_pull_none>;
2030 pwm1_pin: pwm1-pin {
2032 <4 22 RK_FUNC_1 &pcfg_pull_none>;
2035 vop1_pwm_pin: vop1-pwm-pin {
2037 <4 18 RK_FUNC_3 &pcfg_pull_none>;
2042 pwm2_pin: pwm2-pin {
2044 <1 19 RK_FUNC_1 &pcfg_pull_none>;
2049 pwm3a_pin: pwm3a-pin {
2051 <0 6 RK_FUNC_1 &pcfg_pull_none>;
2056 pwm3b_pin: pwm3b-pin {
2058 <1 14 RK_FUNC_1 &pcfg_pull_none>;
2065 <4 23 RK_FUNC_2 &pcfg_pull_none>;
2070 hdmi_i2c_xfer: hdmi-i2c-xfer {
2072 <4 17 RK_FUNC_3 &pcfg_pull_none>,
2073 <4 16 RK_FUNC_3 &pcfg_pull_none>;
2076 hdmi_cec: hdmi-cec {
2078 <4 23 RK_FUNC_1 &pcfg_pull_none>;
2083 pcie_clkreqn: pci-clkreqn {
2085 <2 26 RK_FUNC_2 &pcfg_pull_none>;
2088 pcie_clkreqnb: pci-clkreqnb {
2090 <4 24 RK_FUNC_1 &pcfg_pull_none>;