0f95b6fbb0
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>
10 lines
264 B
YAML
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.
|