forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/rk3288.dtsi
....@@ -9,7 +9,6 @@
99 #include <dt-bindings/thermal/thermal.h>
1010 #include <dt-bindings/soc/rockchip,boot-mode.h>
1111 #include <dt-bindings/suspend/rockchip-rk3288.h>
12
-#include <dt-bindings/display/drm_mipi_dsi.h>
1312
1413 / {
1514 #address-cells = <2>;
....@@ -20,7 +19,18 @@
2019 interrupt-parent = <&gic>;
2120
2221 aliases {
22
+ dsi0 = &dsi0;
23
+ dsi1 = &dsi1;
2324 ethernet0 = &gmac;
25
+ gpio0 = &gpio0;
26
+ gpio1 = &gpio1;
27
+ gpio2 = &gpio2;
28
+ gpio3 = &gpio3;
29
+ gpio4 = &gpio4;
30
+ gpio5 = &gpio5;
31
+ gpio6 = &gpio6;
32
+ gpio7 = &gpio7;
33
+ gpio8 = &gpio8;
2434 i2c0 = &i2c0;
2535 i2c1 = &i2c1;
2636 i2c2 = &i2c2;
....@@ -39,8 +49,6 @@
3949 spi0 = &spi0;
4050 spi1 = &spi1;
4151 spi2 = &spi2;
42
- dsi0 = &dsi0;
43
- dsi1 = &dsi1;
4452 };
4553
4654 arm-pmu {
....@@ -50,6 +58,11 @@
5058 <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>,
5159 <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>;
5260 interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
61
+ };
62
+
63
+ psci {
64
+ compatible = "arm,psci-1.0";
65
+ method = "smc";
5366 };
5467
5568 cpus {
....@@ -62,36 +75,53 @@
6275 device_type = "cpu";
6376 compatible = "arm,cortex-a12";
6477 reg = <0x500>;
78
+ enable-method = "psci";
6579 resets = <&cru SRST_CORE0>;
6680 operating-points-v2 = <&cpu_opp_table>;
6781 #cooling-cells = <2>; /* min followed by max */
68
- dynamic-power-coefficient = <322>;
82
+ clock-latency = <40000>;
6983 clocks = <&cru ARMCLK>;
84
+ dynamic-power-coefficient = <370>;
7085 };
7186 cpu1: cpu@501 {
7287 device_type = "cpu";
7388 compatible = "arm,cortex-a12";
7489 reg = <0x501>;
90
+ enable-method = "psci";
7591 resets = <&cru SRST_CORE1>;
7692 operating-points-v2 = <&cpu_opp_table>;
93
+ #cooling-cells = <2>; /* min followed by max */
94
+ clock-latency = <40000>;
95
+ clocks = <&cru ARMCLK>;
96
+ dynamic-power-coefficient = <370>;
7797 };
7898 cpu2: cpu@502 {
7999 device_type = "cpu";
80100 compatible = "arm,cortex-a12";
81101 reg = <0x502>;
102
+ enable-method = "psci";
82103 resets = <&cru SRST_CORE2>;
83104 operating-points-v2 = <&cpu_opp_table>;
105
+ #cooling-cells = <2>; /* min followed by max */
106
+ clock-latency = <40000>;
107
+ clocks = <&cru ARMCLK>;
108
+ dynamic-power-coefficient = <370>;
84109 };
85110 cpu3: cpu@503 {
86111 device_type = "cpu";
87112 compatible = "arm,cortex-a12";
88113 reg = <0x503>;
114
+ enable-method = "psci";
89115 resets = <&cru SRST_CORE3>;
90116 operating-points-v2 = <&cpu_opp_table>;
117
+ #cooling-cells = <2>; /* min followed by max */
118
+ clock-latency = <40000>;
119
+ clocks = <&cru ARMCLK>;
120
+ dynamic-power-coefficient = <370>;
91121 };
92122 };
93123
94
- cpu_opp_table: opp_table0 {
124
+ cpu_opp_table: cpu-opp-table {
95125 compatible = "operating-points-v2";
96126 opp-shared;
97127
....@@ -124,7 +154,7 @@
124154 rockchip,pvtm-error = <1000>;
125155 rockchip,pvtm-ref-temp = <35>;
126156 rockchip,pvtm-temp-prop = <(-18) (-18)>;
127
- rockchip,thermal-zone = "soc-thermal";
157
+ rockchip,thermal-zone = "cpu-thermal";
128158
129159 opp-126000000 {
130160 opp-hz = /bits/ 64 <126000000>;
....@@ -228,7 +258,7 @@
228258 };
229259 };
230260
231
- amba {
261
+ amba: bus {
232262 compatible = "simple-bus";
233263 #address-cells = <2>;
234264 #size-cells = <2>;
....@@ -322,7 +352,7 @@
322352 ports = <&vopl_out>, <&vopb_out>;
323353 };
324354
325
- sdmmc: dwmmc@ff0c0000 {
355
+ sdmmc: mmc@ff0c0000 {
326356 compatible = "rockchip,rk3288-dw-mshc";
327357 max-frequency = <150000000>;
328358 clocks = <&cru HCLK_SDMMC>, <&cru SCLK_SDMMC>,
....@@ -336,7 +366,7 @@
336366 status = "disabled";
337367 };
338368
339
- sdio0: dwmmc@ff0d0000 {
369
+ sdio0: mmc@ff0d0000 {
340370 compatible = "rockchip,rk3288-dw-mshc";
341371 max-frequency = <150000000>;
342372 clocks = <&cru HCLK_SDIO0>, <&cru SCLK_SDIO0>,
....@@ -350,7 +380,7 @@
350380 status = "disabled";
351381 };
352382
353
- sdio1: dwmmc@ff0e0000 {
383
+ sdio1: mmc@ff0e0000 {
354384 compatible = "rockchip,rk3288-dw-mshc";
355385 max-frequency = <150000000>;
356386 clocks = <&cru HCLK_SDIO1>, <&cru SCLK_SDIO1>,
....@@ -364,7 +394,7 @@
364394 status = "disabled";
365395 };
366396
367
- emmc: dwmmc@ff0f0000 {
397
+ emmc: mmc@ff0f0000 {
368398 compatible = "rockchip,rk3288-dw-mshc";
369399 max-frequency = <150000000>;
370400 clocks = <&cru HCLK_EMMC>, <&cru SCLK_EMMC>,
....@@ -376,7 +406,6 @@
376406 resets = <&cru SRST_EMMC>;
377407 reset-names = "reset";
378408 status = "disabled";
379
- supports-emmc;
380409 };
381410
382411 saradc: saradc@ff100000 {
....@@ -509,6 +538,8 @@
509538 reg-io-width = <4>;
510539 clocks = <&cru SCLK_UART0>, <&cru PCLK_UART0>;
511540 clock-names = "baudclk", "apb_pclk";
541
+ dmas = <&dmac_peri 1>, <&dmac_peri 2>;
542
+ dma-names = "tx", "rx";
512543 pinctrl-names = "default";
513544 pinctrl-0 = <&uart0_xfer>;
514545 status = "disabled";
....@@ -522,6 +553,8 @@
522553 reg-io-width = <4>;
523554 clocks = <&cru SCLK_UART1>, <&cru PCLK_UART1>;
524555 clock-names = "baudclk", "apb_pclk";
556
+ dmas = <&dmac_peri 3>, <&dmac_peri 4>;
557
+ dma-names = "tx", "rx";
525558 pinctrl-names = "default";
526559 pinctrl-0 = <&uart1_xfer>;
527560 status = "disabled";
....@@ -548,6 +581,8 @@
548581 reg-io-width = <4>;
549582 clocks = <&cru SCLK_UART3>, <&cru PCLK_UART3>;
550583 clock-names = "baudclk", "apb_pclk";
584
+ dmas = <&dmac_peri 7>, <&dmac_peri 8>;
585
+ dma-names = "tx", "rx";
551586 pinctrl-names = "default";
552587 pinctrl-0 = <&uart3_xfer>;
553588 status = "disabled";
....@@ -561,31 +596,40 @@
561596 reg-io-width = <4>;
562597 clocks = <&cru SCLK_UART4>, <&cru PCLK_UART4>;
563598 clock-names = "baudclk", "apb_pclk";
599
+ dmas = <&dmac_peri 9>, <&dmac_peri 10>;
600
+ dma-names = "tx", "rx";
564601 pinctrl-names = "default";
565602 pinctrl-0 = <&uart4_xfer>;
566603 status = "disabled";
567604 };
568605
569
- thermal_zones: thermal-zones {
570
- cpu_thermal: soc-thermal {
571
- polling-delay-passive = <200>; /* milliseconds */
572
- polling-delay = <1000>; /* milliseconds */
573
- sustainable-power = <1200>; /* milliwatts */
606
+ thermal-zones {
607
+ reserve_thermal: reserve_thermal {
608
+ polling-delay-passive = <1000>; /* milliseconds */
609
+ polling-delay = <5000>; /* milliseconds */
610
+
611
+ thermal-sensors = <&tsadc 0>;
612
+ };
613
+
614
+ cpu_thermal: cpu-thermal {
615
+ polling-delay-passive = <100>; /* milliseconds */
616
+ polling-delay = <5000>; /* milliseconds */
574617
575618 thermal-sensors = <&tsadc 1>;
619
+
576620 trips {
577
- cpu_alert0: trip-point@0 {
621
+ cpu_alert0: cpu_alert0 {
622
+ temperature = <70000>; /* millicelsius */
623
+ hysteresis = <2000>; /* millicelsius */
624
+ type = "passive";
625
+ };
626
+ cpu_alert1: cpu_alert1 {
578627 temperature = <75000>; /* millicelsius */
579628 hysteresis = <2000>; /* millicelsius */
580629 type = "passive";
581630 };
582
- cpu_alert1: trip-point@1 {
583
- temperature = <85000>; /* millicelsius */
584
- hysteresis = <2000>; /* millicelsius */
585
- type = "passive";
586
- };
587
- soc_crit: soc-crit {
588
- temperature = <115000>; /* millicelsius */
631
+ cpu_crit: cpu_crit {
632
+ temperature = <90000>; /* millicelsius */
589633 hysteresis = <2000>; /* millicelsius */
590634 type = "critical";
591635 };
....@@ -593,24 +637,50 @@
593637
594638 cooling-maps {
595639 map0 {
596
- trip = <&cpu_alert1>;
640
+ trip = <&cpu_alert0>;
597641 cooling-device =
598
- <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
599
- contribution = <1024>;
642
+ <&cpu0 THERMAL_NO_LIMIT 6>,
643
+ <&cpu1 THERMAL_NO_LIMIT 6>,
644
+ <&cpu2 THERMAL_NO_LIMIT 6>,
645
+ <&cpu3 THERMAL_NO_LIMIT 6>;
600646 };
601647 map1 {
602648 trip = <&cpu_alert1>;
603649 cooling-device =
604
- <&gpu THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
605
- contribution = <1024>;
650
+ <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
651
+ <&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
652
+ <&cpu2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
653
+ <&cpu3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
606654 };
607655 };
608656 };
609657
610658 gpu_thermal: gpu-thermal {
611
- polling-delay-passive = <200>; /* milliseconds */
612
- polling-delay = <1000>; /* milliseconds */
659
+ polling-delay-passive = <100>; /* milliseconds */
660
+ polling-delay = <5000>; /* milliseconds */
661
+
613662 thermal-sensors = <&tsadc 2>;
663
+
664
+ trips {
665
+ gpu_alert0: gpu_alert0 {
666
+ temperature = <70000>; /* millicelsius */
667
+ hysteresis = <2000>; /* millicelsius */
668
+ type = "passive";
669
+ };
670
+ gpu_crit: gpu_crit {
671
+ temperature = <90000>; /* millicelsius */
672
+ hysteresis = <2000>; /* millicelsius */
673
+ type = "critical";
674
+ };
675
+ };
676
+
677
+ cooling-maps {
678
+ map0 {
679
+ trip = <&gpu_alert0>;
680
+ cooling-device =
681
+ <&gpu THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
682
+ };
683
+ };
614684 };
615685 };
616686
....@@ -625,11 +695,11 @@
625695 resets = <&cru SRST_TSADC>;
626696 reset-names = "tsadc-apb";
627697 pinctrl-names = "gpio", "otpout";
628
- pinctrl-0 = <&otp_gpio>;
629
- pinctrl-1 = <&otp_gpio>;
698
+ pinctrl-0 = <&otp_pin>;
699
+ pinctrl-1 = <&otp_out>;
630700 #thermal-sensor-cells = <1>;
631
- rockchip,hw-tshut-temp = <120000>;
632
- rockchip,hw-tshut-mode = <0>; /* tshut mode 0:CRU 1:GPIO */
701
+ rockchip,grf = <&grf>;
702
+ rockchip,hw-tshut-temp = <95000>;
633703 status = "disabled";
634704 };
635705
....@@ -655,7 +725,7 @@
655725
656726 usb_host0_ehci: usb@ff500000 {
657727 compatible = "generic-ehci";
658
- reg = <0x0 0xff500000 0x0 0x20000>;
728
+ reg = <0x0 0xff500000 0x0 0x100>;
659729 interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
660730 clocks = <&cru HCLK_USBHOST0>, <&usbphy1>;
661731 clock-names = "usbhost", "utmi";
....@@ -664,13 +734,10 @@
664734 status = "disabled";
665735 };
666736
667
- /*
668
- * NOTE: ohci@ff520000 doesn't actually work on rk3288
669
- * hardware, but can work on rk3288w hardware.
670
- */
737
+ /* NOTE: doesn't work on RK3288, but was fixed on RK3288W */
671738 usb_host0_ohci: usb@ff520000 {
672739 compatible = "generic-ohci";
673
- reg = <0x0 0xff520000 0x0 0x20000>;
740
+ reg = <0x0 0xff520000 0x0 0x100>;
674741 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
675742 clocks = <&cru HCLK_USBHOST0>, <&usbphy1>;
676743 clock-names = "usbhost", "utmi";
....@@ -689,6 +756,7 @@
689756 dr_mode = "host";
690757 phys = <&usbphy2>;
691758 phy-names = "usb2-phy";
759
+ snps,reset-phy-on-wake;
692760 status = "disabled";
693761 };
694762
....@@ -703,7 +771,6 @@
703771 g-np-tx-fifo-size = <16>;
704772 g-rx-fifo-size = <280>;
705773 g-tx-fifo-size = <256 128 128 64 32 16>;
706
- g-use-dma;
707774 phys = <&usbphy0>;
708775 phy-names = "usb2-phy";
709776 status = "disabled";
....@@ -714,28 +781,7 @@
714781 reg = <0x0 0xff5c0000 0x0 0x100>;
715782 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
716783 clocks = <&cru HCLK_HSIC>;
717
- clock-names = "usbhost";
718784 status = "disabled";
719
- };
720
-
721
- dmc: dmc@ff610000 {
722
- compatible = "rockchip,rk3288-dmc", "syscon";
723
- rockchip,cru = <&cru>;
724
- rockchip,grf = <&grf>;
725
- rockchip,pmu = <&pmu>;
726
- rockchip,sgrf = <&sgrf>;
727
- rockchip,noc = <&noc>;
728
- reg = <0x0 0xff610000 0x0 0x3fc
729
- 0x0 0xff620000 0x0 0x294
730
- 0x0 0xff630000 0x0 0x3fc
731
- 0x0 0xff640000 0x0 0x294>;
732
- rockchip,sram = <&ddr_sram>;
733
- clocks = <&cru PCLK_DDRUPCTL0>, <&cru PCLK_PUBL0>,
734
- <&cru PCLK_DDRUPCTL1>, <&cru PCLK_PUBL1>,
735
- <&cru ARMCLK>, <&cru ACLK_DMAC1>;
736
- clock-names = "pclk_ddrupctl0", "pclk_publ0",
737
- "pclk_ddrupctl1", "pclk_publ1",
738
- "arm_clk", "aclk_dmac1";
739785 };
740786
741787 i2c2: i2c@ff660000 {
....@@ -757,7 +803,7 @@
757803 #pwm-cells = <3>;
758804 pinctrl-names = "active";
759805 pinctrl-0 = <&pwm0_pin>;
760
- clocks = <&cru PCLK_PWM>;
806
+ clocks = <&cru PCLK_RKPWM>;
761807 clock-names = "pwm";
762808 status = "disabled";
763809 };
....@@ -768,7 +814,7 @@
768814 #pwm-cells = <3>;
769815 pinctrl-names = "active";
770816 pinctrl-0 = <&pwm1_pin>;
771
- clocks = <&cru PCLK_PWM>;
817
+ clocks = <&cru PCLK_RKPWM>;
772818 clock-names = "pwm";
773819 status = "disabled";
774820 };
....@@ -779,7 +825,7 @@
779825 #pwm-cells = <3>;
780826 pinctrl-names = "active";
781827 pinctrl-0 = <&pwm2_pin>;
782
- clocks = <&cru PCLK_PWM>;
828
+ clocks = <&cru PCLK_RKPWM>;
783829 clock-names = "pwm";
784830 status = "disabled";
785831 };
....@@ -790,7 +836,7 @@
790836 #pwm-cells = <3>;
791837 pinctrl-names = "active";
792838 pinctrl-0 = <&pwm3_pin>;
793
- clocks = <&cru PCLK_PWM>;
839
+ clocks = <&cru PCLK_RKPWM>;
794840 clock-names = "pwm";
795841 status = "disabled";
796842 };
....@@ -803,7 +849,7 @@
803849 clock-names = "pclk", "timer";
804850 };
805851
806
- bus_intmem@ff700000 {
852
+ bus_intmem: sram@ff700000 {
807853 compatible = "mmio-sram";
808854 reg = <0x0 0xff700000 0x0 0x18000>;
809855 #address-cells = <1>;
....@@ -813,85 +859,11 @@
813859 compatible = "rockchip,rk3066-smp-sram";
814860 reg = <0x00 0x10>;
815861 };
816
- ddr_sram: ddr-sram@1000 {
817
- compatible = "rockchip,rk3288-ddr-sram";
818
- reg = <0x1000 0x4000>;
819
- };
820862 };
821863
822
- sram@ff720000 {
864
+ pmu_sram: sram@ff720000 {
823865 compatible = "rockchip,rk3288-pmu-sram", "mmio-sram";
824866 reg = <0x0 0xff720000 0x0 0x1000>;
825
- };
826
-
827
- qos_gpu_r: qos@ffaa0000 {
828
- compatible = "syscon";
829
- reg = <0x0 0xffaa0000 0x0 0x20>;
830
- };
831
-
832
- qos_gpu_w: qos@ffaa0080 {
833
- compatible = "syscon";
834
- reg = <0x0 0xffaa0080 0x0 0x20>;
835
- };
836
-
837
- qos_vio1_vop: qos@ffad0000 {
838
- compatible = "syscon";
839
- reg = <0x0 0xffad0000 0x0 0x20>;
840
- };
841
-
842
- qos_vio1_isp_w0: qos@ffad0100 {
843
- compatible = "syscon";
844
- reg = <0x0 0xffad0100 0x0 0x20>;
845
- };
846
-
847
- qos_vio1_isp_w1: qos@ffad0180 {
848
- compatible = "syscon";
849
- reg = <0x0 0xffad0180 0x0 0x20>;
850
- };
851
-
852
- qos_vio0_vop: qos@ffad0400 {
853
- compatible = "syscon";
854
- reg = <0x0 0xffad0400 0x0 0x20>;
855
- };
856
-
857
- qos_vio0_vip: qos@ffad0480 {
858
- compatible = "syscon";
859
- reg = <0x0 0xffad0480 0x0 0x20>;
860
- };
861
-
862
- qos_vio0_iep: qos@ffad0500 {
863
- compatible = "syscon";
864
- reg = <0x0 0xffad0500 0x0 0x20>;
865
- };
866
-
867
- qos_vio2_rga_r: qos@ffad0800 {
868
- compatible = "syscon";
869
- reg = <0x0 0xffad0800 0x0 0x20>;
870
- };
871
-
872
- qos_vio2_rga_w: qos@ffad0880 {
873
- compatible = "syscon";
874
- reg = <0x0 0xffad0880 0x0 0x20>;
875
- };
876
-
877
- qos_vio1_isp_r: qos@ffad0900 {
878
- compatible = "syscon";
879
- reg = <0x0 0xffad0900 0x0 0x20>;
880
- };
881
-
882
- qos_video: qos@ffae0000 {
883
- compatible = "syscon";
884
- reg = <0x0 0xffae0000 0x0 0x20>;
885
- };
886
-
887
- qos_hevc_r: qos@ffaf0000 {
888
- compatible = "syscon";
889
- reg = <0x0 0xffaf0000 0x0 0x20>;
890
- };
891
-
892
- qos_hevc_w: qos@ffaf0080 {
893
- compatible = "syscon";
894
- reg = <0x0 0xffaf0080 0x0 0x20>;
895867 };
896868
897869 pmu: power-management@ff730000 {
....@@ -903,6 +875,9 @@
903875 #power-domain-cells = <1>;
904876 #address-cells = <1>;
905877 #size-cells = <0>;
878
+
879
+ assigned-clocks = <&cru SCLK_EDP_24M>;
880
+ assigned-clock-parents = <&xin24m>;
906881
907882 /*
908883 * Note: Although SCLK_* are the working clocks
....@@ -927,7 +902,7 @@
927902 * *_HDMI HDMI
928903 * *_MIPI_* MIPI
929904 */
930
- pd_vio@RK3288_PD_VIO {
905
+ power-domain@RK3288_PD_VIO {
931906 reg = <RK3288_PD_VIO>;
932907 clocks = <&cru ACLK_IEP>,
933908 <&cru ACLK_ISP>,
....@@ -970,7 +945,7 @@
970945 * Note: The following 3 are HEVC(H.265) clocks,
971946 * and on the ACLK_HEVC_NIU (NOC).
972947 */
973
- pd_hevc@RK3288_PD_HEVC {
948
+ power-domain@RK3288_PD_HEVC {
974949 reg = <RK3288_PD_HEVC>;
975950 clocks = <&cru ACLK_HEVC>,
976951 <&cru SCLK_HEVC_CABAC>,
....@@ -984,7 +959,7 @@
984959 * (video endecoder & decoder) clocks that on the
985960 * ACLK_VCODEC_NIU and HCLK_VCODEC_NIU (NOC).
986961 */
987
- pd_video@RK3288_PD_VIDEO {
962
+ power-domain@RK3288_PD_VIDEO {
988963 reg = <RK3288_PD_VIDEO>;
989964 clocks = <&cru ACLK_VCODEC>,
990965 <&cru HCLK_VCODEC>;
....@@ -995,7 +970,7 @@
995970 * Note: ACLK_GPU is the GPU clock,
996971 * and on the ACLK_GPU_NIU (NOC).
997972 */
998
- pd_gpu@RK3288_PD_GPU {
973
+ power-domain@RK3288_PD_GPU {
999974 reg = <RK3288_PD_GPU>;
1000975 clocks = <&cru ACLK_GPU>;
1001976 pm_qos = <&qos_gpu_r>,
....@@ -1003,7 +978,7 @@
1003978 };
1004979 };
1005980
1006
- reboot_mode: reboot-mode {
981
+ reboot-mode {
1007982 compatible = "syscon-reboot-mode";
1008983 offset = <0x94>;
1009984 mode-normal = <BOOT_NORMAL>;
....@@ -1025,35 +1000,39 @@
10251000 rockchip,grf = <&grf>;
10261001 #clock-cells = <1>;
10271002 #reset-cells = <1>;
1028
- assigned-clocks =
1029
- <&cru PLL_GPLL>, <&cru PLL_NPLL>,
1030
- <&cru ACLK_CPU>, <&cru HCLK_CPU>,
1031
- <&cru PCLK_CPU>, <&cru ACLK_PERI>,
1032
- <&cru HCLK_PERI>, <&cru PCLK_PERI>,
1033
- <&cru ACLK_VIO0>, <&cru ACLK_VIO1>,
1034
- <&cru ACLK_GPU>;
1035
- assigned-clock-rates =
1036
- <594000000>, <500000000>,
1037
- <300000000>, <150000000>,
1038
- <75000000>, <300000000>,
1039
- <150000000>, <75000000>,
1040
- <594000000>, <297000000>,
1041
- <200000000>;
1003
+ assigned-clocks = <&cru PLL_GPLL>, <&cru PLL_NPLL>,
1004
+ <&cru ACLK_CPU>, <&cru HCLK_CPU>,
1005
+ <&cru PCLK_CPU>, <&cru ACLK_PERI>,
1006
+ <&cru HCLK_PERI>, <&cru PCLK_PERI>,
1007
+ <&cru ACLK_VIO0>, <&cru ACLK_VIO1>;
1008
+ assigned-clock-rates = <594000000>, <500000000>,
1009
+ <300000000>, <150000000>,
1010
+ <75000000>, <300000000>,
1011
+ <150000000>, <75000000>,
1012
+ <594000000>, <297000000>;
10421013 };
10431014
10441015 grf: syscon@ff770000 {
10451016 compatible = "rockchip,rk3288-grf", "syscon", "simple-mfd";
10461017 reg = <0x0 0xff770000 0x0 0x1000>;
10471018
1048
- mipi_phy_rx0: mipi-phy-rx0 {
1049
- compatible = "rockchip,rk3288-mipi-dphy";
1050
- clocks = <&cru SCLK_MIPIDSI_24M>, <&cru PCLK_MIPI_CSI>;
1051
- clock-names = "dphy-ref", "pclk";
1019
+ edp_phy: edp-phy {
1020
+ compatible = "rockchip,rk3288-dp-phy";
1021
+ clocks = <&cru SCLK_EDP_24M>;
1022
+ clock-names = "24m";
1023
+ #phy-cells = <0>;
10521024 status = "disabled";
10531025 };
10541026
10551027 io_domains: io-domains {
10561028 compatible = "rockchip,rk3288-io-voltage-domain";
1029
+ status = "disabled";
1030
+ };
1031
+
1032
+ mipi_phy_rx0: mipi-phy-rx0 {
1033
+ compatible = "rockchip,rk3288-mipi-dphy";
1034
+ clocks = <&cru SCLK_MIPIDSI_24M>, <&cru PCLK_MIPI_CSI>;
1035
+ clock-names = "dphy-ref", "pclk";
10571036 status = "disabled";
10581037 };
10591038
....@@ -1140,6 +1119,8 @@
11401119 clocks = <&cru SCLK_OTGPHY1>;
11411120 clock-names = "phyclk";
11421121 #clock-cells = <0>;
1122
+ resets = <&cru SRST_USBHOST0_PHY>;
1123
+ reset-names = "phy-reset";
11431124 };
11441125
11451126 usbphy2: usb-phy@348 {
....@@ -1188,8 +1169,8 @@
11881169 compatible = "rockchip,rk3288-spdif", "rockchip,rk3066-spdif";
11891170 reg = <0x0 0xff880000 0x0 0x10000>;
11901171 #sound-dai-cells = <0>;
1191
- clock-names = "hclk", "mclk";
1192
- clocks = <&cru HCLK_SPDIF>, <&cru SCLK_SPDIF>;
1172
+ clocks = <&cru SCLK_SPDIF>, <&cru HCLK_SPDIF>;
1173
+ clock-names = "mclk", "hclk";
11931174 dmas = <&dmac_bus_s 2>;
11941175 dma-names = "tx";
11951176 interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>;
....@@ -1204,14 +1185,12 @@
12041185 reg = <0x0 0xff890000 0x0 0x10000>;
12051186 #sound-dai-cells = <0>;
12061187 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
1207
- #address-cells = <1>;
1208
- #size-cells = <0>;
1209
- dmas = <&dmac_bus_s 0>, <&dmac_bus_s 1>;
1210
- dma-names = "tx", "rx";
1211
- clock-names = "i2s_hclk", "i2s_clk";
1212
- clocks = <&cru HCLK_I2S0>, <&cru SCLK_I2S0>;
1188
+ clocks = <&cru SCLK_I2S0>, <&cru HCLK_I2S0>;
1189
+ clock-names = "i2s_clk", "i2s_hclk";
12131190 assigned-clocks = <&cru SCLK_I2S_SRC>;
12141191 assigned-clock-parents = <&cru PLL_GPLL>;
1192
+ dmas = <&dmac_bus_s 0>, <&dmac_bus_s 1>;
1193
+ dma-names = "tx", "rx";
12151194 pinctrl-names = "default";
12161195 pinctrl-0 = <&i2s0_bus>;
12171196 resets = <&cru SRST_I2S0>;
....@@ -1231,7 +1210,7 @@
12311210 status = "disabled";
12321211 };
12331212
1234
- crypto: cypto-controller@ff8a0000 {
1213
+ crypto: crypto@ff8a0000 {
12351214 compatible = "rockchip,rk3288-crypto";
12361215 reg = <0x0 0xff8a0000 0x0 0x4000>;
12371216 interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
....@@ -1247,8 +1226,8 @@
12471226 compatible = "rockchip,rk3288-spdif", "rockchip,rk3066-spdif";
12481227 reg = <0x0 0xff8b0000 0x0 0x10000>;
12491228 #sound-dai-cells = <0>;
1250
- clock-names = "hclk", "mclk";
1251
- clocks = <&cru HCLK_SPDIF8CH>, <&cru SCLK_SPDIF8CH>;
1229
+ clocks = <&cru SCLK_SPDIF8CH>, <&cru HCLK_SPDIF8CH>;
1230
+ clock-names = "mclk", "hclk";
12521231 dmas = <&dmac_bus_s 3>;
12531232 dma-names = "tx";
12541233 interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>;
....@@ -1280,29 +1259,6 @@
12801259 clocks = <&cru ACLK_IEP>, <&cru HCLK_IEP>;
12811260 clock-names = "aclk", "iface";
12821261 #iommu-cells = <0>;
1283
- status = "disabled";
1284
- };
1285
-
1286
- cif_isp0: cif_isp@ff910000 {
1287
- compatible = "rockchip,rk3288-cif-isp";
1288
- rockchip,grf = <&grf>;
1289
- reg = <0x0 0xff910000 0x0 0x4000>, <0x0 0xff968000 0x0 0x4000>;
1290
- reg-names = "register", "csihost-register";
1291
- clocks = <&cru ACLK_ISP>, <&cru HCLK_ISP>,
1292
- <&cru SCLK_ISP>, <&cru SCLK_ISP_JPE>,
1293
- <&cru PCLK_MIPI_CSI>, <&cru PCLK_ISP_IN>,
1294
- <&cru SCLK_MIPIDSI_24M>;
1295
- clock-names = "aclk_isp", "hclk_isp",
1296
- "sclk_isp", "sclk_isp_jpe",
1297
- "pclk_mipi_csi", "pclk_isp_in",
1298
- "sclk_mipidsi_24m";
1299
- resets = <&cru SRST_ISP>;
1300
- reset-names = "rst_isp";
1301
- interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
1302
- interrupt-names = "cif_isp10_irq";
1303
- power-domains = <&power RK3288_PD_VIO>;
1304
- rockchip,isp,iommu-enable = <1>;
1305
- iommus = <&isp_mmu>;
13061262 status = "disabled";
13071263 };
13081264
....@@ -1420,14 +1376,14 @@
14201376 remote-endpoint = <&dsi0_in_vopb>;
14211377 };
14221378
1423
- vopb_out_lvds: endpoint@3 {
1379
+ vopb_out_dsi1: endpoint@3 {
14241380 reg = <3>;
1425
- remote-endpoint = <&lvds_in_vopb>;
1381
+ remote-endpoint = <&dsi1_in_vopb>;
14261382 };
14271383
1428
- vopb_out_dsi1: endpoint@4 {
1384
+ vopb_out_lvds: endpoint@4 {
14291385 reg = <4>;
1430
- remote-endpoint = <&dsi1_in_vopb>;
1386
+ remote-endpoint = <&lvds_in_vopb>;
14311387 };
14321388
14331389 vopb_out_rgb: endpoint@5 {
....@@ -1482,14 +1438,14 @@
14821438 remote-endpoint = <&dsi0_in_vopl>;
14831439 };
14841440
1485
- vopl_out_lvds: endpoint@3 {
1441
+ vopl_out_dsi1: endpoint@3 {
14861442 reg = <3>;
1487
- remote-endpoint = <&lvds_in_vopl>;
1443
+ remote-endpoint = <&dsi1_in_vopl>;
14881444 };
14891445
1490
- vopl_out_dsi1: endpoint@4 {
1446
+ vopl_out_lvds: endpoint@4 {
14911447 reg = <4>;
1492
- remote-endpoint = <&dsi1_in_vopl>;
1448
+ remote-endpoint = <&lvds_in_vopl>;
14931449 };
14941450
14951451 vopl_out_rgb: endpoint@5 {
....@@ -1606,7 +1562,7 @@
16061562 status = "disabled";
16071563 };
16081564
1609
- edp: edp@ff970000 {
1565
+ edp: dp@ff970000 {
16101566 compatible = "rockchip,rk3288-dp";
16111567 reg = <0x0 0xff970000 0x0 0x4000>;
16121568 interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
....@@ -1624,17 +1580,14 @@
16241580 ports {
16251581 #address-cells = <1>;
16261582 #size-cells = <0>;
1627
-
1628
- port@0 {
1583
+ edp_in: port@0 {
16291584 reg = <0>;
16301585 #address-cells = <1>;
16311586 #size-cells = <0>;
1632
-
16331587 edp_in_vopb: endpoint@0 {
16341588 reg = <0>;
16351589 remote-endpoint = <&vopb_out_edp>;
16361590 };
1637
-
16381591 edp_in_vopl: endpoint@1 {
16391592 reg = <1>;
16401593 remote-endpoint = <&vopl_out_edp>;
....@@ -1649,8 +1602,7 @@
16491602 reg-io-width = <4>;
16501603 #sound-dai-cells = <0>;
16511604 rockchip,grf = <&grf>;
1652
- interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>;
1653
- interrupt-names = "hdmi", "hdmi_wakeup";
1605
+ interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
16541606 clocks = <&cru PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_HDCP>, <&cru SCLK_HDMI_CEC>;
16551607 clock-names = "iahb", "isfr", "cec";
16561608 pinctrl-names = "default", "sleep";
....@@ -1674,6 +1626,19 @@
16741626 };
16751627 };
16761628 };
1629
+ };
1630
+
1631
+ vpu: video-codec@ff9a0000 {
1632
+ compatible = "rockchip,rk3288-vpu";
1633
+ reg = <0x0 0xff9a0000 0x0 0x800>;
1634
+ interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
1635
+ <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
1636
+ interrupt-names = "vepu", "vdpu";
1637
+ clocks = <&cru ACLK_VCODEC>, <&cru HCLK_VCODEC>;
1638
+ clock-names = "aclk", "hclk";
1639
+ iommus = <&vpu_mmu>;
1640
+ power-domains = <&power RK3288_PD_VIDEO>;
1641
+ status = "disabled";
16771642 };
16781643
16791644 mpp_srv: mpp-srv {
....@@ -1730,8 +1695,8 @@
17301695 interrupt-names = "vpu_mmu";
17311696 clocks = <&cru ACLK_VCODEC>, <&cru HCLK_VCODEC>;
17321697 clock-names = "aclk", "iface";
1733
- power-domains = <&power RK3288_PD_VIDEO>;
17341698 #iommu-cells = <0>;
1699
+ power-domains = <&power RK3288_PD_VIDEO>;
17351700 status = "disabled";
17361701 };
17371702
....@@ -1771,8 +1736,7 @@
17711736
17721737 hevc_mmu: iommu@ff9c0440 {
17731738 compatible = "rockchip,iommu";
1774
- reg = <0x0 0xff9c0440 0x0 0x40>,
1775
- <0x0 0xff9c0480 0x0 0x40>;
1739
+ reg = <0x0 0xff9c0440 0x0 0x40>, <0x0 0xff9c0480 0x0 0x40>;
17761740 interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
17771741 interrupt-names = "hevc_mmu";
17781742 clocks = <&cru ACLK_HEVC>, <&cru HCLK_HEVC>;
....@@ -1783,15 +1747,14 @@
17831747 };
17841748
17851749 gpu: gpu@ffa30000 {
1786
- compatible = "arm,malit764",
1787
- "arm,malit76x",
1788
- "arm,malit7xx",
1750
+ compatible = "rockchip,rk3288-mali", "arm,mali-t760",
1751
+ "arm,malit764", "arm,malit76x", "arm,malit7xx",
17891752 "arm,mali-midgard";
17901753 reg = <0x0 0xffa30000 0x0 0x10000>;
17911754 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>,
17921755 <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
17931756 <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
1794
- interrupt-names = "JOB", "MMU", "GPU";
1757
+ interrupt-names = "job", "mmu", "gpu";
17951758 clocks = <&cru ACLK_GPU>;
17961759 clock-names = "clk_mali";
17971760 operating-points-v2 = <&gpu_opp_table>;
....@@ -1811,7 +1774,7 @@
18111774 };
18121775 };
18131776
1814
- gpu_opp_table: opp-table1 {
1777
+ gpu_opp_table: gpu-opp-table {
18151778 compatible = "operating-points-v2";
18161779
18171780 clocks = <&cru PLL_GPLL>;
....@@ -1824,6 +1787,10 @@
18241787 3 61
18251788 >;
18261789
1790
+ opp-100000000 {
1791
+ opp-hz = /bits/ 64 <100000000>;
1792
+ opp-microvolt = <950000>;
1793
+ };
18271794 opp-200000000 {
18281795 opp-hz = /bits/ 64 <200000000>;
18291796 opp-microvolt = <950000>;
....@@ -1836,54 +1803,84 @@
18361803 opp-hz = /bits/ 64 <420000000>;
18371804 opp-microvolt = <1100000>;
18381805 };
1839
- opp-500000000 {
1840
- opp-hz = /bits/ 64 <500000000>;
1841
- opp-microvolt = <1200000>;
1806
+ opp-600000000 {
1807
+ opp-hz = /bits/ 64 <600000000>;
1808
+ opp-microvolt = <1250000>;
18421809 };
18431810 };
18441811
1845
- noc: syscon@ffac0000 {
1846
- compatible = "rockchip,rk3288-noc", "syscon";
1847
- reg = <0x0 0xffac0000 0x0 0x2000>;
1812
+ qos_gpu_r: qos@ffaa0000 {
1813
+ compatible = "syscon";
1814
+ reg = <0x0 0xffaa0000 0x0 0x20>;
18481815 };
18491816
1850
- nocp_core: nocp-core@ffac0400 {
1851
- compatible = "rockchip,rk3288-nocp";
1852
- reg = <0x0 0xffac0400 0x0 0x400>;
1817
+ qos_gpu_w: qos@ffaa0080 {
1818
+ compatible = "syscon";
1819
+ reg = <0x0 0xffaa0080 0x0 0x20>;
18531820 };
18541821
1855
- nocp_gpu: nocp-gpu@ffac0800 {
1856
- compatible = "rockchip,rk3288-nocp";
1857
- reg = <0x0 0xffac0800 0x0 0x400>;
1822
+ qos_vio1_vop: qos@ffad0000 {
1823
+ compatible = "syscon";
1824
+ reg = <0x0 0xffad0000 0x0 0x20>;
18581825 };
18591826
1860
- nocp_peri: nocp-peri@ffac0c00 {
1861
- compatible = "rockchip,rk3288-nocp";
1862
- reg = <0x0 0xffac0c00 0x0 0x400>;
1827
+ qos_vio1_isp_w0: qos@ffad0100 {
1828
+ compatible = "syscon";
1829
+ reg = <0x0 0xffad0100 0x0 0x20>;
18631830 };
18641831
1865
- nocp_vpu: nocp-vpu@ffac1000 {
1866
- compatible = "rockchip,rk3288-nocp";
1867
- reg = <0x0 0xffac1000 0x0 0x400>;
1832
+ qos_vio1_isp_w1: qos@ffad0180 {
1833
+ compatible = "syscon";
1834
+ reg = <0x0 0xffad0180 0x0 0x20>;
18681835 };
18691836
1870
- nocp_vio0: nocp-vio0@ffac1400 {
1871
- compatible = "rockchip,rk3288-nocp";
1872
- reg = <0x0 0xffac1400 0x0 0x400>;
1837
+ qos_vio0_vop: qos@ffad0400 {
1838
+ compatible = "syscon";
1839
+ reg = <0x0 0xffad0400 0x0 0x20>;
18731840 };
18741841
1875
- nocp_vio1: nocp-vio1@ffac1800 {
1876
- compatible = "rockchip,rk3288-nocp";
1877
- reg = <0x0 0xffac1800 0x0 0x400>;
1842
+ qos_vio0_vip: qos@ffad0480 {
1843
+ compatible = "syscon";
1844
+ reg = <0x0 0xffad0480 0x0 0x20>;
18781845 };
18791846
1880
- nocp_vio2: nocp-vio2@ffac1c00 {
1881
- compatible = "rockchip,rk3288-nocp";
1882
- reg = <0x0 0xffac1c00 0x0 0x400>;
1847
+ qos_vio0_iep: qos@ffad0500 {
1848
+ compatible = "syscon";
1849
+ reg = <0x0 0xffad0500 0x0 0x20>;
1850
+ };
1851
+
1852
+ qos_vio2_rga_r: qos@ffad0800 {
1853
+ compatible = "syscon";
1854
+ reg = <0x0 0xffad0800 0x0 0x20>;
1855
+ };
1856
+
1857
+ qos_vio2_rga_w: qos@ffad0880 {
1858
+ compatible = "syscon";
1859
+ reg = <0x0 0xffad0880 0x0 0x20>;
1860
+ };
1861
+
1862
+ qos_vio1_isp_r: qos@ffad0900 {
1863
+ compatible = "syscon";
1864
+ reg = <0x0 0xffad0900 0x0 0x20>;
1865
+ };
1866
+
1867
+ qos_video: qos@ffae0000 {
1868
+ compatible = "syscon";
1869
+ reg = <0x0 0xffae0000 0x0 0x20>;
1870
+ };
1871
+
1872
+ qos_hevc_r: qos@ffaf0000 {
1873
+ compatible = "syscon";
1874
+ reg = <0x0 0xffaf0000 0x0 0x20>;
1875
+ };
1876
+
1877
+ qos_hevc_w: qos@ffaf0080 {
1878
+ compatible = "syscon";
1879
+ reg = <0x0 0xffaf0080 0x0 0x20>;
18831880 };
18841881
18851882 efuse: efuse@ffb40000 {
1886
- compatible = "rockchip,rockchip-efuse";
1883
+ compatible = "rockchip,rk3288-efuse";
18871884 reg = <0x0 0xffb40000 0x0 0x20>;
18881885 #address-cells = <1>;
18891886 #size-cells = <1>;
....@@ -1902,10 +1899,10 @@
19021899 reg = <0x6 0x1>;
19031900 bits = <0 4>;
19041901 };
1905
- efuse_id: id@7 {
1906
- reg = <0x7 0x10>;
1902
+ cpu_id: cpu-id@7 {
1903
+ reg = <0x07 0x10>;
19071904 };
1908
- cpu_leakage: cpu-leakage@17 {
1905
+ cpu_leakage: cpu_leakage@17 {
19091906 reg = <0x17 0x1>;
19101907 };
19111908 performance_w: performance@1c {
....@@ -1933,6 +1930,30 @@
19331930
19341931 rockchip_system_monitor: rockchip-system-monitor {
19351932 compatible = "rockchip,system-monitor";
1933
+ };
1934
+
1935
+ rockchip_suspend: rockchip-suspend {
1936
+ compatible = "rockchip,pm-rk3288";
1937
+ status = "disabled";
1938
+ rockchip,sleep-mode-config = <
1939
+ (0
1940
+ |RKPM_CTR_PWR_DMNS
1941
+ |RKPM_CTR_GTCLKS
1942
+ |RKPM_CTR_PLLS
1943
+ |RKPM_CTR_ARMOFF_LPMD
1944
+ |RKPM_CTR_SYSCLK_OSC_DIS
1945
+ )
1946
+ >;
1947
+ rockchip,wakeup-config = <
1948
+ (0
1949
+ | RKPM_GPIO_WKUP_EN
1950
+ )
1951
+ >;
1952
+ rockchip,pwm-regulator-config = <
1953
+ (0
1954
+ | PWM2_REGULATOR_EN
1955
+ )
1956
+ >;
19361957 };
19371958
19381959 pinctrl: pinctrl {
....@@ -2060,616 +2081,11 @@
20602081 #interrupt-cells = <2>;
20612082 };
20622083
2063
- hdmi {
2064
- hdmi_gpio: hdmi-gpio {
2065
- rockchip,pins = <7 RK_PC3 RK_FUNC_GPIO
2066
- &pcfg_pull_none>,
2067
- <7 RK_PC4 RK_FUNC_GPIO
2068
- &pcfg_pull_none>;
2069
- };
2070
-
2071
- hdmi_cec: hdmi-cec {
2072
- rockchip,pins = <7 RK_PC0 2 &pcfg_pull_none>;
2073
- };
2074
-
2075
- hdmi_ddc: hdmi-ddc {
2076
- rockchip,pins = <7 RK_PC3 2 &pcfg_pull_none>,
2077
- <7 RK_PC4 2 &pcfg_pull_none>;
2078
- };
2079
- };
2080
-
2081
- pcfg_pull_up: pcfg-pull-up {
2082
- bias-pull-up;
2083
- };
2084
-
2085
- pcfg_pull_down: pcfg-pull-down {
2086
- bias-pull-down;
2087
- };
2088
-
2089
- pcfg_pull_none: pcfg-pull-none {
2090
- bias-disable;
2091
- };
2092
-
20932084 pcfg_pull_none_12ma: pcfg-pull-none-12ma {
20942085 bias-disable;
20952086 drive-strength = <12>;
20962087 };
2097
-
2098
- suspend {
2099
- global_pwroff: global-pwroff {
2100
- rockchip,pins = <0 RK_PA0 1 &pcfg_pull_none>;
2101
- };
2102
-
2103
- ddrio_pwroff: ddrio-pwroff {
2104
- rockchip,pins = <0 RK_PA1 1 &pcfg_pull_none>;
2105
- };
2106
-
2107
- ddr0_retention: ddr0-retention {
2108
- rockchip,pins = <0 RK_PA2 1 &pcfg_pull_up>;
2109
- };
2110
-
2111
- ddr1_retention: ddr1-retention {
2112
- rockchip,pins = <0 RK_PA3 1 &pcfg_pull_up>;
2113
- };
2114
- };
2115
-
2116
- edp {
2117
- edp_hpd: edp-hpd {
2118
- rockchip,pins = <7 RK_PB3 2 &pcfg_pull_down>;
2119
- };
2120
- };
2121
-
2122
- i2c0 {
2123
- i2c0_xfer: i2c0-xfer {
2124
- rockchip,pins = <0 RK_PB7 1 &pcfg_pull_none>,
2125
- <0 RK_PC0 1 &pcfg_pull_none>;
2126
- };
2127
- };
2128
-
2129
- i2c1 {
2130
- i2c1_xfer: i2c1-xfer {
2131
- rockchip,pins = <8 RK_PA4 1 &pcfg_pull_none>,
2132
- <8 RK_PA5 1 &pcfg_pull_none>;
2133
- };
2134
- };
2135
-
2136
- i2c2 {
2137
- i2c2_xfer: i2c2-xfer {
2138
- rockchip,pins = <6 RK_PB1 1 &pcfg_pull_none>,
2139
- <6 RK_PB2 1 &pcfg_pull_none>;
2140
- };
2141
- };
2142
-
2143
- i2c3 {
2144
- i2c3_xfer: i2c3-xfer {
2145
- rockchip,pins = <2 RK_PC0 1 &pcfg_pull_none>,
2146
- <2 RK_PC1 1 &pcfg_pull_none>;
2147
- };
2148
- };
2149
-
2150
- i2c4 {
2151
- i2c4_xfer: i2c4-xfer {
2152
- rockchip,pins = <7 RK_PC1 1 &pcfg_pull_none>,
2153
- <7 RK_PC2 1 &pcfg_pull_none>;
2154
- };
2155
- };
2156
-
2157
- i2c5 {
2158
- i2c5_xfer: i2c5-xfer {
2159
- rockchip,pins = <7 RK_PC3 1 &pcfg_pull_none>,
2160
- <7 RK_PC4 1 &pcfg_pull_none>;
2161
- };
2162
- };
2163
-
2164
- i2s0 {
2165
- i2s0_bus: i2s0-bus {
2166
- rockchip,pins = <6 RK_PA0 1 &pcfg_pull_none>,
2167
- <6 RK_PA1 1 &pcfg_pull_none>,
2168
- <6 RK_PA2 1 &pcfg_pull_none>,
2169
- <6 RK_PA3 1 &pcfg_pull_none>,
2170
- <6 RK_PA4 1 &pcfg_pull_none>;
2171
- };
2172
-
2173
- i2s0_mclk: i2s0-mclk {
2174
- rockchip,pins = <6 RK_PB0 1 &pcfg_pull_none>;
2175
- };
2176
- };
2177
-
2178
- lcdc {
2179
- lcdc_rgb_pins: lcdc-rgb-pins {
2180
- rockchip,pins = <1 RK_PD3 1 &pcfg_pull_none>, /* LCDC_DCLK */
2181
- <1 RK_PD2 1 &pcfg_pull_none>, /* LCDC_DEN */
2182
- <1 RK_PD1 1 &pcfg_pull_none>, /* LCDC_VSYNC */
2183
- <1 RK_PD0 1 &pcfg_pull_none>; /* LCDC_HSYNC */
2184
- };
2185
-
2186
- lcdc_sleep_pins: lcdc-sleep-pins {
2187
- rockchip,pins = <1 RK_PD3 RK_FUNC_GPIO &pcfg_pull_none>, /* LCDC_DCLK */
2188
- <1 RK_PD2 RK_FUNC_GPIO &pcfg_pull_none>, /* LCDC_DEN */
2189
- <1 RK_PD1 RK_FUNC_GPIO &pcfg_pull_none>, /* LCDC_VSYNC */
2190
- <1 RK_PD0 RK_FUNC_GPIO &pcfg_pull_none>; /* LCDC_HSYNC */
2191
- };
2192
- };
2193
-
2194
- sdmmc {
2195
- sdmmc_clk: sdmmc-clk {
2196
- rockchip,pins = <6 RK_PC4 1 &pcfg_pull_none>;
2197
- };
2198
-
2199
- sdmmc_cmd: sdmmc-cmd {
2200
- rockchip,pins = <6 RK_PC5 1 &pcfg_pull_up>;
2201
- };
2202
-
2203
- sdmmc_cd: sdmmc-cd {
2204
- rockchip,pins = <6 RK_PC6 1 &pcfg_pull_up>;
2205
- };
2206
-
2207
- sdmmc_bus1: sdmmc-bus1 {
2208
- rockchip,pins = <6 RK_PC0 1 &pcfg_pull_up>;
2209
- };
2210
-
2211
- sdmmc_bus4: sdmmc-bus4 {
2212
- rockchip,pins = <6 RK_PC0 1 &pcfg_pull_up>,
2213
- <6 RK_PC1 1 &pcfg_pull_up>,
2214
- <6 RK_PC2 1 &pcfg_pull_up>,
2215
- <6 RK_PC3 1 &pcfg_pull_up>;
2216
- };
2217
- };
2218
-
2219
- sdio0 {
2220
- sdio0_bus1: sdio0-bus1 {
2221
- rockchip,pins = <4 RK_PC4 1 &pcfg_pull_up>;
2222
- };
2223
-
2224
- sdio0_bus4: sdio0-bus4 {
2225
- rockchip,pins = <4 RK_PC4 1 &pcfg_pull_up>,
2226
- <4 RK_PC5 1 &pcfg_pull_up>,
2227
- <4 RK_PC6 1 &pcfg_pull_up>,
2228
- <4 RK_PC7 1 &pcfg_pull_up>;
2229
- };
2230
-
2231
- sdio0_cmd: sdio0-cmd {
2232
- rockchip,pins = <4 RK_PD0 1 &pcfg_pull_up>;
2233
- };
2234
-
2235
- sdio0_clk: sdio0-clk {
2236
- rockchip,pins = <4 RK_PD1 1 &pcfg_pull_none>;
2237
- };
2238
-
2239
- sdio0_cd: sdio0-cd {
2240
- rockchip,pins = <4 RK_PD2 1 &pcfg_pull_up>;
2241
- };
2242
-
2243
- sdio0_wp: sdio0-wp {
2244
- rockchip,pins = <4 RK_PD3 1 &pcfg_pull_up>;
2245
- };
2246
-
2247
- sdio0_pwr: sdio0-pwr {
2248
- rockchip,pins = <4 RK_PD4 1 &pcfg_pull_up>;
2249
- };
2250
-
2251
- sdio0_bkpwr: sdio0-bkpwr {
2252
- rockchip,pins = <4 RK_PD5 1 &pcfg_pull_up>;
2253
- };
2254
-
2255
- sdio0_int: sdio0-int {
2256
- rockchip,pins = <4 RK_PD6 1 &pcfg_pull_up>;
2257
- };
2258
- };
2259
-
2260
- sdio1 {
2261
- sdio1_bus1: sdio1-bus1 {
2262
- rockchip,pins = <3 RK_PD0 4 &pcfg_pull_up>;
2263
- };
2264
-
2265
- sdio1_bus4: sdio1-bus4 {
2266
- rockchip,pins = <3 RK_PD0 4 &pcfg_pull_up>,
2267
- <3 RK_PD1 4 &pcfg_pull_up>,
2268
- <3 RK_PD2 4 &pcfg_pull_up>,
2269
- <3 RK_PD3 4 &pcfg_pull_up>;
2270
- };
2271
-
2272
- sdio1_cd: sdio1-cd {
2273
- rockchip,pins = <3 RK_PD4 4 &pcfg_pull_up>;
2274
- };
2275
-
2276
- sdio1_wp: sdio1-wp {
2277
- rockchip,pins = <3 RK_PD5 4 &pcfg_pull_up>;
2278
- };
2279
-
2280
- sdio1_bkpwr: sdio1-bkpwr {
2281
- rockchip,pins = <3 RK_PD6 4 &pcfg_pull_up>;
2282
- };
2283
-
2284
- sdio1_int: sdio1-int {
2285
- rockchip,pins = <3 RK_PD7 4 &pcfg_pull_up>;
2286
- };
2287
-
2288
- sdio1_cmd: sdio1-cmd {
2289
- rockchip,pins = <4 RK_PA6 4 &pcfg_pull_up>;
2290
- };
2291
-
2292
- sdio1_clk: sdio1-clk {
2293
- rockchip,pins = <4 RK_PA7 4 &pcfg_pull_none>;
2294
- };
2295
-
2296
- sdio1_pwr: sdio1-pwr {
2297
- rockchip,pins = <4 RK_PB1 4 &pcfg_pull_up>;
2298
- };
2299
- };
2300
-
2301
- emmc {
2302
- emmc_clk: emmc-clk {
2303
- rockchip,pins = <3 RK_PC2 2 &pcfg_pull_none>;
2304
- };
2305
-
2306
- emmc_cmd: emmc-cmd {
2307
- rockchip,pins = <3 RK_PC0 2 &pcfg_pull_up>;
2308
- };
2309
-
2310
- emmc_pwr: emmc-pwr {
2311
- rockchip,pins = <3 RK_PB1 2 &pcfg_pull_up>;
2312
- };
2313
-
2314
- emmc_bus1: emmc-bus1 {
2315
- rockchip,pins = <3 RK_PA0 2 &pcfg_pull_up>;
2316
- };
2317
-
2318
- emmc_bus4: emmc-bus4 {
2319
- rockchip,pins = <3 RK_PA0 2 &pcfg_pull_up>,
2320
- <3 RK_PA1 2 &pcfg_pull_up>,
2321
- <3 RK_PA2 2 &pcfg_pull_up>,
2322
- <3 RK_PA3 2 &pcfg_pull_up>;
2323
- };
2324
-
2325
- emmc_bus8: emmc-bus8 {
2326
- rockchip,pins = <3 RK_PA0 2 &pcfg_pull_up>,
2327
- <3 RK_PA1 2 &pcfg_pull_up>,
2328
- <3 RK_PA2 2 &pcfg_pull_up>,
2329
- <3 RK_PA3 2 &pcfg_pull_up>,
2330
- <3 RK_PA4 2 &pcfg_pull_up>,
2331
- <3 RK_PA5 2 &pcfg_pull_up>,
2332
- <3 RK_PA6 2 &pcfg_pull_up>,
2333
- <3 RK_PA7 2 &pcfg_pull_up>;
2334
- };
2335
- };
2336
-
2337
- spi0 {
2338
- spi0_clk: spi0-clk {
2339
- rockchip,pins = <5 RK_PB4 1 &pcfg_pull_up>;
2340
- };
2341
- spi0_cs0: spi0-cs0 {
2342
- rockchip,pins = <5 RK_PB5 1 &pcfg_pull_up>;
2343
- };
2344
- spi0_tx: spi0-tx {
2345
- rockchip,pins = <5 RK_PB6 1 &pcfg_pull_up>;
2346
- };
2347
- spi0_rx: spi0-rx {
2348
- rockchip,pins = <5 RK_PB7 1 &pcfg_pull_up>;
2349
- };
2350
- spi0_cs1: spi0-cs1 {
2351
- rockchip,pins = <5 RK_PC0 1 &pcfg_pull_up>;
2352
- };
2353
- };
2354
- spi1 {
2355
- spi1_clk: spi1-clk {
2356
- rockchip,pins = <7 RK_PB4 2 &pcfg_pull_up>;
2357
- };
2358
- spi1_cs0: spi1-cs0 {
2359
- rockchip,pins = <7 RK_PB5 2 &pcfg_pull_up>;
2360
- };
2361
- spi1_rx: spi1-rx {
2362
- rockchip,pins = <7 RK_PB6 2 &pcfg_pull_up>;
2363
- };
2364
- spi1_tx: spi1-tx {
2365
- rockchip,pins = <7 RK_PB7 2 &pcfg_pull_up>;
2366
- };
2367
- };
2368
-
2369
- spi2 {
2370
- spi2_cs1: spi2-cs1 {
2371
- rockchip,pins = <8 RK_PA3 1 &pcfg_pull_up>;
2372
- };
2373
- spi2_clk: spi2-clk {
2374
- rockchip,pins = <8 RK_PA6 1 &pcfg_pull_up>;
2375
- };
2376
- spi2_cs0: spi2-cs0 {
2377
- rockchip,pins = <8 RK_PA7 1 &pcfg_pull_up>;
2378
- };
2379
- spi2_rx: spi2-rx {
2380
- rockchip,pins = <8 RK_PB0 1 &pcfg_pull_up>;
2381
- };
2382
- spi2_tx: spi2-tx {
2383
- rockchip,pins = <8 RK_PB1 1 &pcfg_pull_up>;
2384
- };
2385
- };
2386
-
2387
- uart0 {
2388
- uart0_xfer: uart0-xfer {
2389
- rockchip,pins = <4 RK_PC0 1 &pcfg_pull_up>,
2390
- <4 RK_PC1 1 &pcfg_pull_up>;
2391
- };
2392
-
2393
- uart0_cts: uart0-cts {
2394
- rockchip,pins = <4 RK_PC2 1 &pcfg_pull_up>;
2395
- };
2396
-
2397
- uart0_rts: uart0-rts {
2398
- rockchip,pins = <4 RK_PC3 1 &pcfg_pull_none>;
2399
- };
2400
- };
2401
-
2402
- uart1 {
2403
- uart1_xfer: uart1-xfer {
2404
- rockchip,pins = <5 RK_PB0 1 &pcfg_pull_up>,
2405
- <5 RK_PB1 1 &pcfg_pull_up>;
2406
- };
2407
-
2408
- uart1_cts: uart1-cts {
2409
- rockchip,pins = <5 RK_PB2 1 &pcfg_pull_up>;
2410
- };
2411
-
2412
- uart1_rts: uart1-rts {
2413
- rockchip,pins = <5 RK_PB3 1 &pcfg_pull_none>;
2414
- };
2415
- };
2416
-
2417
- uart2 {
2418
- uart2_xfer: uart2-xfer {
2419
- rockchip,pins = <7 RK_PC6 1 &pcfg_pull_up>,
2420
- <7 RK_PC7 1 &pcfg_pull_up>;
2421
- };
2422
- /* no rts / cts for uart2 */
2423
- };
2424
-
2425
- uart3 {
2426
- uart3_xfer: uart3-xfer {
2427
- rockchip,pins = <7 RK_PA7 1 &pcfg_pull_up>,
2428
- <7 RK_PB0 1 &pcfg_pull_up>;
2429
- };
2430
-
2431
- uart3_cts: uart3-cts {
2432
- rockchip,pins = <7 RK_PB1 1 &pcfg_pull_up>;
2433
- };
2434
-
2435
- uart3_rts: uart3-rts {
2436
- rockchip,pins = <7 RK_PB2 1 &pcfg_pull_none>;
2437
- };
2438
- };
2439
-
2440
- uart4 {
2441
- uart4_xfer: uart4-xfer {
2442
- rockchip,pins = <5 RK_PB7 3 &pcfg_pull_up>,
2443
- <5 RK_PB6 3 &pcfg_pull_up>;
2444
- };
2445
-
2446
- uart4_cts: uart4-cts {
2447
- rockchip,pins = <5 RK_PB4 3 &pcfg_pull_up>;
2448
- };
2449
-
2450
- uart4_rts: uart4-rts {
2451
- rockchip,pins = <5 RK_PB5 3 &pcfg_pull_none>;
2452
- };
2453
- };
2454
-
2455
- tsadc {
2456
- otp_gpio: otp-gpio {
2457
- rockchip,pins = <0 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>;
2458
- };
2459
-
2460
- otp_out: otp-out {
2461
- rockchip,pins = <0 RK_PB2 1 &pcfg_pull_none>;
2462
- };
2463
- };
2464
-
2465
- pwm0 {
2466
- pwm0_pin: pwm0-pin {
2467
- rockchip,pins = <7 RK_PA0 1 &pcfg_pull_none>;
2468
- };
2469
-
2470
- pwm0_pin_pull_down: pwm0-pin-pull-down {
2471
- rockchip,pins = <7 RK_PA0 1 &pcfg_pull_down>;
2472
- };
2473
-
2474
- };
2475
-
2476
- pwm1 {
2477
- pwm1_pin: pwm1-pin {
2478
- rockchip,pins = <7 RK_PA1 1 &pcfg_pull_none>;
2479
- };
2480
-
2481
- pwm1_pin_pull_down: pwm1-pin-pull-down {
2482
- rockchip,pins = <7 RK_PA1 1 &pcfg_pull_down>;
2483
- };
2484
- };
2485
-
2486
- pwm2 {
2487
- pwm2_pin: pwm2-pin {
2488
- rockchip,pins = <7 RK_PC6 3 &pcfg_pull_none>;
2489
- };
2490
-
2491
- pwm2_pin_pull_down: pwm2-pin-pull-down {
2492
- rockchip,pins = <7 RK_PC6 3 &pcfg_pull_down>;
2493
- };
2494
- };
2495
-
2496
- pwm3 {
2497
- pwm3_pin: pwm3-pin {
2498
- rockchip,pins = <7 RK_PC7 3 &pcfg_pull_none>;
2499
- };
2500
-
2501
- pwm3_pin_pull_down: pwm3-pin-pull-down {
2502
- rockchip,pins = <7 RK_PC7 3 &pcfg_pull_down>;
2503
- };
2504
- };
2505
-
2506
- gmac {
2507
- rgmii_pins: rgmii-pins {
2508
- rockchip,pins = <3 RK_PD6 3 &pcfg_pull_none>,
2509
- <3 RK_PD7 3 &pcfg_pull_none>,
2510
- <3 RK_PD2 3 &pcfg_pull_none>,
2511
- <3 RK_PD3 3 &pcfg_pull_none>,
2512
- <3 RK_PD4 3 &pcfg_pull_none_12ma>,
2513
- <3 RK_PD5 3 &pcfg_pull_none_12ma>,
2514
- <3 RK_PD0 3 &pcfg_pull_none_12ma>,
2515
- <3 RK_PD1 3 &pcfg_pull_none_12ma>,
2516
- <4 RK_PA0 3 &pcfg_pull_none>,
2517
- <4 RK_PA5 3 &pcfg_pull_none>,
2518
- <4 RK_PA6 3 &pcfg_pull_none>,
2519
- <4 RK_PB1 3 &pcfg_pull_none_12ma>,
2520
- <4 RK_PA4 3 &pcfg_pull_none_12ma>,
2521
- <4 RK_PA1 3 &pcfg_pull_none>,
2522
- <4 RK_PA3 3 &pcfg_pull_none>;
2523
- };
2524
-
2525
- rmii_pins: rmii-pins {
2526
- rockchip,pins = <3 RK_PD6 3 &pcfg_pull_none>,
2527
- <3 RK_PD7 3 &pcfg_pull_none>,
2528
- <3 RK_PD4 3 &pcfg_pull_none>,
2529
- <3 RK_PD5 3 &pcfg_pull_none>,
2530
- <4 RK_PA0 3 &pcfg_pull_none>,
2531
- <4 RK_PA5 3 &pcfg_pull_none>,
2532
- <4 RK_PA4 3 &pcfg_pull_none>,
2533
- <4 RK_PA1 3 &pcfg_pull_none>,
2534
- <4 RK_PA2 3 &pcfg_pull_none>,
2535
- <4 RK_PA3 3 &pcfg_pull_none>;
2536
- };
2537
- };
2538
-
2539
- spdif {
2540
- spdif_tx: spdif-tx {
2541
- rockchip,pins = <6 RK_PB3 1 &pcfg_pull_none>;
2542
- };
2543
- };
2544
-
2545
- isp_pin {
2546
- isp_mipi: isp-mipi {
2547
- rockchip,pins =
2548
- /* cif_clkout */
2549
- <2 RK_PB3 1 &pcfg_pull_none>;
2550
- };
2551
-
2552
- isp_dvp_d2d9: isp-d2d9 {
2553
- rockchip,pins =
2554
- /* cif_data2 ... cif_data9 */
2555
- <2 RK_PA0 1 &pcfg_pull_none>,
2556
- <2 RK_PA1 1 &pcfg_pull_none>,
2557
- <2 RK_PA2 1 &pcfg_pull_none>,
2558
- <2 RK_PA3 1 &pcfg_pull_none>,
2559
- <2 RK_PA4 1 &pcfg_pull_none>,
2560
- <2 RK_PA5 1 &pcfg_pull_none>,
2561
- <2 RK_PA6 1 &pcfg_pull_none>,
2562
- <2 RK_PA7 1 &pcfg_pull_none>,
2563
- /* cif_sync, cif_href */
2564
- <2 RK_PB0 1 &pcfg_pull_none>,
2565
- <2 RK_PB1 1 &pcfg_pull_none>,
2566
- /* cif_clkin */
2567
- <2 RK_PB2 1 &pcfg_pull_none>;
2568
- };
2569
-
2570
- isp_dvp_d0d1: isp-d0d1 {
2571
- rockchip,pins =
2572
- /* cif_data0, cif_data1 */
2573
- <2 RK_PB4 1 &pcfg_pull_none>,
2574
- <2 RK_PB5 1 &pcfg_pull_none>;
2575
- };
2576
-
2577
- isp_dvp_d10d11: isp-d10d11 {
2578
- rockchip,pins =
2579
- /* cif_data10, cif_data11 */
2580
- <2 RK_PB6 1 &pcfg_pull_none>,
2581
- <2 RK_PB7 1 &pcfg_pull_none>;
2582
- };
2583
-
2584
- isp_dvp_d0d7: isp-d0d7 {
2585
- rockchip,pins =
2586
- /* cif_data0 ... cif_data7 */
2587
- <2 RK_PB4 1 &pcfg_pull_none>,
2588
- <2 RK_PB5 1 &pcfg_pull_none>,
2589
- <2 RK_PA0 1 &pcfg_pull_none>,
2590
- <2 RK_PA1 1 &pcfg_pull_none>,
2591
- <2 RK_PA2 1 &pcfg_pull_none>,
2592
- <2 RK_PA3 1 &pcfg_pull_none>,
2593
- <2 RK_PA4 1 &pcfg_pull_none>,
2594
- <2 RK_PA5 1 &pcfg_pull_none>;
2595
- };
2596
-
2597
- isp_shutter: isp-shutter {
2598
- rockchip,pins =
2599
- /* SHUTTEREN, SHUTTERTRIG */
2600
- <7 RK_PB4 2 &pcfg_pull_none>,
2601
- <7 RK_PB7 2 &pcfg_pull_none>;
2602
- };
2603
-
2604
- isp_flash_trigger: isp-flash-trigger {
2605
- rockchip,pins =
2606
- /* ISP_FLASHTRIGOU */
2607
- <7 RK_PB5 2 &pcfg_pull_none>;
2608
- };
2609
-
2610
- isp_prelight: isp-prelight {
2611
- rockchip,pins =
2612
- /* ISP_PRELIGHTTRIG */
2613
- <7 RK_PB6 2 &pcfg_pull_none>;
2614
- };
2615
-
2616
- isp_flash_trigger_as_gpio: isp-flash-trigger-as-gpio {
2617
- rockchip,pins =
2618
- /* ISP_FLASHTRIGOU */
2619
- <7 RK_PB5 2 &pcfg_pull_none>;
2620
- };
2621
- };
2622
-
2623
- cif_pin {
2624
- cif_dvp_d0d1: cif-dvp-d0d1 {
2625
- rockchip,pins = <2 RK_PB4 1 &pcfg_pull_none>, /* cif_data0 */
2626
- <2 RK_PB5 1 &pcfg_pull_none>; /* cif_data1 */
2627
- };
2628
-
2629
- cif_dvp_d2d9: cif-dvp-d2d9 {
2630
- rockchip,pins = <2 RK_PA0 1 &pcfg_pull_none>, /* cif_data2 */
2631
- <2 RK_PA1 1 &pcfg_pull_none>, /* cif_data3 */
2632
- <2 RK_PA2 1 &pcfg_pull_none>, /* cif_data4 */
2633
- <2 RK_PA3 1 &pcfg_pull_none>, /* cif_data5 */
2634
- <2 RK_PA4 1 &pcfg_pull_none>, /* cif_data6 */
2635
- <2 RK_PA5 1 &pcfg_pull_none>, /* cif_data7 */
2636
- <2 RK_PA6 1 &pcfg_pull_none>, /* cif_data8 */
2637
- <2 RK_PA7 1 &pcfg_pull_none>, /* cif_data9 */
2638
- <2 RK_PB0 1 &pcfg_pull_none>, /* cif_sync */
2639
- <2 RK_PB1 1 &pcfg_pull_none>, /* cif_href */
2640
- <2 RK_PB2 1 &pcfg_pull_none>, /* cif_clkin */
2641
- <2 RK_PB3 1 &pcfg_pull_none>; /* cif_clkout */
2642
- };
2643
-
2644
- cif_dvp_d10d11: cif-dvp-d10d11 {
2645
- rockchip,pins = <2 RK_PB6 1 &pcfg_pull_none>, /* cif_data10 */
2646
- <2 RK_PB7 1 &pcfg_pull_none>; /* cif_data11 */
2647
- };
2648
- };
2649
-
2650
- };
2651
-
2652
- rockchip_suspend: rockchip-suspend {
2653
- compatible = "rockchip,pm-rk3288";
2654
- status = "disabled";
2655
- rockchip,sleep-mode-config = <
2656
- (0
2657
- |RKPM_CTR_PWR_DMNS
2658
- |RKPM_CTR_GTCLKS
2659
- |RKPM_CTR_PLLS
2660
- |RKPM_CTR_ARMOFF_LPMD
2661
- |RKPM_CTR_SYSCLK_OSC_DIS
2662
- )
2663
- >;
2664
- rockchip,wakeup-config = <
2665
- (0
2666
- | RKPM_GPIO_WKUP_EN
2667
- )
2668
- >;
2669
- rockchip,pwm-regulator-config = <
2670
- (0
2671
- | PWM2_REGULATOR_EN
2672
- )
2673
- >;
26742088 };
26752089 };
2090
+
2091
+#include "rk3288-pinctrl.dtsi"