ti,dra7-dss.txt 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. Texas Instruments DRA7x Display Subsystem
  2. =========================================
  3. See Documentation/devicetree/bindings/display/ti/ti,omap-dss.txt for generic
  4. description about OMAP Display Subsystem bindings.
  5. DSS Core
  6. --------
  7. Required properties:
  8. - compatible: "ti,dra7-dss"
  9. - reg: address and length of the register spaces for 'dss'
  10. - ti,hwmods: "dss_core"
  11. - clocks: handle to fclk
  12. - clock-names: "fck"
  13. - syscon: phandle to control module core syscon node
  14. Optional properties:
  15. Some DRA7xx SoCs have one dedicated video PLL, some have two. These properties
  16. can be used to describe the video PLLs:
  17. - reg: address and length of the register spaces for 'pll1_clkctrl',
  18. 'pll1', 'pll2_clkctrl', 'pll2'
  19. - clocks: handle to video1 pll clock and video2 pll clock
  20. - clock-names: "video1_clk" and "video2_clk"
  21. Required nodes:
  22. - DISPC
  23. Optional nodes:
  24. - DSS Submodules: HDMI
  25. - Video port for DPI output
  26. DPI Endpoint required properties:
  27. - data-lines: number of lines used
  28. DISPC
  29. -----
  30. Required properties:
  31. - compatible: "ti,dra7-dispc"
  32. - reg: address and length of the register space
  33. - ti,hwmods: "dss_dispc"
  34. - interrupts: the DISPC interrupt
  35. - clocks: handle to fclk
  36. - clock-names: "fck"
  37. HDMI
  38. ----
  39. Required properties:
  40. - compatible: "ti,dra7-hdmi"
  41. - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
  42. 'core'
  43. - reg-names: "wp", "pll", "phy", "core"
  44. - interrupts: the HDMI interrupt line
  45. - ti,hwmods: "dss_hdmi"
  46. - vdda-supply: vdda power supply
  47. - clocks: handles to fclk and pll clock
  48. - clock-names: "fck", "sys_clk"
  49. Optional nodes:
  50. - Video port for HDMI output
  51. HDMI Endpoint optional properties:
  52. - lanes: list of 8 pin numbers for the HDMI lanes: CLK+, CLK-, D0+, D0-,
  53. D1+, D1-, D2+, D2-. (default: 0,1,2,3,4,5,6,7)