summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/motionsense/driver/cros-ec,bma255.yaml
blob: 12a5be2d443f40cb9b4d4d179b2533e474acf633 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2021 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

description: motionsense sensor node for BMA255

compatible: "cros-ec,bma255"

# 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
    enum:
      - "BMA2x2_I2C_ADDR1_FLAGS"
      - "BMA2x2_I2C_ADDR2_FLAGS"
      - "BMA2x2_I2C_ADDR3_FLAGS"
      - "BMA2x2_I2C_ADDR4_FLAGS"
    default: "BMA2x2_I2C_ADDR1_FLAGS"