1 // SPDX-License-Identifier: BSD-3-Clause
3 * Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
4 * Copyright (c) 2019, Linaro Limited
7 #include <dt-bindings/input/input.h>
8 #include <dt-bindings/interrupt-controller/irq.h>
9 #include <dt-bindings/spmi/spmi.h>
10 #include <dt-bindings/iio/qcom,spmi-vadc.h>
15 polling-delay-passive = <100>;
18 thermal-sensors = <&pm8150_temp>;
22 temperature = <95000>;
28 temperature = <115000>;
34 temperature = <145000>;
45 compatible = "qcom,pm8150", "qcom,spmi-pmic";
46 reg = <0x0 SPMI_USID>;
51 compatible = "qcom,pm8998-pon";
53 mode-bootloader = <0x2>;
54 mode-recovery = <0x1>;
57 compatible = "qcom,pm8941-pwrkey";
58 interrupts = <0x0 0x8 0x0 IRQ_TYPE_EDGE_BOTH>;
61 linux,code = <KEY_POWER>;
67 compatible = "qcom,pm8941-resin";
68 interrupts = <0x0 0x8 0x1 IRQ_TYPE_EDGE_BOTH>;
76 pm8150_temp: temp-alarm@2400 {
77 compatible = "qcom,spmi-temp-alarm";
79 interrupts = <0x0 0x24 0x0 IRQ_TYPE_EDGE_BOTH>;
80 io-channels = <&pm8150_adc ADC5_DIE_TEMP>;
81 io-channel-names = "thermal";
82 #thermal-sensor-cells = <0>;
85 pm8150_adc: adc@3100 {
86 compatible = "qcom,spmi-adc5";
90 #io-channel-cells = <1>;
91 interrupts = <0x0 0x31 0x0 IRQ_TYPE_EDGE_RISING>;
95 qcom,pre-scaling = <1 1>;
100 reg = <ADC5_1P25VREF>;
101 qcom,pre-scaling = <1 1>;
106 reg = <ADC5_DIE_TEMP>;
107 qcom,pre-scaling = <1 1>;
112 pm8150_adc_tm: adc-tm@3500 {
113 compatible = "qcom,spmi-adc-tm5";
115 interrupts = <0x0 0x35 0x0 IRQ_TYPE_EDGE_RISING>;
116 #thermal-sensor-cells = <1>;
117 #address-cells = <1>;
123 compatible = "qcom,pm8941-rtc";
125 reg-names = "rtc", "alarm";
126 interrupts = <0x0 0x61 0x1 IRQ_TYPE_NONE>;
129 pm8150_gpios: gpio@c000 {
130 compatible = "qcom,pm8150-gpio", "qcom,spmi-gpio";
133 gpio-ranges = <&pm8150_gpios 0 0 10>;
135 interrupt-controller;
136 #interrupt-cells = <2>;
141 compatible = "qcom,pm8150", "qcom,spmi-pmic";
142 reg = <0x1 SPMI_USID>;
143 #address-cells = <1>;