7a2fcc419e
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>
12 lines
312 B
YAML
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
|
|
I2C bus
|
|
|
|
compatible: "st,lps28dfw"
|
|
|
|
include: ["i2c-device.yaml", "st,lps28dfw-common.yaml"]
|