ti,omap3-dss.txt 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. Texas Instruments OMAP3 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,omap3-dss"
  9. - reg: address and length of the register space
  10. - ti,hwmods: "dss_core"
  11. - clocks: handle to fclk
  12. - clock-names: "fck"
  13. Optional nodes:
  14. - Video ports:
  15. - Port 0: DPI output
  16. - Port 1: SDI output
  17. DPI Endpoint required properties:
  18. - data-lines: number of lines used
  19. SDI Endpoint required properties:
  20. - datapairs: number of datapairs used
  21. DISPC
  22. -----
  23. Required properties:
  24. - compatible: "ti,omap3-dispc"
  25. - reg: address and length of the register space
  26. - ti,hwmods: "dss_dispc"
  27. - interrupts: the DISPC interrupt
  28. - clocks: handle to fclk
  29. - clock-names: "fck"
  30. Optional properties:
  31. - max-memory-bandwidth: Input memory (from main memory to dispc) bandwidth limit
  32. in bytes per second
  33. RFBI
  34. ----
  35. Required properties:
  36. - compatible: "ti,omap3-rfbi"
  37. - reg: address and length of the register space
  38. - ti,hwmods: "dss_rfbi"
  39. - clocks: handles to fclk and iclk
  40. - clock-names: "fck", "ick"
  41. VENC
  42. ----
  43. Required properties:
  44. - compatible: "ti,omap3-venc"
  45. - reg: address and length of the register space
  46. - ti,hwmods: "dss_venc"
  47. - vdda-supply: power supply for DAC
  48. - clocks: handle to fclk
  49. - clock-names: "fck"
  50. VENC Endpoint required properties:
  51. - ti,invert-polarity: invert the polarity of the video signal
  52. - ti,channels: 1 for composite, 2 for s-video
  53. DSI
  54. ---
  55. Required properties:
  56. - compatible: "ti,omap3-dsi"
  57. - reg: addresses and lengths of the register spaces for 'proto', 'phy' and 'pll'
  58. - reg-names: "proto", "phy", "pll"
  59. - interrupts: the DSI interrupt line
  60. - ti,hwmods: "dss_dsi1"
  61. - vdd-supply: power supply for DSI
  62. - clocks: handles to fclk and pll clock
  63. - clock-names: "fck", "sys_clk"
  64. DSI Endpoint required properties:
  65. - lanes: list of pin numbers for the DSI lanes: CLK+, CLK-, DATA0+, DATA0-,
  66. DATA1+, DATA1-, ...