Lines Matching +full:1 +full:- +full:bit
2 # SPDX-License-Identifier: Apache-2.0
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
20 Bit[1]: Map Interrupt B to INT1
21 Bit[2]: Map Interrupt C to INT1
23 int2-map-io:
26 Bit[0]: Map Interrupt A to INT2, Accel Data Ready
27 Bit[1]: Map Interrupt B to INT2
28 Bit[2]: Map Interrupt C to INT2
30 int1-conf-io:
33 Bit[0]: reserved
34 Bit[1]: if set to 1, INT1 is active high, otherwise it's active low
35 Bit[2]: if set to 1, INT1 is open-drain, otherwise it's push-pull
36 Bit[3]: if set to 1, enable INT1 as an output pin
37 Bit[4]: if set to 1, enable INT1 as an input pin
38 Bit[7:5] : reserved
40 int2-conf-io:
43 Bit[0]: reserved
44 Bit[1]: if set to 1, INT2 is active high, otherwise it's active low
45 Bit[2]: if set to 1, INT2 is open-drain, otherwise it's push-pull
46 Bit[3]: if set to 1, enable INT2 as an output pin
47 Bit[4]: if set to 1, enable INT2 as an input pin
48 Bit[7:5] : reserved
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.