ti,omap4-dss.txt 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. Texas Instruments OMAP4 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,omap4-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. Required nodes:
  14. - DISPC
  15. Optional nodes:
  16. - DSS Submodules: RFBI, VENC, DSI, HDMI
  17. - Video port for DPI output
  18. DPI Endpoint required properties:
  19. - data-lines: number of lines used
  20. DISPC
  21. -----
  22. Required properties:
  23. - compatible: "ti,omap4-dispc"
  24. - reg: address and length of the register space
  25. - ti,hwmods: "dss_dispc"
  26. - interrupts: the DISPC interrupt
  27. - clocks: handle to fclk
  28. - clock-names: "fck"
  29. Optional properties:
  30. - max-memory-bandwidth: Input memory (from main memory to dispc) bandwidth limit
  31. in bytes per second
  32. RFBI
  33. ----
  34. Required properties:
  35. - compatible: "ti,omap4-rfbi"
  36. - reg: address and length of the register space
  37. - ti,hwmods: "dss_rfbi"
  38. - clocks: handles to fclk and iclk
  39. - clock-names: "fck", "ick"
  40. Optional nodes:
  41. - Video port for RFBI output
  42. - RFBI controlled peripherals
  43. VENC
  44. ----
  45. Required properties:
  46. - compatible: "ti,omap4-venc"
  47. - reg: address and length of the register space
  48. - ti,hwmods: "dss_venc"
  49. - vdda-supply: power supply for DAC
  50. - clocks: handle to fclk
  51. - clock-names: "fck"
  52. Optional nodes:
  53. - Video port for VENC output
  54. VENC Endpoint required properties:
  55. - ti,invert-polarity: invert the polarity of the video signal
  56. - ti,channels: 1 for composite, 2 for s-video
  57. DSI
  58. ---
  59. Required properties:
  60. - compatible: "ti,omap4-dsi"
  61. - reg: addresses and lengths of the register spaces for 'proto', 'phy' and 'pll'
  62. - reg-names: "proto", "phy", "pll"
  63. - interrupts: the DSI interrupt line
  64. - ti,hwmods: "dss_dsi1" or "dss_dsi2"
  65. - vdd-supply: power supply for DSI
  66. - clocks: handles to fclk and pll clock
  67. - clock-names: "fck", "sys_clk"
  68. Optional nodes:
  69. - Video port for DSI output
  70. - DSI controlled peripherals
  71. DSI Endpoint required properties:
  72. - lanes: list of pin numbers for the DSI lanes: CLK+, CLK-, DATA0+, DATA0-,
  73. DATA1+, DATA1-, ...
  74. HDMI
  75. ----
  76. Required properties:
  77. - compatible: "ti,omap4-hdmi"
  78. - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
  79. 'core'
  80. - reg-names: "wp", "pll", "phy", "core"
  81. - interrupts: the HDMI interrupt line
  82. - ti,hwmods: "dss_hdmi"
  83. - vdda-supply: vdda power supply
  84. - clocks: handles to fclk and pll clock
  85. - clock-names: "fck", "sys_clk"
  86. Optional nodes:
  87. - Video port for HDMI output
  88. HDMI Endpoint optional properties:
  89. - lanes: list of 8 pin numbers for the HDMI lanes: CLK+, CLK-, D0+, D0-,
  90. D1+, D1-, D2+, D2-. (default: 0,1,2,3,4,5,6,7)