Lines Matching +full:qcom +full:- +full:tsens
1 # SPDX-License-Identifier: (GPL-2.0)
4 ---
5 $id: http://devicetree.org/schemas/thermal/thermal-sensor.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Amit Kucheria <amitk@kernel.org>
20 - thermal-sensor: device that measures temperature, has SoC-specific bindings
21 - cooling-device: device used to dissipate heat either passively or actively
22 - thermal-zones: a container of the following node types used to describe all
25 This binding describes the thermal-sensor.
32 "#thermal-sensor-cells":
42 - |
43 #include <dt-bindings/interrupt-controller/arm-gic.h>
45 // Example 1: SDM845 TSENS
47 #address-cells = <2>;
48 #size-cells = <2>;
52 tsens0: thermal-sensor@c263000 {
53 compatible = "qcom,sdm845-tsens", "qcom,tsens-v2";
56 #qcom,sensors = <13>;
59 interrupt-names = "uplow", "critical";
60 #thermal-sensor-cells = <1>;
63 tsens1: thermal-sensor@c265000 {
64 compatible = "qcom,sdm845-tsens", "qcom,tsens-v2";
67 #qcom,sensors = <8>;
70 interrupt-names = "uplow", "critical";
71 #thermal-sensor-cells = <1>;