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,pma8084", "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>;
30 pma8084_gpios: gpios@c000 {
31 compatible = "qcom,pma8084-gpio", "qcom,spmi-gpio";
34 gpio-ranges = <&pma8084_gpios 0 0 22>;
37 #interrupt-cells = <2>;
40 pma8084_mpps: mpps@a000 {
41 compatible = "qcom,pma8084-mpp", "qcom,spmi-mpp";
45 interrupts = <0 0xa0 0 IRQ_TYPE_NONE>,
46 <0 0xa1 0 IRQ_TYPE_NONE>,
47 <0 0xa2 0 IRQ_TYPE_NONE>,
48 <0 0xa3 0 IRQ_TYPE_NONE>,
49 <0 0xa4 0 IRQ_TYPE_NONE>,
50 <0 0xa5 0 IRQ_TYPE_NONE>,
51 <0 0xa6 0 IRQ_TYPE_NONE>,
52 <0 0xa7 0 IRQ_TYPE_NONE>;
55 pma8084_temp: temp-alarm@2400 {
56 compatible = "qcom,spmi-temp-alarm";
58 interrupts = <0 0x24 0 IRQ_TYPE_EDGE_RISING>;
59 #thermal-sensor-cells = <0>;
60 io-channels = <&pma8084_vadc VADC_DIE_TEMP>;
61 io-channel-names = "thermal";
64 pma8084_vadc: vadc@3100 {
65 compatible = "qcom,spmi-vadc";
67 interrupts = <0x0 0x31 0x0 IRQ_TYPE_EDGE_RISING>;
70 #io-channel-cells = <1>;
73 reg = <VADC_DIE_TEMP>;
76 reg = <VADC_REF_625MV>;
79 reg = <VADC_REF_1250MV>;
88 reg = <VADC_VDD_VADC>;
93 pma8084_1: pma8084@1 {
94 compatible = "qcom,pma8084", "qcom,spmi-pmic";
95 reg = <0x1 SPMI_USID>;