blob: 9d06255104c71c133df07a43f208cbb05d955736 [file] [log] [blame]
Christian Marangi58907a12022-07-18 18:18:25 +02001// SPDX-License-Identifier: GPL-2.0-only
2
3#include "qcom-ipq8062.dtsi"
4
5&rpm {
6 smb208_regulators: regulators {
7 compatible = "qcom,rpm-smb208-regulators";
8
9 smb208_s1a: s1a {
10 regulator-min-microvolt = <1050000>;
11 regulator-max-microvolt = <1150000>;
12
13 qcom,switch-mode-frequency = <1200000>;
14 };
15
16 smb208_s1b: s1b {
17 regulator-min-microvolt = <1050000>;
18 regulator-max-microvolt = <1150000>;
19
20 qcom,switch-mode-frequency = <1200000>;
21 };
22
23 smb208_s2a: s2a {
24 regulator-min-microvolt = < 800000>;
25 regulator-max-microvolt = <1150000>;
26
27 qcom,switch-mode-frequency = <1200000>;
28 };
29
30 smb208_s2b: s2b {
31 regulator-min-microvolt = < 800000>;
32 regulator-max-microvolt = <1150000>;
33
34 qcom,switch-mode-frequency = <1200000>;
35 };
36 };
37};