zephyr/dts/bindings/sensor/st,lps28dfw-i3c.yaml
Jonas Remmert 7a2fcc419e drivers/sensor: add support to LPS28DFW pressure sensor
The LPS28DFW is an ultracompact, piezoresistive, absolute pressure sensor.
Compared to the LPS22DF, the LPS28DFW is waterproof and has a Dual FS
capability and does not have SPI. This commit extends the LPS22DF driver to
be compatible with the LPS28DFW device.

Signed-off-by: Jonas Remmert <j.remmert@phytec.de>
2023-12-01 12:19:05 -06:00

12 lines
312 B
YAML

# Copyright (c) 2023 STMicroelectronics
# Copyright (c) 2023 PHYTEC Messtechnik GmbH
# SPDX-License-Identifier: Apache-2.0
description: |
STMicroelectronics LPS28DFW pressure and temperature sensor connected to
I3C bus
compatible: "st,lps28dfw"
include: ["i3c-device.yaml", "st,lps28dfw-common.yaml"]