Lines Matching +full:interconnect +full:- +full:names
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/interconnect/qcom,rpm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm RPM Network-On-Chip Interconnect
10 - Georgi Djakov <georgi.djakov@linaro.org>
13 RPM interconnect providers support system bandwidth requirements through
23 - qcom,msm8916-bimc
24 - qcom,msm8916-pcnoc
25 - qcom,msm8916-snoc
26 - qcom,msm8939-bimc
27 - qcom,msm8939-pcnoc
28 - qcom,msm8939-snoc
29 - qcom,msm8939-snoc-mm
30 - qcom,qcs404-bimc
31 - qcom,qcs404-pcnoc
32 - qcom,qcs404-snoc
34 '#interconnect-cells':
37 clock-names:
39 - const: bus
40 - const: bus_a
44 - description: Bus Clock
45 - description: Bus A Clock
48 - compatible
49 - reg
50 - '#interconnect-cells'
51 - clock-names
52 - clocks
57 - |
58 #include <dt-bindings/clock/qcom,rpmcc.h>
60 bimc: interconnect@400000 {
61 compatible = "qcom,msm8916-bimc";
63 #interconnect-cells = <1>;
64 clock-names = "bus", "bus_a";
69 pcnoc: interconnect@500000 {
70 compatible = "qcom,msm8916-pcnoc";
72 #interconnect-cells = <1>;
73 clock-names = "bus", "bus_a";
78 snoc: interconnect@580000 {
79 compatible = "qcom,msm8916-snoc";
81 #interconnect-cells = <1>;
82 clock-names = "bus", "bus_a";