r8a77xx-aa121td01-panel.dtsi 707 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Common file for the AA121TD01 panel connected to Renesas R-Car boards
  4. *
  5. * Copyright (C) 2015 Renesas Electronics Corp.
  6. */
  7. / {
  8. panel {
  9. compatible = "mitsubishi,aa121td01", "panel-lvds";
  10. width-mm = <261>;
  11. height-mm = <163>;
  12. data-mapping = "jeida-18";
  13. panel-timing {
  14. /* 1280x800 @60Hz */
  15. clock-frequency = <71000000>;
  16. hactive = <1280>;
  17. vactive = <800>;
  18. hsync-len = <70>;
  19. hfront-porch = <20>;
  20. hback-porch = <70>;
  21. vsync-len = <5>;
  22. vfront-porch = <3>;
  23. vback-porch = <15>;
  24. };
  25. port {
  26. panel_in: endpoint {
  27. remote-endpoint = <&lvds_connector>;
  28. };
  29. };
  30. };
  31. };
  32. &lvds_connector {
  33. remote-endpoint = <&panel_in>;
  34. };