imx25-eukrea-mbimxsd25-baseboard-dvi-vga.dts 823 B

12345678910111213141516171819202122232425262728293031323334353637
  1. // SPDX-License-Identifier: GPL-2.0-or-later
  2. /*
  3. * Copyright 2013 Eukréa Electromatique <[email protected]>
  4. */
  5. #include "imx25-eukrea-mbimxsd25-baseboard.dts"
  6. / {
  7. model = "Eukrea MBIMXSD25 with the DVI-VGA Display";
  8. compatible = "eukrea,mbimxsd25-baseboard-dvi-vga", "eukrea,mbimxsd25-baseboard", "eukrea,cpuimx25", "fsl,imx25";
  9. dvi_vga: display {
  10. model = "DVI-VGA";
  11. bits-per-pixel = <16>;
  12. fsl,pcr = <0xfa208b80>;
  13. bus-width = <18>;
  14. display-timings {
  15. native-mode = <&dvi_vga_timings>;
  16. dvi_vga_timings: 640x480 {
  17. clock-frequency = <31250000>;
  18. hactive = <640>;
  19. vactive = <480>;
  20. hback-porch = <100>;
  21. hfront-porch = <100>;
  22. vback-porch = <7>;
  23. vfront-porch = <100>;
  24. hsync-len = <7>;
  25. vsync-len = <7>;
  26. };
  27. };
  28. };
  29. };
  30. &lcdc {
  31. display = <&dvi_vga>;
  32. status = "okay";
  33. };