am335x-pxm50.dts 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /*
  2. * Copyright (C) 2014 DENX Software Engineering GmbH
  3. * Heiko Schocher <hs@denx.de>
  4. *
  5. * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
  6. *
  7. * This program is free software; you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License version 2 as
  9. * published by the Free Software Foundation.
  10. */
  11. /dts-v1/;
  12. #include "am335x-pxm2.dtsi"
  13. / {
  14. model = "PXM2/PXM50";
  15. compatible = "ti,am335x-evm", "ti,am33xx";
  16. panel {
  17. compatible = "ti,tilcdc,panel";
  18. backlight = <&backlight0>;
  19. pinctrl-names = "default";
  20. pinctrl-0 = <&lcd_pins_s0>;
  21. enable-gpios = <&gpio3 15 0>;
  22. status = "okay";
  23. panel-info {
  24. ac-bias = <255>;
  25. ac-bias-intrpt = <0>;
  26. dma-burst-sz = <16>;
  27. bpp = <32>;
  28. fdd = <0x80>;
  29. sync-edge = <0>;
  30. sync-ctrl = <1>;
  31. raster-order = <0>;
  32. fifo-th = <0>;
  33. tft-alt-mode = <0>;
  34. invert-pxl-clk = <0>;
  35. };
  36. display-timings {
  37. native-mode = <&timing1>;
  38. timing1: 1376x768p50 {
  39. clock-frequency = <60000000>;
  40. hactive = <1376>;
  41. vactive = <768>;
  42. hfront-porch = <14>;
  43. hback-porch = <64>;
  44. hsync-len = <56>;
  45. vback-porch = <28>;
  46. vfront-porch = <1>;
  47. vsync-len = <6>;
  48. hsync-active = <1>;
  49. vsync-active = <1>;
  50. };
  51. };
  52. };
  53. };