zephyr/dts/bindings/sensor/bosch,bmp388-i2c.yaml
Corey Wharton e3c94d381a driver: sensor: Add support for BMP388 pressure sensor
Adds support for Bosch's BMP388 pressure sensors connected either
by a I2C or SPI bus.

Signed-off-by: Corey Wharton <coreyw7@fb.com>
2021-04-02 08:06:46 -05:00

10 lines
244 B
YAML

# Copyright (c) 2020 Facebook, Inc. and its affiliates
# SPDX-License-Identifier: Apache-2.0
description: |
Bosch BMP388 pressure sensor accessed through I2C bus
compatible: "bosch,bmp388"
include: [i2c-device.yaml, "bosch,bmp388.yaml"]