ti,omap5-dss.txt 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. Texas Instruments OMAP5 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,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. 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,omap5-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. DSI
  44. ---
  45. Required properties:
  46. - compatible: "ti,omap5-dsi"
  47. - reg: addresses and lengths of the register spaces for 'proto', 'phy' and 'pll'
  48. - reg-names: "proto", "phy", "pll"
  49. - interrupts: the DSI interrupt line
  50. - ti,hwmods: "dss_dsi1" or "dss_dsi2"
  51. - vdd-supply: power supply for DSI
  52. - clocks: handles to fclk and pll clock
  53. - clock-names: "fck", "sys_clk"
  54. Optional nodes:
  55. - Video port for DSI output
  56. - DSI controlled peripherals
  57. DSI Endpoint required properties:
  58. - lanes: list of pin numbers for the DSI lanes: CLK+, CLK-, DATA0+, DATA0-,
  59. DATA1+, DATA1-, ...
  60. HDMI
  61. ----
  62. Required properties:
  63. - compatible: "ti,omap5-hdmi"
  64. - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
  65. 'core'
  66. - reg-names: "wp", "pll", "phy", "core"
  67. - interrupts: the HDMI interrupt line
  68. - ti,hwmods: "dss_hdmi"
  69. - vdda-supply: vdda power supply
  70. - clocks: handles to fclk and pll clock
  71. - clock-names: "fck", "sys_clk"
  72. Optional nodes:
  73. - Video port for HDMI output
  74. HDMI Endpoint optional properties:
  75. - lanes: list of 8 pin numbers for the HDMI lanes: CLK+, CLK-, D0+, D0-,
  76. D1+, D1-, D2+, D2-. (default: 0,1,2,3,4,5,6,7)