[BACK]Return to imx6dl-aristainetos_7.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/imx6dl-aristainetos_7.dts between version 1.1.1.2 and 1.1.1.2.4.1

version 1.1.1.2, 2017/11/30 19:40:50 version 1.1.1.2.4.1, 2018/05/02 07:20:14
Line 16 
Line 16 
         model = "aristainetos i.MX6 Dual Lite Board 7";          model = "aristainetos i.MX6 Dual Lite Board 7";
         compatible = "fsl,imx6dl";          compatible = "fsl,imx6dl";
   
         memory {          memory@10000000 {
                 reg = <0x10000000 0x40000000>;                  reg = <0x10000000 0x40000000>;
         };          };
   
         soc {          display0: disp0 {
                 display0: disp0 {                  compatible = "fsl,imx-parallel-display";
                         compatible = "fsl,imx-parallel-display";                  interface-pix-fmt = "rgb24";
                         interface-pix-fmt = "rgb24";                  pinctrl-names = "default";
                         pinctrl-names = "default";                  pinctrl-0 = <&pinctrl_ipu_disp>;
                         pinctrl-0 = <&pinctrl_ipu_disp>;                  status = "okay";
                         status = "okay";  
                   display-timings {
                         display-timings {                          800x480p60 {
                                 800x480p60 {                                  native-mode;
                                         native-mode;                                  clock-frequency = <33246000>;
                                         clock-frequency = <33246000>;                                  hactive = <800>;
                                         hactive = <800>;                                  vactive = <480>;
                                         vactive = <480>;                                  hfront-porch = <88>;
                                         hfront-porch = <88>;                                  hback-porch = <88>;
                                         hback-porch = <88>;                                  hsync-len = <80>;
                                         hsync-len = <80>;                                  vback-porch = <10>;
                                         vback-porch = <10>;                                  vfront-porch = <10>;
                                         vfront-porch = <10>;                                  vsync-len = <25>;
                                         vsync-len = <25>;                                  vsync-active = <1>;
                                         vsync-active = <1>;  
                                 };  
                         };                          };
                   };
   
                         port {                  port {
                                 display0_in: endpoint {                          display0_in: endpoint {
                                         remote-endpoint = <&ipu1_di0_disp0>;                                  remote-endpoint = <&ipu1_di0_disp0>;
                                 };  
                         };                          };
                 };                  };
         };          };

Legend:
Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.2.4.1

CVSweb <webmaster@jp.NetBSD.org>