compulab-sb-som.dtsi 918 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Copyright (C) 2015 CompuLab, Ltd. - http://www.compulab.co.il/
  4. */
  5. / {
  6. model = "CompuLab SB-SOM";
  7. compatible = "compulab,sb-som";
  8. vsb_3v3: fixedregulator-v3_3 {
  9. compatible = "regulator-fixed";
  10. regulator-name = "vsb_3v3";
  11. regulator-min-microvolt = <3300000>;
  12. regulator-max-microvolt = <3300000>;
  13. regulator-always-on;
  14. enable-active-high;
  15. };
  16. lcd0: display {
  17. compatible = "startek,startek-kd050c", "panel-dpi";
  18. label = "lcd";
  19. panel-timing {
  20. clock-frequency = <33000000>;
  21. hactive = <800>;
  22. vactive = <480>;
  23. hfront-porch = <40>;
  24. hback-porch = <40>;
  25. hsync-len = <43>;
  26. vback-porch = <29>;
  27. vfront-porch = <13>;
  28. vsync-len = <3>;
  29. hsync-active = <0>;
  30. vsync-active = <0>;
  31. de-active = <1>;
  32. pixelclk-active = <1>;
  33. };
  34. };
  35. hdmi_conn: connector {
  36. compatible = "hdmi-connector";
  37. label = "hdmi";
  38. type = "a";
  39. };
  40. };