1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/interconnect/qcom,sdm845.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm SDM845 Network-On-Chip Interconnect
10 - Georgi Djakov <georgi.djakov@linaro.org>
13 SDM845 interconnect providers support system bandwidth requirements through
14 RPMh hardware accelerators known as Bus Clock Manager (BCM). The provider is
15 able to communicate with the BCM through the Resource State Coordinator (RSC)
16 associated with each execution environment. Provider nodes must point to at
17 least one RPMh device child node pertaining to their RSC and each provider
18 can map to multiple RPMh resources.
26 - qcom,sdm845-aggre1-noc
27 - qcom,sdm845-aggre2-noc
28 - qcom,sdm845-config-noc
30 - qcom,sdm845-gladiator-noc
32 - qcom,sdm845-mmss-noc
33 - qcom,sdm845-system-noc
35 '#interconnect-cells':
39 $ref: /schemas/types.yaml#/definitions/phandle-array
41 List of phandles to qcom,bcm-voter nodes that are required by
42 this interconnect to send RPMh commands.
45 $ref: /schemas/types.yaml#/definitions/string-array
47 Names for each of the qcom,bcm-voters specified.
52 - '#interconnect-cells'
55 additionalProperties: false
59 #include <dt-bindings/interconnect/qcom,sdm845.h>
61 mem_noc: interconnect@1380000 {
62 compatible = "qcom,sdm845-mem-noc";
63 reg = <0 0x01380000 0 0x27200>;
64 #interconnect-cells = <1>;
65 qcom,bcm-voters = <&apps_bcm_voter>;
68 mmss_noc: interconnect@1740000 {
69 compatible = "qcom,sdm845-mmss-noc";
70 reg = <0 0x01740000 0 0x1c1000>;
71 #interconnect-cells = <1>;
72 qcom,bcm-voter-names = "apps", "disp";
73 qcom,bcm-voters = <&apps_bcm_voter>, <&disp_bcm_voter>;