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