// SPDX-License-Identifier: BSD-3-Clause /* * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. */ #include #include #include #include &spmi_bus { #address-cells = <2>; #size-cells = <0>; interrupt-controller; #interrupt-cells = <4>; pm7250b_2: qcom,pm7250b@2 { compatible = "qcom,spmi-pmic"; reg = <2 SPMI_USID>; #address-cells = <1>; #size-cells = <0>; qcom,power-on@800 { compatible = "qcom,qpnp-power-on"; reg = <0x800>; }; pm7250b_tz: qcom,temp-alarm@2400 { compatible = "qcom,spmi-temp-alarm"; reg = <0x2400>; interrupts = <0x2 0x24 0x0 IRQ_TYPE_EDGE_BOTH>; io-channels = <&pm7250b_vadc ADC5_DIE_TEMP>; io-channel-names = "thermal"; #thermal-sensor-cells = <0>; qcom,temperature-threshold-set = <1>; }; pm7250b_clkdiv: clock-controller@5b00 { compatible = "qcom,spmi-clkdiv"; reg = <0x5b00>; #clock-cells = <1>; qcom,num-clkdivs = <1>; clock-output-names = "pm7250b_div_clk1"; clocks = <&rpmcc RPM_SMD_XO_CLK_SRC>; clock-names = "xo"; status = "disabled"; }; pm7250b_vadc: vadc@3100 { compatible = "qcom,spmi-adc5"; reg = <0x3100>; #address-cells = <1>; #size-cells = <0>; interrupts = <0x2 0x31 0x0 IRQ_TYPE_EDGE_RISING>; interrupt-names = "eoc-int-en-set"; #io-channel-cells = <1>; io-channel-ranges; /* Channel node */ ref_gnd@0 { reg = ; label = "ref_gnd"; qcom,pre-scaling = <1 1>; }; vref_1p25@1 { reg = ; label = "vref_1p25"; qcom,pre-scaling = <1 1>; }; die_temp@2 { reg = ; label = "die_temp"; qcom,pre-scaling = <1 1>; }; vph_pwr@83 { reg = ; label = "vph_pwr"; qcom,pre-scaling = <1 3>; }; vbat_sns@84 { reg = ; label = "vbat_sns"; qcom,pre-scaling = <1 3>; }; usb_in_i_uv@7 { reg = ; label = "usb_in_i_uv"; qcom,pre-scaling = <1 1>; }; usb_in_v_div_16@8 { reg = ; label = "usb_in_v_div_16"; qcom,pre-scaling = <1 16>; }; chg_temp@9 { reg = ; label = "chg_temp"; qcom,pre-scaling = <1 1>; }; bat_therm@4a { reg = ; label = "bat_therm"; qcom,ratiometric; qcom,hw-settle-time = <200>; qcom,pre-scaling = <1 1>; }; bat_therm_30k@2a { reg = ; label = "bat_therm_30k"; qcom,ratiometric; qcom,hw-settle-time = <200>; qcom,pre-scaling = <1 1>; }; bat_therm_400k@6a { reg = ; label = "bat_therm_400k"; qcom,ratiometric; qcom,hw-settle-time = <200>; qcom,pre-scaling = <1 1>; }; bat_id@4b { reg = ; label = "bat_id"; qcom,ratiometric; qcom,hw-settle-time = <200>; qcom,pre-scaling = <1 1>; }; smb1390_therm@e { reg = ; label = "smb1390_therm"; qcom,hw-settle-time = <200>; qcom,pre-scaling = <1 1>; }; chg_sbux@99 { reg = ; label = "chg_sbux"; qcom,pre-scaling = <1 3>; }; mid_chg_div6@1e { reg = ; label = "chg_mid"; qcom,pre-scaling = <1 6>; }; }; pm7250b_adc_tm: adc_tm@3500 { compatible = "qcom,spmi-adc-tm5"; reg = <0x3500>; interrupts = <0x2 0x35 0x0 IRQ_TYPE_EDGE_RISING>; #address-cells = <1>; #size-cells = <0>; #thermal-sensor-cells = <1>; }; pm7250b_bcl: bcl@1d00 { compatible = "qcom,bcl-v5"; reg = <0x1d00>; interrupts = <0x2 0x1d 0x0 IRQ_TYPE_NONE>, <0x2 0x1d 0x1 IRQ_TYPE_NONE>, <0x2 0x1d 0x2 IRQ_TYPE_NONE>; interrupt-names = "bcl-lvl0", "bcl-lvl1", "bcl-lvl2"; #thermal-sensor-cells = <1>; }; bcl_soc:bcl-soc { compatible = "qcom,msm-bcl-soc"; #thermal-sensor-cells = <0>; }; pm7250b_gpios: pinctrl@c000 { compatible = "qcom,pm7250b-gpio"; reg = <0xc000>; gpio-controller; #gpio-cells = <2>; interrupt-controller; #interrupt-cells = <2>; }; }; pm7250b_3: qcom,pm7250b@3 { compatible = "qcom,spmi-pmic"; reg = <3 SPMI_USID>; #address-cells = <1>; #size-cells = <0>; pm7250b_vib: qcom,vibrator@5300 { compatible = "qcom,qpnp-vibrator-ldo"; reg = <0x5300>; qcom,vib-ldo-volt-uv = <3000000>; qcom,disable-overdrive; }; }; }; &thermal_zones { pm7250b_temp_alarm: pm7250b_tz { polling-delay-passive = <100>; polling-delay = <0>; thermal-governor = "step_wise"; thermal-sensors = <&pm7250b_tz>; trips { pm7250b_trip0: trip0 { temperature = <90000>; hysteresis = <0>; type = "passive"; }; trip1 { temperature = <115000>; hysteresis = <0>; type = "hot"; }; trip2 { temperature = <145000>; hysteresis = <0>; type = "critical"; }; }; }; pm7250b-ibat-lvl0 { polling-delay-passive = <0>; polling-delay = <0>; thermal-governor = "step_wise"; thermal-sensors = <&pm7250b_bcl 0>; trips { ibat_lvl0:ibat-lvl0 { temperature = <5500>; hysteresis = <200>; type = "passive"; }; }; }; pm7250b-ibat-lvl1 { polling-delay-passive = <0>; polling-delay = <0>; thermal-governor = "step_wise"; thermal-sensors = <&pm7250b_bcl 1>; trips { ibat_lvl1:ibat-lvl1 { temperature = <6000>; hysteresis = <200>; type = "passive"; }; }; }; pm7250b-bcl-lvl0 { polling-delay-passive = <100>; polling-delay = <0>; thermal-governor = "step_wise"; thermal-sensors = <&pm7250b_bcl 5>; trips { thermal-engine-trip { temperature = <100>; hysteresis = <0>; type = "passive"; }; thermal-hal-trip { temperature = <100>; hysteresis = <0>; type = "passive"; }; b_bcl_lvl0: b-bcl-lvl0 { temperature = <1>; hysteresis = <1>; type = "passive"; }; }; }; pm7250b-bcl-lvl1 { polling-delay-passive = <100>; polling-delay = <0>; thermal-governor = "step_wise"; thermal-sensors = <&pm7250b_bcl 6>; trips { thermal-engine-trip { temperature = <100>; hysteresis = <0>; type = "passive"; }; thermal-hal-trip { temperature = <100>; hysteresis = <0>; type = "passive"; }; b_bcl_lvl1: b-bcl-lvl1 { temperature = <1>; hysteresis = <1>; type = "passive"; }; }; }; pm7250b-bcl-lvl2 { polling-delay-passive = <100>; polling-delay = <0>; thermal-governor = "step_wise"; thermal-sensors = <&pm7250b_bcl 7>; trips { thermal-engine-trip { temperature = <100>; hysteresis = <0>; type = "passive"; }; thermal-hal-trip { temperature = <100>; hysteresis = <0>; type = "passive"; }; b_bcl_lvl2: b-bcl-lvl2 { temperature = <1>; hysteresis = <1>; type = "passive"; }; }; }; socd { polling-delay-passive = <100>; polling-delay = <0>; thermal-governor = "step_wise"; thermal-sensors = <&bcl_soc>; trips { thermal-engine-trip { temperature = <100>; hysteresis = <0>; type = "passive"; }; thermal-hal-trip { temperature = <100>; hysteresis = <0>; type = "passive"; }; socd_trip:socd-trip { temperature = <90>; hysteresis = <1>; type = "passive"; }; }; }; };