Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 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 | |
| 7 | title: Qualcomm RPMh Network-On-Chip Interconnect |
| 8 | |
| 9 | maintainers: |
| 10 | - Konrad Dybcio <konradybcio@kernel.org> |
| 11 | |
| 12 | description: |
| 13 | RPM interconnect providers support for managing system bandwidth requirements |
| 14 | through manual requests based on either predefined values or as indicated by |
| 15 | the bus monitor hardware. Each provider node represents a NoC bus master, |
| 16 | driven by a dedicated clock source. |
| 17 | |
| 18 | properties: |
| 19 | '#interconnect-cells': |
| 20 | oneOf: |
| 21 | - const: 2 |
| 22 | - const: 1 |
| 23 | deprecated: true |
| 24 | |
| 25 | required: |
| 26 | - '#interconnect-cells' |
| 27 | |
| 28 | additionalProperties: true |