Lines Matching +full:gyro +full:- +full:fs
2 # SPDX-License-Identifier: Apache-2.0
4 description: ICM-42605 motion tracking device
6 # ICM-42605 is SPI.
9 include: [sensor-device.yaml, spi-device.yaml]
12 int-gpios:
13 type: phandle-array
16 The INT signal default configuration is active-high. The
20 accel-hz:
24 Default frequency of accelerometer. (Unit - Hz)
27 - 1
28 - 3
29 - 6
30 - 12
31 - 25
32 - 50
33 - 100
34 - 200
35 - 500
36 - 1000
37 - 2000
38 - 4000
39 - 8000
41 gyro-hz:
45 Default frequency of gyroscope. (Unit - Hz)
48 - 12
49 - 25
50 - 50
51 - 100
52 - 200
53 - 500
54 - 1000
55 - 2000
56 - 4000
57 - 8000
59 accel-fs:
63 Default full scale of accelerometer. (Unit - g)
66 - 16
67 - 8
68 - 4
69 - 2
71 gyro-fs:
75 Default full scale of gyroscope. (Unit - DPS)
78 - 2000
79 - 1000
80 - 500
81 - 250
82 - 125
83 - 62.5
84 - 31.25
85 - 15.625