Lines Matching +full:apq8064 +full:- +full:saw2 +full:- +full:v1
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/soc/qcom/qcom,saw2.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Subsystem Power Manager / SPM AVS Wrapper 2 (SAW2)
10 - Andy Gross <agross@kernel.org>
11 - Bjorn Andersson <bjorn.andersson@linaro.org>
17 The SAW2 is a wrapper around the Subsystem Power Manager (SPM) and the
19 power-controller that transitions a piece of hardware (like a processor or
27 - enum:
28 - qcom,ipq4019-saw2-cpu
29 - qcom,ipq4019-saw2-l2
30 - qcom,ipq8064-saw2-cpu
31 - qcom,sdm660-gold-saw2-v4.1-l2
32 - qcom,sdm660-silver-saw2-v4.1-l2
33 - qcom,msm8998-gold-saw2-v4.1-l2
34 - qcom,msm8998-silver-saw2-v4.1-l2
35 - qcom,msm8909-saw2-v3.0-cpu
36 - qcom,msm8916-saw2-v3.0-cpu
37 - qcom,msm8939-saw2-v3.0-cpu
38 - qcom,msm8226-saw2-v2.1-cpu
39 - qcom,msm8226-saw2-v2.1-l2
40 - qcom,msm8960-saw2-cpu
41 - qcom,msm8974-saw2-v2.1-cpu
42 - qcom,msm8974-saw2-v2.1-l2
43 - qcom,msm8976-gold-saw2-v2.3-l2
44 - qcom,msm8976-silver-saw2-v2.3-l2
45 - qcom,apq8084-saw2-v2.1-cpu
46 - qcom,apq8084-saw2-v2.1-l2
47 - qcom,apq8064-saw2-v1.1-cpu
48 - const: qcom,saw2
52 - description: Base address and size of the SPM register region
53 - description: Base address and size of the alias register region
62 - compatible
63 - reg
68 - |
70 /* Example 1: SoC using SAW2 and kpss-acc-v2 CPUIdle */
72 #address-cells = <1>;
73 #size-cells = <0>;
78 enable-method = "qcom,kpss-acc-v2";
81 operating-points-v2 = <&cpu_opp_table>;
85 saw0: power-manager@f9089000 {
86 compatible = "qcom,msm8974-saw2-v2.1-cpu", "qcom,saw2";
90 - |
93 * Example 2: New-gen multi cluster SoC using SAW only for L2;
96 power-manager@17812000 {
97 compatible = "qcom,msm8998-gold-saw2-v4.1-l2", "qcom,saw2";
101 power-manager@17912000 {
102 compatible = "qcom,msm8998-silver-saw2-v4.1-l2", "qcom,saw2";
106 - |
108 * Example 3: SAW2 with the bundled regulator definition.
110 power-manager@2089000 {
111 compatible = "qcom,apq8064-saw2-v1.1-cpu", "qcom,saw2";
115 regulator-min-microvolt = <850000>;
116 regulator-max-microvolt = <1300000>;