invensense,icp201xx

Vendor: InvenSense Inc.

Note

An implementation of a driver matching this compatible is available in drivers/sensor/tdk/icp201xx/icp201xx_drv.c.

Description

ICP201xx High Accuracy, Low Power, Barometric Pressure and Temperature Sensor IC

Properties

Properties not inherited from the base binding file.

Name

Type

Details

int-gpios

phandle-array

The INT signal default configuration is active-high. The
property value should ensure the flags properly describe the
signal that is presented to the driver.

op-mode

string

Default mode for sensor.
Mode selection is a trade-off between measurement time, consumption and noise.
Operation modes are the following:
- Mode0: odr=25Hz,  noise=0.5rms, current=211uA
- Mode1: odr=120Hz, noise=1rms,   current=222uA
- Mode2: odr=40Hz,  noise=2.5rms, current=49uA
- Mode3: odr=2Hz,   noise=0.5rms, current=23uA
- Mode4: odr=25Hz,  noise=0.3rms, current=250uA
Default set to mode0 which is the sensor default value.

Default value: mode0

Legal values: 'mode0', 'mode1', 'mode2', 'mode3', 'mode4'

drive-strength

string

IO device strength register value.
Define max current when switching IO state.
Default set to current_12mA_1_8V which is the sensor default value.

Default value: current_12mA_1_8V

Legal values: 'current_2mA_1_8V', 'current_4mA_1_8V', 'current_8mA_1_8V', 'current_12mA_1_8V', 'current_2mA_1_2V', 'current_4mA_1_2V', 'current_6mA_1_2V', 'current_8mA_1_2V'

friendly-name

string

Human readable string describing the sensor. It can be used to
distinguish multiple instances of the same model (e.g., lid accelerometer
vs. base accelerometer in a laptop) to a host operating system.

This property is defined in the Generic Sensor Property Usages of the HID
Usage Tables specification
(https://usb.org/sites/default/files/hut1_3_0.pdf, section 22.5).