24 lines
457 B
YAML
24 lines
457 B
YAML
#
|
|
# Copyright (c) 2019 STMicroelectronics
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: STMicroelectronics MEMS sensors LPS22HH
|
|
|
|
description: >
|
|
This binding gives a base representation of LPS22HH pressure and
|
|
temperature sensor connected to I2C bus
|
|
|
|
inherits:
|
|
!include i2c-device.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "st,lps22hh"
|
|
|
|
drdy-gpios:
|
|
type: phandle-array
|
|
category: optional
|
|
description: DRDY pin
|