adi,adxl355 (on i2c bus)

Description

ADXL355 3-axis accelerometer with I2C connection

Properties

Properties not inherited from the base binding file.

Name

Type

Details

supply-gpios

phandle-array

GPIO specifier that controls power to the device.

This property should be provided when the device has a dedicated
switch that controls power to the device.  The supply state is
entirely the responsibility of the device driver.

Contrast with vin-supply.

vin-supply

phandle

Reference to the regulator that controls power to the device.
The referenced devicetree node must have a regulator compatible.

This property should be provided when device power is supplied
by a shared regulator.  The supply state is dependent on the
request status of all devices fed by the regulator.

Contrast with supply-gpios.  If both properties are provided
then the regulator must be requested before the supply GPIOS is
set to an active state, and the supply GPIOS must be set to an
inactive state before releasing the regulator.

odr

int

Output data rate. Default is power on reset value.

Legal values: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10

fifo-watermark

int

Specify the FIFO watermark level in frame count.
Valid range: 1 - 96. Default value is the reset value.

Default value: 96

range

int

Accelerometer range. Default is power on reset value.

Default value: 1

Legal values: 1, 2, 3

hpf-corner

int

High pass filter corner frequency setting.
Default is power on reset value.

Legal values: 0, 1, 2, 3, 4, 5, 6

ext-clk

boolean

Enable external clock input. Default is power on reset value.

ext-sync

int

Enable external sync input. Default is power on reset value.

Legal values: 0, 1, 2

i2c-fast-mode

boolean

Enable I2C in fast mode. By default, High-Speed mode is used.

int-pol

int

Interrupt polarity configuration.
Default is power on reset value.

Legal values: 0, 1

int1-gpios

phandle-array

The INT1 signal defaults to active low as produced by the
sensor.  The property value should ensure the flags properly
describe the signal that is presented to the driver.
Either this or INT2 will be used to route interrupts. If both
are defined, then int1 is prioritized.

int2-gpios

phandle-array

The INT2 signal defaults to active low as produced by the
sensor.  The property value should ensure the flags properly
describe the signal that is presented to the driver.
Either this or INT1 will be used to route interrupts. If both
are defined, then int1 is prioritized.

self-test-enable

boolean

Run Self-Test on initialization.

Note: Enabling this property adds approximately 200ms delay during
device initialization. Consider increasing CONFIG_ADXL355_INIT_PRIORITY
(e.g., to 90) to defer initialization if boot time is critical.

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).