synopsys,dw-hdmi.yaml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
  2. %YAML 1.2
  3. ---
  4. $id: http://devicetree.org/schemas/display/bridge/synopsys,dw-hdmi.yaml#
  5. $schema: http://devicetree.org/meta-schemas/core.yaml#
  6. title: Common Properties for Synopsys DesignWare HDMI TX Controller
  7. maintainers:
  8. - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
  9. description: |
  10. This document defines device tree properties for the Synopsys DesignWare HDMI
  11. TX controller (DWC HDMI TX) IP core. It doesn't constitute a full device tree
  12. binding specification by itself but is meant to be referenced by device tree
  13. bindings for the platform-specific integrations of the DWC HDMI TX.
  14. When referenced from platform device tree bindings the properties defined in
  15. this document are defined as follows. The platform device tree bindings are
  16. responsible for defining whether each property is required or optional.
  17. properties:
  18. reg:
  19. maxItems: 1
  20. reg-io-width:
  21. description:
  22. Width (in bytes) of the registers specified by the reg property.
  23. enum: [1, 4]
  24. default: 1
  25. clocks:
  26. minItems: 2
  27. maxItems: 5
  28. items:
  29. - description: The bus clock for either AHB and APB
  30. - description: The internal register configuration clock
  31. additionalItems: true
  32. clock-names:
  33. minItems: 2
  34. maxItems: 5
  35. items:
  36. - const: iahb
  37. - const: isfr
  38. additionalItems: true
  39. ddc-i2c-bus:
  40. $ref: /schemas/types.yaml#/definitions/phandle
  41. deprecated: true
  42. description:
  43. The HDMI DDC bus can be connected to either a system I2C master or the
  44. functionally-reduced I2C master contained in the DWC HDMI. When connected
  45. to a system I2C master this property contains a phandle to that I2C
  46. master controller.
  47. This property is deprecated, the system I2C master controller should
  48. be referenced through the ddc-i2c-bus property of the HDMI connector
  49. node.
  50. interrupts:
  51. maxItems: 1
  52. additionalProperties: true
  53. ...