Lines Matching +full:4 +full:- +full:pin
3 # SPDX-License-Identifier: Apache-2.0
5 include: sensor-device.yaml
8 int1-gpios:
9 type: phandle-array
11 INT_1 pin
13 This pin defaults to active high when produced by the sensor. The property value should ensure
16 int2-gpios:
17 type: phandle-array
19 INT_2 pin
21 This pin defaults to active high when produced by the sensor. The property value should ensure
24 drdy-int-pad:
28 Select DRDY pin number (1 or 2).
34 - 1 # drdy is generated on INT1
35 - 2 # drdy is generated on INT2
37 threshold-int-pad:
41 Select threshold interrupt pin number (1 or 2).
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]