zephyr/dts/bindings/sensor/bosch,bma280.yaml
Chris Friedt 83bea9a796 dts: bindings: clean up redundant required false attributes
DTS property attributes are (by default) not required.

Explicitly specifying `required: false` is redundant.
Perhaps a warning to that effect would be useful.

Signed-off-by: Chris Friedt <cfriedt@meta.com>
2022-11-20 13:12:44 -05:00

25 lines
759 B
YAML

# Copyright (c) 2020 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
description: |
Bosch BMA280 triaxial acceleration sensor. See more info at:
https://www.bosch-sensortec.com/products/motion-sensors/accelerometers/bma280.html
compatible: "bosch,bma280"
include: [sensor-device.yaml, i2c-device.yaml]
properties:
int1-gpios:
type: phandle-array
description: |
Identifies pin for the INT1 signal on the sensor. The sensor
INT2 signal is not supported by the driver.
is-bmc150:
type: boolean
description: |
Specifies that the driver should adapt to the accelerometer
capability provided by the BMC150 6-axis eCompass. This affects
the chip ID and the resolution of the measurements.