1 // SPDX-License-Identifier: BSD-3-Clause 1 // SPDX-License-Identifier: BSD-3-Clause 2 /* 2 /* 3 * Copyright (c) 2019, The Linux Foundation. A 3 * Copyright (c) 2019, The Linux Foundation. All rights reserved. 4 */ 4 */ 5 5 6 #include <dt-bindings/iio/qcom,spmi-vadc.h> 6 #include <dt-bindings/iio/qcom,spmi-vadc.h> 7 #include <dt-bindings/input/linux-event-codes. 7 #include <dt-bindings/input/linux-event-codes.h> 8 #include <dt-bindings/interrupt-controller/irq 8 #include <dt-bindings/interrupt-controller/irq.h> 9 #include <dt-bindings/spmi/spmi.h> 9 #include <dt-bindings/spmi/spmi.h> 10 #include <dt-bindings/thermal/thermal.h> 10 #include <dt-bindings/thermal/thermal.h> 11 11 12 / { 12 / { 13 thermal-zones { 13 thermal-zones { 14 pm6150_thermal: pm6150-thermal 14 pm6150_thermal: pm6150-thermal { 15 polling-delay-passive 15 polling-delay-passive = <100>; 16 !! 16 polling-delay = <0>; 17 thermal-sensors = <&pm 17 thermal-sensors = <&pm6150_temp>; 18 18 19 trips { 19 trips { 20 pm6150_trip0: 20 pm6150_trip0: trip0 { 21 temper 21 temperature = <95000>; 22 hyster 22 hysteresis = <0>; 23 type = 23 type = "passive"; 24 }; 24 }; 25 25 26 pm6150_crit: c 26 pm6150_crit: crit { 27 temper 27 temperature = <115000>; 28 hyster 28 hysteresis = <0>; 29 type = 29 type = "critical"; 30 }; 30 }; 31 }; 31 }; 32 }; 32 }; 33 }; 33 }; 34 }; 34 }; 35 35 36 &spmi_bus { 36 &spmi_bus { 37 pm6150_lsid0: pmic@0 { 37 pm6150_lsid0: pmic@0 { 38 compatible = "qcom,pm6150", "q 38 compatible = "qcom,pm6150", "qcom,spmi-pmic"; 39 reg = <0x0 SPMI_USID>; 39 reg = <0x0 SPMI_USID>; 40 #address-cells = <1>; 40 #address-cells = <1>; 41 #size-cells = <0>; 41 #size-cells = <0>; 42 42 43 pm6150_pon: pon@800 { 43 pm6150_pon: pon@800 { 44 compatible = "qcom,pm8 44 compatible = "qcom,pm8998-pon"; 45 reg = <0x800>; 45 reg = <0x800>; 46 mode-bootloader = <0x2 46 mode-bootloader = <0x2>; 47 mode-recovery = <0x1>; 47 mode-recovery = <0x1>; 48 48 49 pm6150_pwrkey: pwrkey 49 pm6150_pwrkey: pwrkey { 50 compatible = " 50 compatible = "qcom,pm8941-pwrkey"; 51 interrupts = < 51 interrupts = <0x0 0x8 0 IRQ_TYPE_EDGE_BOTH>; 52 debounce = <15 52 debounce = <15625>; 53 bias-pull-up; 53 bias-pull-up; 54 linux,code = < 54 linux,code = <KEY_POWER>; 55 }; 55 }; 56 56 57 pm6150_resin: resin { 57 pm6150_resin: resin { 58 compatible = " 58 compatible = "qcom,pm8941-resin"; 59 interrupts = < 59 interrupts = <0x0 0x8 1 IRQ_TYPE_EDGE_BOTH>; 60 debounce = <15 60 debounce = <15625>; 61 bias-pull-up; 61 bias-pull-up; 62 status = "disa 62 status = "disabled"; 63 }; 63 }; 64 }; 64 }; 65 65 66 pm6150_vbus: usb-vbus-regulato << 67 compatible = "qcom,pm6 << 68 "qcom,pm8 << 69 reg = <0x1100>; << 70 status = "disabled"; << 71 }; << 72 << 73 pm6150_typec: typec@1500 { << 74 compatible = "qcom,pm6 << 75 "qcom,pm8 << 76 reg = <0x1500>, <0x170 << 77 interrupts = <0x0 0x15 << 78 <0x0 0x15 << 79 <0x0 0x15 << 80 <0x0 0x15 << 81 <0x0 0x15 << 82 <0x0 0x15 << 83 <0x0 0x15 << 84 <0x0 0x15 << 85 <0x0 0x17 << 86 <0x0 0x17 << 87 <0x0 0x17 << 88 <0x0 0x17 << 89 <0x0 0x17 << 90 <0x0 0x17 << 91 <0x0 0x17 << 92 <0x0 0x17 << 93 interrupt-names = "or- << 94 "vpd << 95 "cc- << 96 "vco << 97 "vbu << 98 "att << 99 "leg << 100 "try << 101 "sig << 102 "sig << 103 "msg << 104 "msg << 105 "msg << 106 "msg << 107 "msg << 108 "fr- << 109 status = "disabled"; << 110 }; << 111 << 112 pm6150_temp: temp-alarm@2400 { 66 pm6150_temp: temp-alarm@2400 { 113 compatible = "qcom,spm 67 compatible = "qcom,spmi-temp-alarm"; 114 reg = <0x2400>; 68 reg = <0x2400>; 115 interrupts = <0x0 0x24 69 interrupts = <0x0 0x24 0x0 IRQ_TYPE_EDGE_RISING>; 116 io-channels = <&pm6150 70 io-channels = <&pm6150_adc ADC5_DIE_TEMP>; 117 io-channel-names = "th 71 io-channel-names = "thermal"; 118 #thermal-sensor-cells 72 #thermal-sensor-cells = <0>; 119 }; 73 }; 120 74 121 pm6150_adc: adc@3100 { 75 pm6150_adc: adc@3100 { 122 compatible = "qcom,spm 76 compatible = "qcom,spmi-adc5"; 123 reg = <0x3100>; 77 reg = <0x3100>; 124 interrupts = <0x0 0x31 78 interrupts = <0x0 0x31 0x0 IRQ_TYPE_EDGE_RISING>; 125 #address-cells = <1>; 79 #address-cells = <1>; 126 #size-cells = <0>; 80 #size-cells = <0>; 127 #io-channel-cells = <1 81 #io-channel-cells = <1>; 128 82 129 channel@6 { 83 channel@6 { 130 reg = <ADC5_DI 84 reg = <ADC5_DIE_TEMP>; 131 label = "die_t 85 label = "die_temp"; 132 }; 86 }; 133 }; 87 }; 134 88 135 pm6150_adc_tm: adc-tm@3500 { 89 pm6150_adc_tm: adc-tm@3500 { 136 compatible = "qcom,spm 90 compatible = "qcom,spmi-adc-tm5"; 137 reg = <0x3500>; 91 reg = <0x3500>; 138 interrupts = <0x0 0x35 92 interrupts = <0x0 0x35 0x0 IRQ_TYPE_EDGE_RISING>; 139 #thermal-sensor-cells 93 #thermal-sensor-cells = <1>; 140 #address-cells = <1>; 94 #address-cells = <1>; 141 #size-cells = <0>; 95 #size-cells = <0>; 142 status = "disabled"; 96 status = "disabled"; 143 }; 97 }; 144 98 145 pm6150_rtc: rtc@6000 { 99 pm6150_rtc: rtc@6000 { 146 compatible = "qcom,pm8 100 compatible = "qcom,pm8941-rtc"; 147 reg = <0x6000>, <0x610 101 reg = <0x6000>, <0x6100>; 148 reg-names = "rtc", "al 102 reg-names = "rtc", "alarm"; 149 interrupts = <0x0 0x61 103 interrupts = <0x0 0x61 0x1 IRQ_TYPE_EDGE_RISING>; 150 status = "disabled"; 104 status = "disabled"; 151 }; 105 }; 152 106 153 pm6150_gpios: gpio@c000 { 107 pm6150_gpios: gpio@c000 { 154 compatible = "qcom,pm6 108 compatible = "qcom,pm6150-gpio", "qcom,spmi-gpio"; 155 reg = <0xc000>; 109 reg = <0xc000>; 156 gpio-controller; 110 gpio-controller; 157 gpio-ranges = <&pm6150 111 gpio-ranges = <&pm6150_gpios 0 0 10>; 158 #gpio-cells = <2>; 112 #gpio-cells = <2>; 159 interrupt-controller; 113 interrupt-controller; 160 #interrupt-cells = <2> 114 #interrupt-cells = <2>; 161 }; 115 }; 162 }; 116 }; 163 117 164 pm6150_lsid1: pmic@1 { 118 pm6150_lsid1: pmic@1 { 165 compatible = "qcom,pm6150", "q 119 compatible = "qcom,pm6150", "qcom,spmi-pmic"; 166 reg = <0x1 SPMI_USID>; 120 reg = <0x1 SPMI_USID>; 167 #address-cells = <1>; 121 #address-cells = <1>; 168 #size-cells = <0>; 122 #size-cells = <0>; 169 << 170 pm6150_vib: vibrator@5300 { << 171 compatible = "qcom,pm6 << 172 reg = <0x5300>; << 173 status = "disabled"; << 174 }; << 175 }; 123 }; 176 }; 124 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.