f1f7e4712c
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>
11 lines
264 B
YAML
11 lines
264 B
YAML
# Copyright (c) 2023 STMicroelectronics
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: |
|
|
STMicroelectronics LPS22DF pressure and temperature sensor connected to I3C
|
|
bus
|
|
|
|
compatible: "st,lps22df"
|
|
|
|
include: ["i3c-device.yaml", "st,lps22df-common.yaml"]
|