Lines Matching +full:0 +full:- +full:pwrkey
1 // SPDX-License-Identifier: BSD-3-Clause
6 #include <dt-bindings/input/input.h>
7 #include <dt-bindings/spmi/spmi.h>
10 thermal-zones {
11 pm6350-thermal {
12 polling-delay-passive = <100>;
14 thermal-sensors = <&pm6350_temp>;
19 hysteresis = <0>;
25 hysteresis = <0>;
31 hysteresis = <0>;
40 pmic@0 {
41 compatible = "qcom,pm6350", "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 pm6350_pwrkey: pwrkey {
53 compatible = "qcom,pm8941-pwrkey";
54 interrupts = <0x0 0x8 0x0 IRQ_TYPE_EDGE_BOTH>;
56 bias-pull-up;
61 compatible = "qcom,pm8941-resin";
62 interrupts = <0x0 0x8 0x1 IRQ_TYPE_EDGE_BOTH>;
64 bias-pull-up;
69 pm6350_temp: temp-alarm@2400 {
70 compatible = "qcom,spmi-temp-alarm";
71 reg = <0x2400>;
72 interrupts = <0x0 0x24 0x0 IRQ_TYPE_EDGE_BOTH>;
73 #thermal-sensor-cells = <0>;
77 compatible = "qcom,pm6350-gpio", "qcom,spmi-gpio";
78 reg = <0xc000>;
79 gpio-controller;
80 gpio-ranges = <&pm6350_gpios 0 0 9>;
81 #gpio-cells = <2>;
82 interrupt-controller;
83 #interrupt-cells = <2>;
88 compatible = "qcom,pm6350", "qcom,spmi-pmic";
89 reg = <0x1 SPMI_USID>;
90 #address-cells = <1>;
91 #size-cells = <0>;