Lines Matching +full:enable +full:- +full:active +full:- +full:high
2 # SPDX-License-Identifier: Apache-2.0
6 include: sensor-device.yaml
9 int-gpios:
10 type: phandle-array
16 int3-4-map-io:
22 Bit[7] will enable the data ready interrupt on INT4
24 int3-4-conf-io:
27 Bit[0]: if set to 1, INT3 is active high, otherwise it's active low
28 Bit[1]: if set to 1, INT3 is open-drain, otherwise it's push-pull
29 Bit[2]: if set to 1, INT4 is active high, otherwise it's active low
30 Bit[3]: if set to 1, INT4 is open-drain, otherwise it's push-pull
32 gyro-hz:
36 Default frequency of accelerometer. (Unit - Hz)
38 - "2000_532"
39 - "2000_230"
40 - "1000_116"
41 - "400_47"
42 - "200_23"
43 - "100_12"
44 - "200_64"
45 - "100_32"
47 gyro-fs:
51 Default full scale of accelerometer. (Unit - g)
53 - 2000
54 - 1000
55 - 500
56 - 250
57 - 125
59 data-sync:
62 Enables data sync if defined. Must be set if bmi08x-accel data-sync is set as well.