1# Copyright (c) 2022 Würth Elektronik eiSos GmbH & Co. KG 2# SPDX-License-Identifier: Apache-2.0 3 4description: | 5 Würth Elektronik WSEN-TIDS temperature sensor 6 7compatible: "we,wsen-tids" 8 9include: [sensor-device.yaml, i2c-device.yaml] 10 11properties: 12 int-gpios: 13 type: phandle-array 14 description: Threshold interrupt pin. 15 Interrupt is active low by default. 16 17 odr: 18 type: int 19 required: true 20 enum: 21 - 25 22 - 50 23 - 100 24 - 200 25 description: | 26 Sensor output data rate expressed in samples per second. 27 Data rates supported by the chip are 25, 50, 100 and 200. 28 29 temp-high-threshold: 30 type: int 31 description: | 32 Threshold for temperature high limit interrupt event. 33 34 temp-low-threshold: 35 type: int 36 description: | 37 Threshold for temperature low limit interrupt event. 38