Lines Matching +full:opp +full:- +full:table
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/interconnect/qcom,msm8998-bwmon.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
17 - Measuring the bandwidth between CPUs and Last Level Cache Controller -
19 - Measuring the bandwidth between Last Level Cache Controller and memory
20 (DDR) - called LLCC BWMON.
25 - items:
26 - enum:
27 - qcom,sc7280-cpu-bwmon
28 - qcom,sdm845-bwmon
29 - const: qcom,msm8998-bwmon
30 - const: qcom,msm8998-bwmon # BWMON v4
31 - const: qcom,sc7280-llcc-bwmon # BWMON v5
32 - const: qcom,sdm845-llcc-bwmon # BWMON v5
40 operating-points-v2: true
41 opp-table:
46 # space. BWMON v2 uses two register spaces - not yet described.
50 - compatible
51 - interconnects
52 - interrupts
53 - operating-points-v2
54 - opp-table
55 - reg
60 - |
61 #include <dt-bindings/interconnect/qcom,sdm845.h>
62 #include <dt-bindings/interrupt-controller/arm-gic.h>
65 compatible = "qcom,sdm845-bwmon", "qcom,msm8998-bwmon";
70 operating-points-v2 = <&cpu_bwmon_opp_table>;
72 cpu_bwmon_opp_table: opp-table {
73 compatible = "operating-points-v2";
74 opp-0 {
75 opp-peak-kBps = <4800000>;
77 opp-1 {
78 opp-peak-kBps = <9216000>;
80 opp-2 {
81 opp-peak-kBps = <15052800>;
83 opp-3 {
84 opp-peak-kBps = <20889600>;
86 opp-4 {
87 opp-peak-kBps = <25497600>;