Lines Matching +full:no +full:- +full:enum
3 # SPDX-License-Identifier: Apache-2.0
5 include: sensor-device.yaml
8 int1-gpios:
9 type: phandle-array
16 int2-gpios:
17 type: phandle-array
24 drdy-int-pad:
26 enum: [1, 2]
31 interrupt should be generated from. If this property is not specified, no data ready
34 - 1 # drdy is generated on INT1
35 - 2 # drdy is generated on INT2
37 threshold-int-pad:
39 enum: [1, 2]
44 interrupt should be generated from. If this property is not specified, no threshold interrupts
47 - 1 # threshold interrupt is generated on INT1
48 - 2 # threshold interrupt is generated on INT2
54 Range in g. Default is power-up configuration.
56 - 16 # 16g (1.952 mg/LSB)
57 - 8 # 8g (0.976 mg/LSB)
58 - 4 # 4g (0.488 mg/LSB)
59 - 2 # 2g (0.244 mg/LSB)
61 enum: [16, 8, 4, 2]