Path: blob/master/Documentation/devicetree/bindings/iio/temperature/ti,tmp117.yaml
26309 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/iio/temperature/ti,tmp117.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: TI TMP117 - Digital temperature sensor with integrated NV memory78description: |9TI TMP116/117 - Digital temperature sensor with integrated NV memory that10supports I2C interface.11https://www.ti.com/lit/gpn/tmp11612https://www.ti.com/lit/gpn/tmp1171314maintainers:15- Puranjay Mohan <puranjay12@gmail.com>1617properties:18compatible:19enum:20- ti,tmp11621- ti,tmp1172223reg:24maxItems: 12526vcc-supply:27description: provide VCC power to the sensor.2829label:30description: Unique name to identify which device this is.3132required:33- compatible34- reg35- vcc-supply3637additionalProperties: false3839examples:40- |41i2c {42#address-cells = <1>;43#size-cells = <0>;4445tmp117@48 {46compatible = "ti,tmp117";47reg = <0x48>;48vcc-supply = <&pmic_reg_3v3>;49};50};515253