omap4-var-dvk-om44.dts 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Copyright (C) 2014 Joachim Eastwood <[email protected]>
  4. */
  5. /dts-v1/;
  6. #include "omap4-var-som-om44.dtsi"
  7. #include "omap4-var-som-om44-wlan.dtsi"
  8. #include "omap4-var-om44customboard.dtsi"
  9. / {
  10. model = "Variscite VAR-DVK-OM44";
  11. compatible = "variscite,var-dvk-om44", "variscite,var-som-om44", "ti,omap4460", "ti,omap4";
  12. aliases {
  13. display0 = &lcd0;
  14. display1 = &hdmi0;
  15. };
  16. lcd0: display {
  17. compatible = "innolux,at070tn83", "panel-dpi";
  18. label = "lcd";
  19. panel-timing {
  20. clock-frequency = <33333333>;
  21. hback-porch = <40>;
  22. hactive = <800>;
  23. hfront-porch = <40>;
  24. hsync-len = <48>;
  25. vback-porch = <29>;
  26. vactive = <480>;
  27. vfront-porch = <13>;
  28. vsync-len = <3>;
  29. };
  30. port {
  31. lcd_in: endpoint {
  32. remote-endpoint = <&dpi_out>;
  33. };
  34. };
  35. };
  36. backlight {
  37. compatible = "gpio-backlight";
  38. pinctrl-names = "default";
  39. pinctrl-0 = <&backlight_pins>;
  40. gpios = <&gpio4 26 GPIO_ACTIVE_HIGH>; /* gpio 122 */
  41. };
  42. };
  43. &dss {
  44. pinctrl-names = "default";
  45. pinctrl-0 = <&dss_dpi_pins>;
  46. port {
  47. dpi_out: endpoint {
  48. remote-endpoint = <&lcd_in>;
  49. data-lines = <24>;
  50. };
  51. };
  52. };
  53. &dsi2 {
  54. status = "okay";
  55. vdd-supply = <&vcxio>;
  56. };