zephyr/dts/bindings/sensor/invensense,mpu6050.yaml
Fabio Baltieri eb0a524972 yamllint: indentation: fix dts/bindings/
Fix the YAML files indentation for files in dts/bindings/.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 14:23:53 +01:00

19 lines
565 B
YAML

# Copyright (c) 2019 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
description: MPU-6000 motion tracking device
# MPU-6000 is SPI or I2C. MPU-6050 is I2C-only. Driver does not
# support SPI so stick with I2C variant.
compatible: "invensense,mpu6050"
include: [sensor-device.yaml, i2c-device.yaml]
properties:
int-gpios:
type: phandle-array
description: |
The INT signal default configuration is active-high. The
property value should ensure the flags properly describe the
signal that is presented to the driver.