ARM: dts: colibri_imx7: Add lcdif node
[oweals/u-boot.git] / arch / arm / dts / imx7-colibri.dtsi
index a85702f5194783183487339c25d2a30b094edb26..81717c233d1ca9dd800d6ae44d683cf6f1c26932 100644 (file)
                >;
        };
 };
+
+&lcdif {
+       u-boot,dm-pre-reloc;
+       status = "okay";
+
+       display-timings {
+               native-mode = <&timing_vga>;
+
+               /* Standard VGA timing */
+               timing_vga: 640x480 {
+                       u-boot,dm-pre-reloc;
+                       clock-frequency = <25175000>;
+                       hactive = <640>;
+                       vactive = <480>;
+                       hback-porch = <48>;
+                       hfront-porch = <16>;
+                       vback-porch = <33>;
+                       vfront-porch = <10>;
+                       hsync-len = <96>;
+                       vsync-len = <2>;
+
+                       de-active = <1>;
+                       hsync-active = <0>;
+                       vsync-active = <0>;
+                       pixelclk-active = <0>;
+               };
+       };
+};