Lines Matching +full:accel +full:- +full:fs
2 # SPDX-License-Identifier: Apache-2.0
4 description: BMI08X Accel inertial measurement unit
6 include: sensor-device.yaml
9 int-gpios:
10 type: phandle-array
16 int1-map-io:
19 Bit[0]: Map Interrupt A to INT1, Accel Data Ready
23 int2-map-io:
26 Bit[0]: Map Interrupt A to INT2, Accel Data Ready
30 int1-conf-io:
35 Bit[2]: if set to 1, INT1 is open-drain, otherwise it's push-pull
40 int2-conf-io:
45 Bit[2]: if set to 1, INT2 is open-drain, otherwise it's push-pull
50 accel-hz:
54 Default frequency of accelerometer. (Unit - Hz)
56 - "12.5"
57 - "25"
58 - "50"
59 - "100"
60 - "200"
61 - "400"
62 - "800"
63 - "1600"
65 accel-fs:
69 Default full scale of accelerometer. (Unit - g)
71 - 2
72 - 3
73 - 4
74 - 6
75 - 8
76 - 12
77 - 16
78 - 24
80 data-sync:
83 Enables data sync if defined. This is to point to the bmi08x-gyro definition
84 that is within the same IC as the bmi08x-accel.