1# Copyright (c) 2021 Leica Geosystems AG
2# SPDX-License-Identifier: Apache-2.0
3
4description: LM75 Digital Temperature Sensor with 2-Wire Interface.
5
6compatible: "lm75"
7
8include: [sensor-device.yaml, i2c-device.yaml]
9
10properties:
11  int-gpios:
12    type: phandle-array
13    description: |
14      Identifies the INT signal, which is active-low open drain by default
15      when produced by the sensor.
16
17  int-inverted:
18    type: boolean
19    description: |
20      When present, the polarity on the INT signal is inverted (active-high).
21