Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-or-later
0002 /*
0003  * Copyright 2013 Eukréa Electromatique <denis@eukrea.com>
0004  */
0005 
0006 #include "imx25-eukrea-mbimxsd25-baseboard.dts"
0007 
0008 / {
0009         model = "Eukrea MBIMXSD25 with the DVI-VGA Display";
0010         compatible = "eukrea,mbimxsd25-baseboard-dvi-vga", "eukrea,mbimxsd25-baseboard", "eukrea,cpuimx25", "fsl,imx25";
0011 
0012         dvi_vga: display {
0013                 model = "DVI-VGA";
0014                 bits-per-pixel = <16>;
0015                 fsl,pcr = <0xfa208b80>;
0016                 bus-width = <18>;
0017                 display-timings {
0018                         native-mode = <&dvi_vga_timings>;
0019                         dvi_vga_timings: 640x480 {
0020                                 clock-frequency = <31250000>;
0021                                 hactive = <640>;
0022                                 vactive = <480>;
0023                                 hback-porch = <100>;
0024                                 hfront-porch = <100>;
0025                                 vback-porch = <7>;
0026                                 vfront-porch = <100>;
0027                                 hsync-len = <7>;
0028                                 vsync-len = <7>;
0029                         };
0030                 };
0031         };
0032 };
0033 
0034 &lcdc {
0035         display = <&dvi_vga>;
0036         status = "okay";
0037 };