1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/interconnect/qcom,rpmh.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm RPMh Network-On-Chip Interconnect
10 - Georgi Djakov <georgi.djakov@linaro.org>
11 - Odelu Kukatla <okukatla@codeaurora.org>
14 RPMh interconnect providers support system bandwidth requirements through
15 RPMh hardware accelerators known as Bus Clock Manager (BCM). The provider is
16 able to communicate with the BCM through the Resource State Coordinator (RSC)
17 associated with each execution environment. Provider nodes must point to at
18 least one RPMh device child node pertaining to their RSC and each provider
19 can map to multiple RPMh resources.
27 - qcom,sc7180-aggre1-noc
28 - qcom,sc7180-aggre2-noc
29 - qcom,sc7180-camnoc-virt
30 - qcom,sc7180-compute-noc
31 - qcom,sc7180-config-noc
34 - qcom,sc7180-ipa-virt
36 - qcom,sc7180-mmss-noc
38 - qcom,sc7180-qup-virt
39 - qcom,sc7180-system-noc
40 - qcom,sdm845-aggre1-noc
41 - qcom,sdm845-aggre2-noc
42 - qcom,sdm845-config-noc
44 - qcom,sdm845-gladiator-noc
46 - qcom,sdm845-mmss-noc
47 - qcom,sdm845-system-noc
51 - qcom,sdx55-system-noc
52 - qcom,sm8150-aggre1-noc
53 - qcom,sm8150-aggre2-noc
54 - qcom,sm8150-camnoc-noc
55 - qcom,sm8150-compute-noc
56 - qcom,sm8150-config-noc
59 - qcom,sm8150-ipa-virt
61 - qcom,sm8150-mmss-noc
62 - qcom,sm8150-system-noc
63 - qcom,sm8250-aggre1-noc
64 - qcom,sm8250-aggre2-noc
65 - qcom,sm8250-compute-noc
66 - qcom,sm8250-config-noc
69 - qcom,sm8250-ipa-virt
71 - qcom,sm8250-mmss-noc
73 - qcom,sm8250-system-noc
75 '#interconnect-cells':
79 $ref: /schemas/types.yaml#/definitions/phandle-array
81 List of phandles to qcom,bcm-voter nodes that are required by
82 this interconnect to send RPMh commands.
85 $ref: /schemas/types.yaml#/definitions/string-array
87 Names for each of the qcom,bcm-voters specified.
92 - '#interconnect-cells'
95 additionalProperties: false
99 #include <dt-bindings/interconnect/qcom,sdm845.h>
101 mem_noc: interconnect@1380000 {
102 compatible = "qcom,sdm845-mem-noc";
103 reg = <0x01380000 0x27200>;
104 #interconnect-cells = <1>;
105 qcom,bcm-voters = <&apps_bcm_voter>;
108 mmss_noc: interconnect@1740000 {
109 compatible = "qcom,sdm845-mmss-noc";
110 reg = <0x01740000 0x1c1000>;
111 #interconnect-cells = <1>;
112 qcom,bcm-voter-names = "apps", "disp";
113 qcom,bcm-voters = <&apps_bcm_voter>, <&disp_bcm_voter>;