ti,omap5-dss.txt 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. Texas Instruments OMAP5 Display Subsystem
  2. =========================================
  3. See Documentation/devicetree/bindings/video/ti,omap-dss.txt for generic
  4. description about OMAP Display Subsystem bindings.
  5. DSS Core
  6. --------
  7. Required properties:
  8. - compatible: "ti,omap5-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, 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,omap5-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. RFBI
  30. ----
  31. Required properties:
  32. - compatible: "ti,omap5-rfbi"
  33. - reg: address and length of the register space
  34. - ti,hwmods: "dss_rfbi"
  35. - clocks: handles to fclk and iclk
  36. - clock-names: "fck", "ick"
  37. Optional nodes:
  38. - Video port for RFBI output
  39. - RFBI controlled peripherals
  40. DSI
  41. ---
  42. Required properties:
  43. - compatible: "ti,omap5-dsi"
  44. - reg: addresses and lengths of the register spaces for 'proto', 'phy' and 'pll'
  45. - reg-names: "proto", "phy", "pll"
  46. - interrupts: the DSI interrupt line
  47. - ti,hwmods: "dss_dsi1" or "dss_dsi2"
  48. - vdd-supply: power supply for DSI
  49. - clocks: handles to fclk and pll clock
  50. - clock-names: "fck", "sys_clk"
  51. Optional nodes:
  52. - Video port for DSI output
  53. - DSI controlled peripherals
  54. DSI Endpoint required properties:
  55. - lanes: list of pin numbers for the DSI lanes: CLK+, CLK-, DATA0+, DATA0-,
  56. DATA1+, DATA1-, ...
  57. HDMI
  58. ----
  59. Required properties:
  60. - compatible: "ti,omap5-hdmi"
  61. - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
  62. 'core'
  63. - reg-names: "wp", "pll", "phy", "core"
  64. - interrupts: the HDMI interrupt line
  65. - ti,hwmods: "dss_hdmi"
  66. - vdda-supply: vdda power supply
  67. - clocks: handles to fclk and pll clock
  68. - clock-names: "fck", "sys_clk"
  69. Optional nodes:
  70. - Video port for HDMI output
  71. HDMI Endpoint optional properties:
  72. - lanes: list of 8 pin numbers for the HDMI lanes: CLK+, CLK-, D0+, D0-,
  73. D1+, D1-, D2+, D2-. (default: 0,1,2,3,4,5,6,7)