19 lines
399 B
YAML
19 lines
399 B
YAML
# Copyright (c) 2019 STMicroelectronics
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
title: STMicroelectronics MEMS sensors STTS751
|
|
|
|
description: >
|
|
This binding gives a base representation of STTS751
|
|
temperature sensor connected to I2C bus
|
|
|
|
compatible: "st,stts751"
|
|
|
|
include: i2c-device.yaml
|
|
|
|
properties:
|
|
drdy-gpios:
|
|
type: phandle-array
|
|
required: false
|
|
description: DRDY pin
|