[BACK]Return to imx23-evk.dts CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / external / gpl2 / dts / dist / arch / arm / boot / dts

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/imx23-evk.dts between version 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2018/06/27 16:27:07 version 1.1.1.4, 2019/01/22 14:57:02
Line 13 
Line 13 
                 reg = <0x40000000 0x08000000>;                  reg = <0x40000000 0x08000000>;
         };          };
   
           reg_vddio_sd0: regulator-vddio-sd0 {
                   compatible = "regulator-fixed";
                   regulator-name = "vddio-sd0";
                   regulator-min-microvolt = <3300000>;
                   regulator-max-microvolt = <3300000>;
                   gpio = <&gpio1 29 0>;
           };
   
           reg_lcd_3v3: regulator-lcd-3v3 {
                   compatible = "regulator-fixed";
                   regulator-name = "lcd-3v3";
                   regulator-min-microvolt = <3300000>;
                   regulator-max-microvolt = <3300000>;
                   gpio = <&gpio1 18 0>;
                   enable-active-high;
           };
   
           reg_lcd_5v: regulator-lcd-5v {
                   compatible = "regulator-fixed";
                   regulator-name = "lcd-5v";
                   regulator-min-microvolt = <5000000>;
                   regulator-max-microvolt = <5000000>;
           };
   
           panel {
                   compatible = "sii,43wvf1g";
                   backlight = <&backlight_display>;
                   dvdd-supply = <&reg_lcd_3v3>;
                   avdd-supply = <&reg_lcd_5v>;
   
                   port {
                           panel_in: endpoint {
                                   remote-endpoint = <&display_out>;
                           };
                   };
           };
   
         apb@80000000 {          apb@80000000 {
                 apbh@80000000 {                  apbh@80000000 {
                         gpmi-nand@8000c000 {                          gpmi-nand@8000c000 {
Line 21 
Line 58 
                                 status = "okay";                                  status = "okay";
                         };                          };
   
                         ssp0: ssp@80010000 {                          ssp0: spi@80010000 {
                                 compatible = "fsl,imx23-mmc";                                  compatible = "fsl,imx23-mmc";
                                 pinctrl-names = "default";                                  pinctrl-names = "default";
                                 pinctrl-0 = <&mmc0_4bit_pins_a &mmc0_pins_fixup>;                                  pinctrl-0 = <&mmc0_4bit_pins_a &mmc0_pins_fixup>;
Line 52 
Line 89 
                         lcdif@80030000 {                          lcdif@80030000 {
                                 pinctrl-names = "default";                                  pinctrl-names = "default";
                                 pinctrl-0 = <&lcdif_24bit_pins_a>;                                  pinctrl-0 = <&lcdif_24bit_pins_a>;
                                 lcd-supply = <&reg_lcd_3v3>;  
                                 display = <&display0>;  
                                 status = "okay";                                  status = "okay";
   
                                 display0: display0 {                                  port {
                                         bits-per-pixel = <32>;                                          display_out: endpoint {
                                         bus-width = <24>;                                                  remote-endpoint = <&panel_in>;
   
                                         display-timings {  
                                                 native-mode = <&timing0>;  
                                                 timing0: timing0 {  
                                                         clock-frequency = <9200000>;  
                                                         hactive = <480>;  
                                                         vactive = <272>;  
                                                         hback-porch = <15>;  
                                                         hfront-porch = <8>;  
                                                         vback-porch = <12>;  
                                                         vfront-porch = <4>;  
                                                         hsync-len = <1>;  
                                                         vsync-len = <1>;  
                                                         hsync-active = <0>;  
                                                         vsync-active = <0>;  
                                                         de-active = <1>;  
                                                         pixelclk-active = <0>;  
                                                 };  
                                         };                                          };
                                 };                                  };
                         };                          };
Line 118 
Line 135 
                 };                  };
         };          };
   
         regulators {          backlight_display: backlight {
                 compatible = "simple-bus";  
                 #address-cells = <1>;  
                 #size-cells = <0>;  
   
                 reg_vddio_sd0: regulator@0 {  
                         compatible = "regulator-fixed";  
                         reg = <0>;  
                         regulator-name = "vddio-sd0";  
                         regulator-min-microvolt = <3300000>;  
                         regulator-max-microvolt = <3300000>;  
                         gpio = <&gpio1 29 0>;  
                 };  
   
                 reg_lcd_3v3: regulator@1 {  
                         compatible = "regulator-fixed";  
                         reg = <1>;  
                         regulator-name = "lcd-3v3";  
                         regulator-min-microvolt = <3300000>;  
                         regulator-max-microvolt = <3300000>;  
                         gpio = <&gpio1 18 0>;  
                         enable-active-high;  
                 };  
         };  
   
         backlight {  
                 compatible = "pwm-backlight";                  compatible = "pwm-backlight";
                 pwms = <&pwm 2 5000000>;                  pwms = <&pwm 2 5000000>;
                 brightness-levels = <0 4 8 16 32 64 128 255>;                  brightness-levels = <0 4 8 16 32 64 128 255>;

Legend:
Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4

CVSweb <webmaster@jp.NetBSD.org>