]> git.ipfire.org Git - thirdparty/u-boot.git/blob - Bindings/interconnect/qcom,sc8280xp-rpmh.yaml
Squashed 'dts/upstream/' content from commit aaba2d45dc2a
[thirdparty/u-boot.git] / Bindings / interconnect / qcom,sc8280xp-rpmh.yaml
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,sc8280xp-rpmh.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
6
7 title: Qualcomm RPMh Network-On-Chip Interconnect on SC8280XP
8
9 maintainers:
10 - Bjorn Andersson <andersson@kernel.org>
11 - Konrad Dybcio <konrad.dybcio@linaro.org>
12
13 description: |
14 RPMh interconnect providers support system bandwidth requirements through
15 RPMh hardware accelerators known as Bus Clock Manager (BCM).
16
17 See also:: include/dt-bindings/interconnect/qcom,sc8280xp.h
18
19 properties:
20 compatible:
21 enum:
22 - qcom,sc8280xp-aggre1-noc
23 - qcom,sc8280xp-aggre2-noc
24 - qcom,sc8280xp-clk-virt
25 - qcom,sc8280xp-config-noc
26 - qcom,sc8280xp-dc-noc
27 - qcom,sc8280xp-gem-noc
28 - qcom,sc8280xp-lpass-ag-noc
29 - qcom,sc8280xp-mc-virt
30 - qcom,sc8280xp-mmss-noc
31 - qcom,sc8280xp-nspa-noc
32 - qcom,sc8280xp-nspb-noc
33 - qcom,sc8280xp-system-noc
34
35 required:
36 - compatible
37
38 allOf:
39 - $ref: qcom,rpmh-common.yaml#
40
41 unevaluatedProperties: false
42
43 examples:
44 - |
45 interconnect-0 {
46 compatible = "qcom,sc8280xp-aggre1-noc";
47 #interconnect-cells = <2>;
48 qcom,bcm-voters = <&apps_bcm_voter>;
49 };