2017-11-17 17:38:32 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2017, Linaro Limited
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
---
|
|
|
|
title: STMicroelectronics MEMS sensors HTS221
|
|
|
|
version: 0.1
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This binding gives a base representation of HTS221 humidity and temperature
|
|
|
|
sensor
|
|
|
|
|
|
|
|
inherits:
|
|
|
|
!include i2c-device.yaml
|
|
|
|
|
|
|
|
properties:
|
|
|
|
compatible:
|
|
|
|
constraint: "st,hts221"
|
|
|
|
|
2019-01-16 23:09:18 +08:00
|
|
|
drdy-gpios:
|
|
|
|
type: compound
|
|
|
|
category: optional
|
2019-01-24 20:09:39 +08:00
|
|
|
description: DRDY pin
|
2019-01-16 23:09:18 +08:00
|
|
|
generation: define, use-prop-name
|
|
|
|
|
2017-11-17 17:38:32 +08:00
|
|
|
...
|