Lines Matching +full:short +full:- +full:circuit
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Andrew Hepp <andrew.hepp@ahepp.dev>
13 https://ww1.microchip.com/downloads/en/DeviceDoc/MCP960X-Data-Sheet-20005426.pdf
26 interrupt-names:
31 - open-circuit
32 - short-circuit
33 - alert1
34 - alert2
35 - alert3
36 - alert4
38 thermocouple-type:
42 Use defines in dt-bindings/iio/temperature/thermocouple.h.
45 vdd-supply: true
48 - compatible
49 - reg
54 - |
55 #include <dt-bindings/iio/temperature/thermocouple.h>
56 #include <dt-bindings/interrupt-controller/irq.h>
58 #address-cells = <1>;
59 #size-cells = <0>;
61 temperature-sensor@60 {
64 interrupt-parent = <&gpio>;
66 interrupt-names = "open-circuit";
67 thermocouple-type = <THERMOCOUPLE_TYPE_K>;
68 vdd-supply = <&vdd>;