Lines Matching +full:sdm845 +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":
40 - "#thermal-sensor-cells"
45 - |
46 #include <dt-bindings/interrupt-controller/arm-gic.h>
48 // Example 1: SDM845 TSENS
50 #address-cells = <2>;
51 #size-cells = <2>;
55 tsens0: thermal-sensor@c263000 {
56 compatible = "qcom,sdm845-tsens", "qcom,tsens-v2";
62 interrupt-names = "uplow", "critical";
63 #thermal-sensor-cells = <1>;
66 tsens1: thermal-sensor@c265000 {
67 compatible = "qcom,sdm845-tsens", "qcom,tsens-v2";
73 interrupt-names = "uplow", "critical";
74 #thermal-sensor-cells = <1>;