zephyr/dts/bindings/sensor/bosch,bma4xx-spi.yaml
Tristan Honscheid 0f95b6fbb0 sensors: Add Bosch BMA4xx-series driver
This is a driver targetting the Bosch BMA 4-series accelerometers. It
has been specifically developed for the BMA422 but should be compatible
with others in that line, excepting the BMA400. Supports key attributes
and async RTIO one-shot operation. I2C operation is supported, with
stubs for a SPI implementation provided for future improvement.

Signed-off-by: Tristan Honscheid <honscheid@google.com>
2024-01-11 09:58:29 -06:00

14 lines
457 B
YAML

# Copyright (c) 2023 Google LLC
# SPDX-License-Identifier: Apache-2.0
description: |
Bosch BMA4xx 3-axis acceleration sensors in SPI mode. See more info at:
https://www.bosch-sensortec.com/products/motion-sensors/accelerometers/
SPI mode is currently NOT supported in the driver but is specified in the
bindings for ease of future expansion.
compatible: "bosch,bma4xx"
include: [sensor-device.yaml, spi-device.yaml, "bosch,bma4xx-common.yaml"]