rzg2-advantech-idk-1110wr-panel.dtsi 734 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Device Tree Source for the Advantech idk-1110wr LVDS panel connected
  4. * to RZ/G2 boards
  5. *
  6. * Copyright (C) 2019 Renesas Electronics Corp.
  7. */
  8. / {
  9. panel-lvds {
  10. compatible = "advantech,idk-1110wr", "panel-lvds";
  11. width-mm = <223>;
  12. height-mm = <125>;
  13. data-mapping = "jeida-24";
  14. panel-timing {
  15. /* 1024x600 @60Hz */
  16. clock-frequency = <51200000>;
  17. hactive = <1024>;
  18. vactive = <600>;
  19. hsync-len = <240>;
  20. hfront-porch = <40>;
  21. hback-porch = <40>;
  22. vfront-porch = <15>;
  23. vback-porch = <10>;
  24. vsync-len = <10>;
  25. };
  26. port {
  27. panel_in: endpoint {
  28. remote-endpoint = <&lvds_connector>;
  29. };
  30. };
  31. };
  32. };
  33. &lvds_connector {
  34. remote-endpoint = <&panel_in>;
  35. };