zephyr/dts/bindings/sensor/bosch,bma4xx-common.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

10 lines
264 B
YAML

# Copyright (c) 2023 Google LLC
# SPDX-License-Identifier: Apache-2.0
properties:
int1-gpios:
type: phandle-array
description: |
Identifies pin for the INT1 signal on the sensor. The sensor
INT2,3,4 signals are not supported by the driver.