qcom,rpm-common.yaml 760 B

12345678910111213141516171819202122232425262728
  1. # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
  2. %YAML 1.2
  3. ---
  4. $id: http://devicetree.org/schemas/interconnect/qcom,rpm-common.yaml#
  5. $schema: http://devicetree.org/meta-schemas/core.yaml#
  6. title: Qualcomm RPMh Network-On-Chip Interconnect
  7. maintainers:
  8. - Konrad Dybcio <konradybcio@kernel.org>
  9. description:
  10. RPM interconnect providers support for managing system bandwidth requirements
  11. through manual requests based on either predefined values or as indicated by
  12. the bus monitor hardware. Each provider node represents a NoC bus master,
  13. driven by a dedicated clock source.
  14. properties:
  15. '#interconnect-cells':
  16. oneOf:
  17. - const: 2
  18. - const: 1
  19. deprecated: true
  20. required:
  21. - '#interconnect-cells'
  22. additionalProperties: true