blob: 6c2da03f0cd2241bce21c62d5517ab80c4793f14 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001# 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
7title: Qualcomm RPMh Network-On-Chip Interconnect on SC8280XP
8
9maintainers:
10 - Bjorn Andersson <andersson@kernel.org>
11 - Konrad Dybcio <konrad.dybcio@linaro.org>
12
13description: |
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
19properties:
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
35required:
36 - compatible
37
38allOf:
39 - $ref: qcom,rpmh-common.yaml#
40
41unevaluatedProperties: false
42
43examples:
44 - |
45 interconnect-0 {
46 compatible = "qcom,sc8280xp-aggre1-noc";
47 #interconnect-cells = <2>;
48 qcom,bcm-voters = <&apps_bcm_voter>;
49 };