rk: restore file mode
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / rk3188.dtsi
index 1c0eeac644b4079ceec984c1d13e8a898b75b961..e71892813580473a35ac8d0a4dcd727730f80ff5 100644 (file)
@@ -1,8 +1,11 @@
+#include <dt-bindings/clock/ddr.h>
+#include <dt-bindings/rkfb/rk_fb.h>
+#include <dt-bindings/suspend/rockchip-pm.h>
+#include <dt-bindings/sensor-dev.h>
 
 #include "skeleton.dtsi"
 #include "rk3188-pinctrl.dtsi"
-#include <dt-bindings/rkfb/rk_fb.h>
-
+#include "rk3188-clocks.dtsi"
 
 / {
        compatible = "rockchip,rk3188";
@@ -21,6 +24,8 @@
                i2c4 = &i2c4;
                lcdc0 = &lcdc0;
                lcdc1 = &lcdc1;
+               spi0 = &spi0;
+               spi1 = &spi1;
        };
 
        cpus {
                rockchip,aux-ctrl = <0x72000001 (~0x72000001)>;
        };
 
-       cpu_axi_bus: cpu_axi_bus@10128000 {
+       cpu_axi_bus: cpu_axi_bus {
                compatible = "rockchip,cpu_axi_bus";
-               reg = <0x10128000 0x8000>;
+               #address-cells = <1>;
+               #size-cells = <1>;
+               ranges;
                qos {
+                       #address-cells = <1>;
+                       #size-cells = <1>;
+                       ranges;
                        dmac {
-                               rockchip,offset = <0x1000>;
+                               reg = <0x10129000 0x20>;
                                rockchip,priority = <0 0>;
                        };
                        cpu0 {
-                               rockchip,offset = <0x2000>;
+                               reg = <0x1012a000 0x20>;
                                rockchip,priority = <0 0>;
                        };
-                       cpu1r {
-                               rockchip,offset = <0x2080>;
+                       cpu1_r {
+                               reg = <0x1012a080 0x20>;
                                rockchip,priority = <0 0>;
                        };
-                       cpu1w {
-                               rockchip,offset = <0x2100>;
+                       cpu1_w {
+                               reg = <0x1012a100 0x20>;
                                rockchip,priority = <0 0>;
                        };
                        peri {
-                               rockchip,offset = <0x4000>;
+                               reg = <0x1012c000 0x20>;
                                rockchip,priority = <2 2>;
                        };
                        gpu {
-                               rockchip,offset = <0x5000>;
+                               reg = <0x1012d000 0x20>;
                                rockchip,priority = <2 1>;
                        };
                        vpu {
-                               rockchip,offset = <0x6000>;
+                               reg = <0x1012e000 0x20>;
                        };
                        vop0 {
-                               rockchip,offset = <0x7000>;
+                               reg = <0x1012f000 0x20>;
                                rockchip,priority = <3 3>;
                        };
                        cif0 {
-                               rockchip,offset = <0x7080>;
+                               reg = <0x1012f080 0x20>;
                        };
                        ipp {
-                               rockchip,offset = <0x7100>;
+                               reg = <0x1012f100 0x20>;
                        };
                        vop1 {
-                               rockchip,offset = <0x7180>;
+                               reg = <0x1012f180 0x20>;
                                rockchip,priority = <3 3>;
                        };
                        cif1 {
-                               rockchip,offset = <0x7200>;
+                               reg = <0x1012f200 0x20>;
                        };
                        rga {
-                               rockchip,offset = <0x7280>;
+                               reg = <0x1012f280 0x20>;
+                       };
+               };
+               msch {
+                       #address-cells = <1>;
+                       #size-cells = <1>;
+                       ranges;
+                       msch {
+                               reg = <0x10128000 0x18>;
+                               rockchip,read-latency = <0x3f>;
                        };
                };
        };
                rockchip,clocksource = <1>;
        };
 
+       watchdog:wdt@2004c000 {
+               compatible = "rockchip,watch dog";
+               reg = <0x2004c000 0x100>;
+               clocks = <&clk_gates7 15>;
+               clock-names = "pclk_wdt";
+               interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
+               rockchip,irq = <1>;
+               rockchip,timeout = <5>;
+               rockchip,atboot = <1>;
+               rockchip,debug = <0>;
+               status = "disabled";
+       };
+
        amba {
                #address-cells = <1>;
                #size-cells = <1>;
                pdma0: pdma@20018000 {
                        compatible = "arm,pl330", "arm,primecell";
                        reg = <0x20018000 0x4000>;
-                       interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
-                                    <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
+                       interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
+                                    <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
                        #dma-cells = <1>;
-                       #dma-channels = <9>;
-                       #dma-requests = <10>;
+
                };
 
                pdma1: pdma@20078000 {
                        compatible = "arm,pl330", "arm,primecell";
                        reg = <0x20078000 0x4000>;
-                       interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>,
-                                    <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
+                       interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>,
+                                    <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
                        #dma-cells = <1>;
-                       #dma-channels = <7>;
-                       #dma-requests = <14>;
+
                };
        };
 
+       emmc: rksdmmc@1021C000 {
+               compatible = "rockchip,rk_mmc";
+               reg = <0x1021C000 0x4000>;
+               interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;/*irq=57*/
+               #address-cells = <1>;
+               #size-cells = <0>;
+               //pinctrl-names = "default",,"suspend";
+               //pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_cd &sd0_wp &sd0_pwr &sd0_bus1 &sd0_bus4>;
+               clocks = <&clk_gates2 14>;
+               num-slots = <1>;
+               
+               fifo-depth = <0x80>;
+               bus-width = <4>;
+       };
+
+       sdmmc: rksdmmc@10214000 {
+               compatible = "rockchip,rk_mmc";
+               reg = <0x10214000 0x4000>;
+               interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>; /*irq=55*/
+               #address-cells = <1>;
+               #size-cells = <0>;
+               pinctrl-names = "default","suspend";
+               pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_cd &sd0_wp &sd0_pwr &sd0_bus1 &sd0_bus4>;
+               pinctrl-1 = <&sd0_cd_gpio>; //for int gpio?
+               clocks = <&clk_gates2 11>;
+               num-slots = <1>; 
+   
+               fifo-depth = <0x100>;
+               bus-width = <4>;
+       };
+
+       sdio: rksdmmc@10218000 {
+               compatible = "rockchip,rk_mmc";
+               reg = <0x10218000 0x4000>;
+               interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
+               #address-cells = <1>;
+               #size-cells = <0>;
+               pinctrl-names = "default","suspend";
+               pinctrl-0 = <&sd1_clk &sd1_cmd &sd1_cd &sd1_wp &sd1_bus1 &sd1_bus4>;
+               clocks = <&clk_gates2 13>;        
+               num-slots = <1>;
+
+               fifo-depth = <0x100>;
+               bus-width = <4>;
+       };
+
        uart0: serial@10124000 {
                compatible = "rockchip,serial";
                reg = <0x10124000 0x100>;
                interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
                clock-frequency = <24000000>;
+               clocks = <&clk_uart0>, <&clk_gates8 0>;
+               clock-names = "sclk_uart", "pclk_uart";
                reg-shift = <2>;
                reg-io-width = <4>;
+               dmas = <&pdma0 0>, <&pdma0 1>;
+               #dma-cells = <2>;
                pinctrl-names = "default";
                pinctrl-0 = <&uart0_xfer &uart0_cts &uart0_rts>;
                status = "disabled";
                reg = <0x10126000 0x100>;
                interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
                clock-frequency = <24000000>;
+               clocks = <&clk_uart1>, <&clk_gates8 1>;
+               clock-names = "sclk_uart", "pclk_uart";
                reg-shift = <2>;
                reg-io-width = <4>;
+               dmas = <&pdma0 2>, <&pdma0 3>;
+               #dma-cells = <2>;
                pinctrl-names = "default";
                pinctrl-0 = <&uart1_xfer &uart1_cts &uart1_rts>;
                status = "disabled";
                reg = <0x20064000 0x100>;
                interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
                clock-frequency = <24000000>;
+               clocks = <&clk_uart2>, <&clk_gates8 2>;
+               clock-names = "sclk_uart", "pclk_uart";
                current-speed = <115200>;
                reg-shift = <2>;
                reg-io-width = <4>;
                reg = <0x20068000 0x100>;
                interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
                clock-frequency = <24000000>;
+               clocks = <&clk_uart3>, <&clk_gates8 3>;
+               clock-names = "sclk_uart", "pclk_uart";
                reg-shift = <2>;
                reg-io-width = <4>;
+               dmas = <&pdma1 8>, <&pdma1 9>;
+               #dma-cells = <2>;
                pinctrl-names = "default";
                pinctrl-0 = <&uart3_xfer &uart3_cts &uart3_rts>;
                status = "disabled";
                status = "disabled";
        };
 
+       spi0: spi@20070000 {
+               compatible = "rockchip,rockchip-spi";
+               reg = <0x20070000 0x1000>;
+               interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
+               #address-cells = <1>;
+               #size-cells = <0>;
+               pinctrl-names = "default";
+               pinctrl-0 = <&spi0_txd &spi0_rxd &spi0_clk &spi0_cs0 &spi0_cs1>;
+               rockchip,spi-src-clk = <0>;
+               num-cs = <2>;
+               clocks =<&clk_spi0>, <&clk_gates7 12>;
+               clock-names = "spi","pclk_spi0";
+               dmas = <&pdma1 10>, <&pdma1 11>;
+               #dma-cells = <2>;
+               dma-names = "tx", "rx";
+               status = "disabled";
+       };
+
+       spi1: spi@20074000 {
+               compatible = "rockchip,rockchip-spi";
+               reg = <0x20074000 0x1000>;
+               interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
+               #address-cells = <1>;
+               #size-cells = <0>;
+               pinctrl-names = "default";
+               pinctrl-0 = <&spi1_txd &spi1_rxd &spi1_clk &spi1_cs0 &spi1_cs1>;
+               rockchip,spi-src-clk = <1>;
+               num-cs = <2>;
+               clocks = <&clk_spi1>, <&clk_gates7 13>;
+               clock-names = "spi","pclk_spi1";
+               dmas = <&pdma1 12>, <&pdma1 13>;
+               #dma-cells = <2>;
+               dma-names = "tx", "rx";
+               status = "disabled";
+       };
+
        i2c0: i2c@2002d000 {
                compatible = "rockchip,rk30-i2c";
                reg = <0x2002d000 0x1000>;
        clocks-init{
                compatible = "rockchip,clocks-init";
                rockchip,clocks-init-parent =
-                       <&clk_core &clk_apll>,  <&aclk_cpu_mux &clk_gpll>,/*FIXME*/
-                       <&aclk_peri_mux &clk_gpll>,     <&clk_i2s_pll_mux &clk_cpll>,
+                       <&clk_core &clk_apll>,  <&aclk_cpu &clk_gpll>,
+                       <&aclk_peri &clk_gpll>, <&clk_i2s_pll_mux &clk_cpll>,
                        <&clk_uart_pll_mux &clk_gpll>;
                rockchip,clocks-init-rate =
                        <&clk_core 792000000>,  <&clk_gpll 768000000>,
                        <&hclk_cpu 96000000>,   <&pclk_cpu 48000000>,
                        <&pclk_ahb2apb 48000000>,       <&aclk_peri 192000000>,
                        <&hclk_peri 96000000>,  <&pclk_peri 48000000>,
-                       <&clk_gpu 200000000>;
-       };
+                       <&clk_gpu 200000000>, <&aclk_lcdc0 300000000>,
+                       <&aclk_lcdc1 300000000>;
+       };
+
+       rockchip_suspend: rockchip_suspend {
+                //compatible = "rockchip,rkpm_suspend";
+                // define value is in dt-bindint/suspend/rockchip-pm.h
+                rockchip,ctrbits = <
+                                               (
+                                               RKPM_CTR_PWR_DMNS
+                                               |RKPM_CTR_GTCLKS
+                                               |RKPM_CTR_PLLS
+                                               |RKPM_CTR_SYSCLK_DIV
+                                               )
+                                       >;
+              rockchip,pmic-gpios=<
+                                                RKPM_PINGPIO_BITS_OUTPUT(GPIO0_A0,RKPM_GPIO_OUT_L)
+                                                RKPM_PINGPIO_BITS_INTPUT(GPIO0_A1,RKPM_GPIO_PULL_UP)
+                                                >;
+        };
 
        fb: fb{
                compatible = "rockchip,rk-fb";
                rockchip,disp-mode = <DUAL>;
        };
 
+       rk_screen: rk_screen{
+               compatible = "rockchip,screen";
+       };
+
        nandc: nandc {
                compatible = "rockchip,rk-nandc";
                reg = <0x10050000 0x4000>;
                pinctrl-0 = <&lcdc1_lcdc>;
                pinctrl-1 = <&lcdc1_gpio>;
                status = "disabled";
-        };
+       };
+
+       rga@10114000 {
+               compatible = "rockchip,rga";
+               reg = <0x10114000 0x1000>;
+               interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
+               clocks = <&clk_gates6 10>, <&clk_gates6 11>;
+               clock-names = "hclk_rga", "aclk_rga";           
+       };
+
+       adc: adc@2006c000 {
+               compatible = "rockchip,saradc";
+               reg = <0x2006c000 0x100>;
+               interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
+               #io-channel-cells = <1>;
+               io-channel-ranges;
+               rockchip,adc-vref = <1800>;
+               clock-frequency = <1000000>;
+               clocks = <&clk_saradc>, <&clk_gates7 14>;
+               clock-names = "saradc", "pclk_saradc";
+               status = "disabled";
+       };
+
+       spdif: rockchip-spdif@0x1011e000 {
+               compatible = "rockchip-spdif";
+               reg = <0x1011e000 0x2000>;
+               clocks = <&clk_spdif>;
+               interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
+               dmas = <&pdma0 8>;
+               dma-names = "tx";
+               pinctrl-names = "default";
+               pinctrl-0 = <&spdif_tx>;
+       };
+
+       i2s0: rockchip-i2s@0x1011a000 {
+               compatible = "rockchip-i2s";
+               reg = <0x1011a000 0x2000>;
+               i2s-id = <0>;
+               clocks = <&clk_i2s>;
+               clock-names = "i2s_clk";
+               interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
+               dmas = <&pdma0 6>,
+                       <&pdma0 7>;
+               dma-names = "tx", "rx";
+               pinctrl-names = "default", "sleep";
+               pinctrl-0 = <&i2s0_mclk &i2s0_sclk &i2s0_lrckrx &i2s0_lrcktx &i2s0_sdi &i2s0_sdo>;
+               pinctrl-1 = <&i2s0_gpio>;
+       };
 
        pwm0: pwm@20030000{
                 compatible = "rockchip,pwm";
-                reg = <0x20030000 0x10>; 
+                reg = <0x20030000 0x10>;
                 #pwm-cells = <2>;
                 pinctrl-names = "default";
                 pinctrl-0 = <&pwm0_pin>;
+               clocks = <&clk_gates7 10>;
+               clock-names = "pclk_pwm";
                 status = "disabled";
 
         };
                 #pwm-cells = <2>;
                 pinctrl-names = "default";
                 pinctrl-0 = <&pwm1_pin>;
+               clocks = <&clk_gates7 10>;
+               clock-names = "pclk_pwm";
                 status = "disabled";
 
         };
                 reg = <0x20050020 0x10>; /*0x20030000*/
                 #pwm-cells = <2>;
                 pinctrl-names = "default";
