panel-aa104xd12.dtsi 573 B

123456789101112131415161718192021222324252627282930
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Common file for the AA104XD12 panel connected to Renesas R-Car Gen3 boards.
  4. *
  5. * Copyright (C) 2014 Renesas Electronics Corp.
  6. */
  7. panel {
  8. compatible = "mitsubishi,aa104xd12", "panel-lvds";
  9. width-mm = <210>;
  10. height-mm = <158>;
  11. data-mapping = "jeida-18";
  12. panel-timing {
  13. /* 1024x768 @65Hz */
  14. clock-frequency = <65000000>;
  15. hactive = <1024>;
  16. vactive = <768>;
  17. hsync-len = <136>;
  18. hfront-porch = <20>;
  19. hback-porch = <160>;
  20. vfront-porch = <3>;
  21. vback-porch = <29>;
  22. vsync-len = <6>;
  23. };
  24. port {
  25. };
  26. };