intel,keembay-msscam.yaml 916 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
  2. %YAML 1.2
  3. ---
  4. $id: http://devicetree.org/schemas/display/intel,keembay-msscam.yaml#
  5. $schema: http://devicetree.org/meta-schemas/core.yaml#
  6. title: Intel Keem Bay MSSCAM
  7. maintainers:
  8. - Anitha Chrisanthus <anitha.chrisanthus@intel.com>
  9. - Edmond J Dea <edmund.j.dea@intel.com>
  10. description: |
  11. MSSCAM controls local clocks in the display subsystem namely LCD clocks and
  12. MIPI DSI clocks. It also configures the interconnect between LCD and
  13. MIPI DSI.
  14. properties:
  15. compatible:
  16. items:
  17. - const: intel,keembay-msscam
  18. - const: syscon
  19. reg:
  20. maxItems: 1
  21. reg-io-width:
  22. const: 4
  23. required:
  24. - compatible
  25. - reg
  26. - reg-io-width
  27. additionalProperties: false
  28. examples:
  29. - |
  30. msscam:msscam@20910000 {
  31. compatible = "intel,keembay-msscam", "syscon";
  32. reg = <0x20910000 0x30>;
  33. reg-io-width = <4>;
  34. };