summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/motionsense/driver/lsm6dso.yaml
blob: dd345854be5466548d2a347341b642320d2b3091 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2021 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
# common fields for both LSM6DSO accel and gyro

# every motionsense sensor node should include motionsense-sensor-base.yaml
include: motionsense-sensor-base.yaml

properties:
  i2c-spi-addr-flags:
    type: string
    description: i2c address or SPI peripheral logic GPIO
    # Address is b'0110101x' where x is determined by the
    # logic level on SA0
    enum:
      - "LSM6DSO_ADDR0_FLAGS"
      - "LSM6DSO_ADDR1_FLAGS"
    default: "LSM6DSO_ADDR0_FLAGS"