19 lines
412 B
YAML
19 lines
412 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 SPI bus
|
|
|
|
compatible: "st,lps22hh"
|
|
|
|
include: spi-device.yaml
|
|
|
|
properties:
|
|
drdy-gpios:
|
|
type: phandle-array
|
|
required: false
|
|
description: DRDY pin
|