Lines Matching +full:low +full:- +full:power
4 # SPDX-License-Identifier: Apache-2.0
6 description: ICM-42670 motion tracking device
8 include: [sensor-device.yaml]
11 int-gpios:
12 type: phandle-array
14 The INT signal default configuration is active-high. The
18 accel-hz:
22 Default frequency of accelerometer. (Unit - Hz)
24 Power-on reset value is 800.
26 - 0
27 - 1600
28 - 800
29 - 400
30 - 200
31 - 100
32 - 50
33 - 25
34 - 12
35 - 6
36 - 3
37 - 1
39 gyro-hz:
43 Default frequency of gyroscope. (Unit - Hz)
45 Power-on reset value is 800.
47 - 0
48 - 1600
49 - 800
50 - 400
51 - 200
52 - 100
53 - 50
54 - 25
55 - 12
57 power-mode:
59 default: "low-noise"
61 Power mode.
62 Low power mode is allowed for accelerometer sensor only from
67 - "low-noise"
68 - "low-power"
71 accel-fs:
75 Default full scale of accelerometer. (Unit - g)
77 Power-on reset value is 16
79 - 16
80 - 8
81 - 4
82 - 2
84 accel-avg:
89 in accelerometer low power mode.
93 - 2
94 - 4
95 - 8
96 - 16
97 - 32
98 - 64
100 accel-filt-bw-hz:
104 Accelerometer low pass filter bandwidth frequency (Unit - Hz).
108 - 0
109 - 180
110 - 121
111 - 73
112 - 53
113 - 34
114 - 25
115 - 16
118 gyro-fs:
122 Default full scale of gyroscope. (Unit - DPS)
124 Power-on reset value is 2000
126 - 2000
127 - 1000
128 - 500
129 - 250
131 gyro-filt-bw-hz:
135 Gyroscope low pass filter bandwidth frequency (Unit - Hz).
139 - 0
140 - 180
141 - 121
142 - 73
143 - 53
144 - 34
145 - 25
146 - 16
160 - "none"
161 - "pedometer"
162 - "tilt"
163 - "smd"
164 - "wom"