zephyr/dts/bindings/sensor/st,lps22df-spi.yaml
Armando Visconti f1f7e4712c drivers/sensor: add support to LPS22DF pressure sensor
The LPS22DF is an ultracompact, piezoresistive, absolute pressure sensor
that functions as a digital output barometer. The LPS22DF provides lower
power consumption, achieving lower pressure noise than its predecessor.
This driver is based on stmemsc HAL i/f v2.3

https://www.st.com/en/datasheet/lps22df.pdf

Signed-off-by: Armando Visconti <armando.visconti@st.com>
2023-11-13 16:08:46 +00:00

11 lines
264 B
YAML

# Copyright (c) 2023 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
description: |
STMicroelectronics LPS22DF pressure and temperature sensor connected to SPI
bus
compatible: "st,lps22df"
include: ["spi-device.yaml", "st,lps22df-common.yaml"]