blob: b6ec88ad75f55b5d7427852d6ee04827c1802a09 [file] [log] [blame]
# Copyright (c) 2021 Vestas Wind Systems A/S
# SPDX-License-Identifier: Apache-2.0
description: |
LM77 digital temperature sensor
compatible: "lm77"
include: i2c-device.yaml
properties:
int-gpios:
type: phandle-array
required: false
description: |
Identifies the INT signal, which is active-low open drain by default
when produced by the sensor.
int-inverted:
type: boolean
description: |
When present, the polarity on the INT signal is inverted (active-high).
tcrita-inverted:
type: boolean
description: |
When present, the polarity on the T_CRIT_A signal is inverted
(active-high).
enable-fault-queue:
type: boolean
description: |
When present, the fault queue is enabled. The fault queue allows up to 4
faults to prevent false INT/T_CRIT_A tripping when the LM77 is used in
noisy environments.