1# Copyright (c) 2021 Vestas Wind Systems A/S 2# SPDX-License-Identifier: Apache-2.0 3 4description: | 5 LM77 digital temperature sensor 6 7compatible: "lm77" 8 9include: [sensor-device.yaml, i2c-device.yaml] 10 11properties: 12 int-gpios: 13 type: phandle-array 14 description: | 15 Identifies the INT signal, which is active-low open drain by default 16 when produced by the sensor. 17 18 int-inverted: 19 type: boolean 20 description: | 21 When present, the polarity on the INT signal is inverted (active-high). 22 23 tcrita-inverted: 24 type: boolean 25 description: | 26 When present, the polarity on the T_CRIT_A signal is inverted 27 (active-high). 28 29 enable-fault-queue: 30 type: boolean 31 description: | 32 When present, the fault queue is enabled. The fault queue allows up to 4 33 faults to prevent false INT/T_CRIT_A tripping when the LM77 is used in 34 noisy environments. 35