Lines Matching +full:0 +full:- +full:pwrkey
1 // SPDX-License-Identifier: BSD-3-Clause
3 #include <dt-bindings/iio/qcom,spmi-vadc.h>
4 #include <dt-bindings/input/input.h>
5 #include <dt-bindings/input/linux-event-codes.h>
6 #include <dt-bindings/interrupt-controller/irq.h>
7 #include <dt-bindings/spmi/spmi.h>
10 thermal-zones {
11 pm6125-thermal {
12 polling-delay-passive = <100>;
14 thermal-sensors = <&pm6125_temp>;
19 hysteresis = <0>;
25 hysteresis = <0>;
31 hysteresis = <0>;
40 pmic@0 {
41 compatible = "qcom,pm6125", "qcom,spmi-pmic";
42 reg = <0x0 SPMI_USID>;
43 #address-cells = <1>;
44 #size-cells = <0>;
47 compatible = "qcom,pm8998-pon";
48 reg = <0x800>;
49 mode-bootloader = <0x2>;
50 mode-recovery = <0x1>;
52 pon_pwrkey: pwrkey {
53 compatible = "qcom,pm8941-pwrkey";
54 interrupts = <0x0 0x8 0x0 IRQ_TYPE_EDGE_BOTH>;
57 bias-pull-up;
62 compatible = "qcom,pm8941-resin";
63 interrupts = <0x0 0x8 0x1 IRQ_TYPE_EDGE_BOTH>;
65 bias-pull-up;
70 pm6125_temp: temp-alarm@2400 {
71 compatible = "qcom,spmi-temp-alarm";
72 reg = <0x2400>;
73 interrupts = <0x0 0x24 0x0 IRQ_TYPE_EDGE_RISING>;
74 io-channels = <&pm6125_adc ADC5_DIE_TEMP>;
75 io-channel-names = "thermal";
76 #thermal-sensor-cells = <0>;
80 compatible = "qcom,spmi-adc5";
81 reg = <0x3100>;
82 #address-cells = <1>;
83 #size-cells = <0>;
84 interrupts = <0x0 0x31 0x0 IRQ_TYPE_EDGE_RISING>;
85 #io-channel-cells = <1>;
87 channel@0 {
89 qcom,pre-scaling = <1 1>;
95 qcom,pre-scaling = <1 1>;
101 qcom,pre-scaling = <1 1>;
107 qcom,pre-scaling = <1 3>;
113 qcom,pre-scaling = <1 3>;
119 qcom,pre-scaling = <1 1>;
120 qcom,hw-settle-time = <200>;
126 pm6125_adc_tm: adc-tm@3500 {
127 compatible = "qcom,spmi-adc-tm5";
128 reg = <0x3500>;
129 interrupts = <0x0 0x35 0x0 IRQ_TYPE_EDGE_RISING>;
130 #address-cells = <1>;
131 #size-cells = <0>;
132 #thermal-sensor-cells = <1>;
137 compatible = "qcom,pm8941-rtc";
138 reg = <0x6000>, <0x6100>;
139 reg-names = "rtc", "alarm";
140 interrupts = <0x0 0x61 0x1 IRQ_TYPE_EDGE_RISING>;
145 compatible = "qcom,pm6125-gpio", "qcom,spmi-gpio";
146 reg = <0xc000>;
147 gpio-controller;
148 gpio-ranges = <&pm6125_gpios 0 0 9>;
149 #gpio-cells = <2>;
150 interrupt-controller;
151 #interrupt-cells = <2>;
156 compatible = "qcom,pm6125", "qcom,spmi-pmic";
157 reg = <0x1 SPMI_USID>;