1 // SPDX-License-Identifier: GPL-2.0
2 #include <dt-bindings/iio/qcom,spmi-vadc.h>
3 #include <dt-bindings/interrupt-controller/irq.h>
4 #include <dt-bindings/spmi/spmi.h>
9 compatible = "qcom,pm8941", "qcom,spmi-pmic";
10 reg = <0x0 SPMI_USID>;
15 compatible = "qcom,pm8941-rtc";
18 reg-names = "rtc", "alarm";
19 interrupts = <0x0 0x61 0x1 IRQ_TYPE_EDGE_RISING>;
23 compatible = "qcom,pm8941-pwrkey";
25 interrupts = <0x0 0x8 0 IRQ_TYPE_EDGE_BOTH>;
31 compatible = "qcom,pm8941-misc";
33 interrupts = <0x0 0x9 0 IRQ_TYPE_EDGE_BOTH>;
34 interrupt-names = "usb_id";
38 compatible = "qcom,pm8941-charger";
40 interrupts = <0x0 0x10 7 IRQ_TYPE_EDGE_BOTH>,
41 <0x0 0x10 5 IRQ_TYPE_EDGE_BOTH>,
42 <0x0 0x10 4 IRQ_TYPE_EDGE_BOTH>,
43 <0x0 0x12 1 IRQ_TYPE_EDGE_BOTH>,
44 <0x0 0x12 0 IRQ_TYPE_EDGE_BOTH>,
45 <0x0 0x13 2 IRQ_TYPE_EDGE_BOTH>,
46 <0x0 0x13 1 IRQ_TYPE_EDGE_BOTH>,
47 <0x0 0x14 1 IRQ_TYPE_EDGE_BOTH>;
48 interrupt-names = "chg-done",
57 usb-otg-in-supply = <&pm8941_5vs1>;
59 chg_otg: otg-vbus { };
62 pm8941_gpios: gpios@c000 {
63 compatible = "qcom,pm8941-gpio", "qcom,spmi-gpio";
66 gpio-ranges = <&pm8941_gpios 0 0 36>;
69 #interrupt-cells = <2>;
71 boost_bypass_n_pin: boost-bypass {
77 pm8941_mpps: mpps@a000 {
78 compatible = "qcom,pm8941-mpp", "qcom,spmi-mpp";
82 interrupts = <0 0xa0 0 IRQ_TYPE_NONE>,
83 <0 0xa1 0 IRQ_TYPE_NONE>,
84 <0 0xa2 0 IRQ_TYPE_NONE>,
85 <0 0xa3 0 IRQ_TYPE_NONE>,
86 <0 0xa4 0 IRQ_TYPE_NONE>,
87 <0 0xa5 0 IRQ_TYPE_NONE>,
88 <0 0xa6 0 IRQ_TYPE_NONE>,
89 <0 0xa7 0 IRQ_TYPE_NONE>;
92 pm8941_temp: temp-alarm@2400 {
93 compatible = "qcom,spmi-temp-alarm";
95 interrupts = <0 0x24 0 IRQ_TYPE_EDGE_RISING>;
96 io-channels = <&pm8941_vadc VADC_DIE_TEMP>;
97 io-channel-names = "thermal";
98 #thermal-sensor-cells = <0>;
101 pm8941_vadc: vadc@3100 {
102 compatible = "qcom,spmi-vadc";
104 interrupts = <0x0 0x31 0x0 IRQ_TYPE_EDGE_RISING>;
105 #address-cells = <1>;
107 #io-channel-cells = <1>;
110 reg = <VADC_LR_MUX1_BAT_THERM>;
113 reg = <VADC_DIE_TEMP>;
116 reg = <VADC_REF_625MV>;
119 reg = <VADC_REF_1250MV>;
122 reg = <VADC_GND_REF>;
125 reg = <VADC_VDD_VADC>;
128 reg = <VADC_VBAT_SNS>;
132 pm8941_iadc: iadc@3600 {
133 compatible = "qcom,pm8941-iadc", "qcom,spmi-iadc";
135 interrupts = <0x0 0x36 0x0 IRQ_TYPE_EDGE_RISING>;
136 qcom,external-resistor-micro-ohms = <10000>;
140 compatible = "qcom,pm8941-coincell";
147 compatible = "qcom,pm8941", "qcom,spmi-pmic";
148 reg = <0x1 SPMI_USID>;
149 #address-cells = <1>;
152 pm8941_wled: wled@d800 {
153 compatible = "qcom,pm8941-wled";
161 compatible = "qcom,pm8941-regulators";
162 interrupts = <0x1 0x83 0x2 0>, <0x1 0x84 0x2 0>;
163 interrupt-names = "ocp-5vs1", "ocp-5vs2";
164 vin_5vs-supply = <&pm8941_5v>;
167 regulator-min-microvolt = <5000000>;
168 regulator-max-microvolt = <5000000>;
169 regulator-enable-ramp-delay = <500>;
173 regulator-enable-ramp-delay = <1000>;
175 regulator-over-current-protection;
176 qcom,ocp-max-retries = <10>;
177 qcom,ocp-retry-delay = <30>;
178 qcom,vs-soft-start-strength = <0>;
179 regulator-initial-mode = <1>;
183 regulator-enable-ramp-delay = <1000>;
185 regulator-over-current-protection;
186 qcom,ocp-max-retries = <10>;
187 qcom,ocp-retry-delay = <30>;
188 qcom,vs-soft-start-strength = <0>;
189 regulator-initial-mode = <1>;