1# Copyright (c) 2020 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4description: |
5  Bosch BMA280 triaxial acceleration sensor.  See more info at:
6  https://www.bosch-sensortec.com/products/motion-sensors/accelerometers/bma280.html
7
8compatible: "bosch,bma280"
9
10include: [sensor-device.yaml, i2c-device.yaml]
11
12properties:
13  int1-gpios:
14    type: phandle-array
15    description: |
16      Identifies pin for the INT1 signal on the sensor.  The sensor
17      INT2 signal is not supported by the driver.
18
19  is-bmc150:
20    type: boolean
21    description: |
22      Specifies that the driver should adapt to the accelerometer
23      capability provided by the BMC150 6-axis eCompass.  This affects
24      the chip ID and the resolution of the measurements.
25