Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linux
[drm/drm-misc.git] / Documentation / devicetree / bindings / interconnect / qcom,sa8775p-rpmh.yaml
blob2e0c0bc7a37659621f25a2a6c6487a7185ad83a3
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#
7 title: Qualcomm RPMh Network-On-Chip Interconnect on SA8775P
9 maintainers:
10   - Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
12 description: |
13   RPMh interconnect providers support system bandwidth requirements through
14   RPMh hardware accelerators known as Bus Clock Manager (BCM).
16   See also:: include/dt-bindings/interconnect/qcom,sa8775p.h
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
36 required:
37   - compatible
39 allOf:
40   - $ref: qcom,rpmh-common.yaml#
42 unevaluatedProperties: false
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     };