blob: 90a58af62472f09c46c817ff78fbb43bf4a7a94f [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2020 Linumiz
description: WSEN-ITDS 3-axis accel sensor
compatible: "we,wsen-itds"
include: i2c-device.yaml
properties:
int-gpios:
type: phandle-array
required: false
description: |
This property specifies the connection for INT0, the driver maps
all interrupts to INT0 as default. The signal to output high when
data produced by the sensor.
odr:
type: string
required: true
description: Output data rate in Hz
enum:
- "1.6"
- "12.5"
- "25"
- "50"
- "100"
- "200"
- "400"
- "800"
- "1600"
op-mode:
type: string
required: true
description: Operating mode of sensor
enum:
- "low-power"
- "normal"
- "high-perf"