Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame^] | 1 | # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) |
| 2 | %YAML 1.2 |
| 3 | --- |
| 4 | $id: http://devicetree.org/schemas/interconnect/qcom,sa8775p-rpmh.yaml# |
| 5 | $schema: http://devicetree.org/meta-schemas/core.yaml# |
| 6 | |
| 7 | title: Qualcomm RPMh Network-On-Chip Interconnect on SA8775P |
| 8 | |
| 9 | maintainers: |
| 10 | - Bartosz Golaszewski <bartosz.golaszewski@linaro.org> |
| 11 | |
| 12 | description: | |
| 13 | RPMh interconnect providers support system bandwidth requirements through |
| 14 | RPMh hardware accelerators known as Bus Clock Manager (BCM). |
| 15 | |
| 16 | See also:: include/dt-bindings/interconnect/qcom,sa8775p.h |
| 17 | |
| 18 | properties: |
| 19 | compatible: |
| 20 | enum: |
| 21 | - qcom,sa8775p-aggre1-noc |
| 22 | - qcom,sa8775p-aggre2-noc |
| 23 | - qcom,sa8775p-clk-virt |
| 24 | - qcom,sa8775p-config-noc |
| 25 | - qcom,sa8775p-dc-noc |
| 26 | - qcom,sa8775p-gem-noc |
| 27 | - qcom,sa8775p-gpdsp-anoc |
| 28 | - qcom,sa8775p-lpass-ag-noc |
| 29 | - qcom,sa8775p-mc-virt |
| 30 | - qcom,sa8775p-mmss-noc |
| 31 | - qcom,sa8775p-nspa-noc |
| 32 | - qcom,sa8775p-nspb-noc |
| 33 | - qcom,sa8775p-pcie-anoc |
| 34 | - qcom,sa8775p-system-noc |
| 35 | |
| 36 | required: |
| 37 | - compatible |
| 38 | |
| 39 | allOf: |
| 40 | - $ref: qcom,rpmh-common.yaml# |
| 41 | |
| 42 | unevaluatedProperties: false |
| 43 | |
| 44 | examples: |
| 45 | - | |
| 46 | aggre1_noc: interconnect-aggre1-noc { |
| 47 | compatible = "qcom,sa8775p-aggre1-noc"; |
| 48 | #interconnect-cells = <2>; |
| 49 | qcom,bcm-voters = <&apps_bcm_voter>; |
| 50 | }; |