+               clock-names = "pclk_pwm";
+               clocks = <&clk_gates7 11>;
                 pinctrl-0 = <&pwm2_pin>;
                 status = "disabled";
 
                 #pwm-cells = <2>;
                 pinctrl-names = "default";
                 pinctrl-0 = <&pwm3_pin>;
+               clocks = <&clk_gates7 11>;
+               clock-names = "pclk_pwm";
                 status = "disabled";
 
         };
        dvfs {
-               vd_cpu:
-               vd_cpu {
+               vd_arm:
+               vd_arm {
                        regulator_name="vdd_arm";
                        suspend_volt=<1000>; //mV
                        pd_a9 {
                                                1416000 1300000
                                                1608000 1350000
                                                >;
+                                       status = "okay";
                                };
                        };
                };
 
-               vd_core:
-               vd_core {
+               vd_logic:
+               vd_logic {
                        regulator_name="vdd_logic";
                        suspend_volt=<1000>; //mV
 
                                                300000 1200000
                                                400000 1200000
                                                >;
+                                       status = "okay";
                                };
                        };
 
                                                300000 1200000
                                                400000 1200000
                                                >;
+                                       status = "disable";
                                };
                        };
                };
        };
-       ion: ion{
+       ion{
                compatible = "rockchip,ion";
                #address-cells = <1>;
                #size-cells = <0>;
-               rockchip,ion-heap@1 { /* VIDEO HEAP */
+               rockchip,ion-heap@1 { /* CMA HEAP */
+                       compatible = "rockchip,ion-reserve";
                        reg = <1>;
+                       memory-reservation = <0x00000000 0x10000000>; /* 256MB */
+               };
+               rockchip,ion-heap@3 { /* SYSTEM HEAP */
+                       reg = <3>;
+               };
+       };
+
+       dwc_control_usb: dwc-control-usb@200080ac {
+               compatible = "rockchip,rk3188-dwc-control-usb";
+               reg = <0x200080ac 0x4>,
+                     <0x2000810c 0x10>,
+                     <0x2000811c 0x10>,
+                     <0x2000812c 0x8>,
+                     <0x20008138 0x8>;
+               reg-names = "GRF_SOC_STATUS0",
+                    "GRF_UOC0_BASE",
+                    "GRF_UOC1_BASE",
+                    "GRF_UOC2_BASE",
+                    "GRF_UOC3_BASE";
+               interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
+               interrupt-names = "otg_bvalid";
+               gpios = <&gpio0 GPIO_C0 GPIO_ACTIVE_LOW>, <&gpio3 GPIO_D5 GPIO_ACTIVE_LOW>;
+               clocks = <&clk_gates4 5>;
+               clock-names = "hclk_usb_peri";
+               rockchip,remote_wakeup;
+               rockchip,usb_irq_wakeup;
+
+               usb_bc{
+                       compatible = "rockchip,ctrl";
+                       rk_usb,bvalid   = <0xac 10 1>;
+                       rk_usb,iddig    = <0xac 13 1>;
+                       rk_usb,line     = <0xac 11 2>;
+                       rk_usb,softctrl = <0x114 2 1>;
+                       rk_usb,opmode   = <0x118 1 2>;
+                       rk_usb,xcvrsel  = <0x118 3 2>;
+                       rk_usb,termsel  = <0x118 5 1>; 
                };
        };
+       
+
+       usb0: usb@10180000 {
+               compatible = "rockchip,rk3188_usb20_otg";
+               reg = <0x10180000 0x40000>;
+               interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
+               clocks = <&clk_gates1 5>, <&clk_gates5 13>;
+               clock-names = "clk_usbphy0", "hclk_usb0";
+               /*0 - Normal, 1 - Force Host, 2 - Force Device*/
+               rockchip,usb-mode = <0>;
+       };
+
+       usb1: usb@101c0000 {
+               compatible = "rockchip,rk3188_usb20_host";
+               reg = <0x101c0000 0x40000>;
+               interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
+               clocks = <&clk_gates1 6>, <&clk_gates7 3>;
+               clock-names = "clk_usbphy1", "hclk_usb1";
+       };
+
+       usb2: usb@10240000 {
+               compatible = "rockchip,rk3188_rk_ehci_host";
+               reg = <0x10240000 0x40000>;
+               interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
+               clocks = <&clk_ehci1phy480m>, <&clk_gates7 4>,
+                 <&clk_ehci1phy12m>, <&otgphy1_480m>;
+               clock-names = "ehci1phy_480m", "hclk_ehci1",
+                      "ehci1phy_12m", "ehci1_usbphy1";
+       };
+
+       vmac@10204000 {
+               compatible = "rockchip,vmac";
+               reg = <0x10204000 0x4000>;
+               interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
+               pinctrl-names = "default", "gpio";
+               pinctrl-0 = <&rmii_clkoutpin &rmii_txpins &rmii_rxpins &rmii_mdpins>;
+               pinctrl-1 = <&rmii_clkinpin &rmii_txpins &rmii_rxpins &rmii_mdpins>;
+       };
+
+       ap0_vcc_domain: ap0-vcc-domain {
+                       compatible = "rockchip,io_vol_domain";
+                       pinctrl-names = "default", "1.8V", "3.3V";
+                       pinctrl-0 = <&ap0_vcc >;
+                       pinctrl-1 = <&ap0_vcc_18>;
+                       pinctrl-2 = <&ap0_vcc_33>;
+       };
+       ap1_vcc_domain: ap1-vcc-domain{
+                       compatible = "rockchip,io_vol_domain";
+                       pinctrl-names = "default", "1.8V", "3.3V";
+                       pinctrl-0 = <&ap1_vcc >;
+                       pinctrl-1 = <&ap1_vcc_18>;
+                       pinctrl-2 = <&ap1_vcc_33>;
+       };
+       cif_vcc_domain: cif-vcc-domain{
+                       compatible = "rockchip,io_vol_domain";
+                       pinctrl-names = "default", "1.8V", "3.3V";
+                       pinctrl-0 = <&cif_vcc>;
+                       pinctrl-1 = <&cif_vcc_18>;
+                       pinctrl-2 = <&cif_vcc_33>;
+       };
+       flash_vcc_domain: flash-vcc-domain{
+                       compatible = "rockchip,io_vol_domain";
+                       pinctrl-names = "default", "1.8V", "3.3V";
+                       pinctrl-0 = <&flash_vcc>;
+                       pinctrl-1 = <&flash_vcc_18>;
+                       pinctrl-2 = <&flash_vcc_33>;    
+       };
+       vccio0_vcc_domain: vccio0-vcc-domain{
+                       compatible = "rockchip,io_vol_domain";
+                       pinctrl-names = "default", "1.8V", "3.3V";
+                       pinctrl-0 = <&vccio0_vcc>;
+                       pinctrl-1 = <&vccio0_vcc_18>;
+                       pinctrl-2 = <&vccio0_vcc_33>;   
+       };
+       vccio1_vcc_domain: vccio1-vcc-domain{
+                       compatible = "rockchip,io_vol_domain";
+                       pinctrl-names = "default", "1.8V", "3.3V";
+                       pinctrl-0 = <&vccio1_vcc>;
+                       pinctrl-1 = <&vccio1_vcc_18>;
+                       pinctrl-2 = <&vccio1_vcc_33>;   
+       };
+       lcdc0_vcc_domain: lcdc0-vcc-domain{
+                       compatible = "rockchip,io_vol_domain";
+                       pinctrl-names = "default", "1.8V", "3.3V";
+                       pinctrl-0 = <&lcdc0_vcc>;
+                       pinctrl-1 = <&lcdc0_vcc_18>;
+                       pinctrl-2 = <&lcdc0_vcc_33>;    
+       };
+       lcdc1_vcc_domain: lcdc1-vcc-domain{
+                       compatible = "rockchip,io_vol_domain";
+                       pinctrl-names = "default", "1.8V", "3.3V";
+                       pinctrl-0 = <&lcdc1_vcc>;
+                       pinctrl-1 = <&lcdc1_vcc_18>;
+                       pinctrl-2 = <&lcdc1_vcc_33>;    
+       };
+
 };