st-sensors.txt 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. STMicroelectronics MEMS sensors
  2. The STMicroelectronics sensor devices are pretty straight-forward I2C or
  3. SPI devices, all sharing the same device tree descriptions no matter what
  4. type of sensor it is.
  5. Required properties:
  6. - compatible: see the list of valid compatible strings below
  7. - reg: the I2C or SPI address the device will respond to
  8. Optional properties:
  9. - vdd-supply: an optional regulator that needs to be on to provide VDD
  10. power to the sensor.
  11. - vddio-supply: an optional regulator that needs to be on to provide the
  12. VDD IO power to the sensor.
  13. - st,drdy-int-pin: the pin on the package that will be used to signal
  14. "data ready" (valid values: 1 or 2). This property is not configurable
  15. on all sensors.
  16. Sensors may also have applicable pin control settings, those use the
  17. standard bindings from pinctrl/pinctrl-bindings.txt.
  18. Valid compatible strings:
  19. Accelerometers:
  20. - st,lis3lv02dl-accel
  21. - st,lsm303dlh-accel
  22. - st,lsm303dlhc-accel
  23. - st,lis3dh-accel
  24. - st,lsm330d-accel
  25. - st,lsm330dl-accel
  26. - st,lsm330dlc-accel
  27. - st,lis331dl-accel
  28. - st,lis331dlh-accel
  29. - st,lsm303dl-accel
  30. - st,lsm303dlm-accel
  31. - st,lsm330-accel
  32. Gyroscopes:
  33. - st,l3g4200d-gyro
  34. - st,lsm330d-gyro
  35. - st,lsm330dl-gyro
  36. - st,lsm330dlc-gyro
  37. - st,l3gd20-gyro
  38. - st,l3g4is-gyro
  39. - st,lsm330-gyro
  40. Magnetometers:
  41. - st,lsm303dlh-magn
  42. - st,lsm303dlhc-magn
  43. - st,lsm303dlm-magn
  44. - st,lis3mdl-magn
  45. Pressure sensors:
  46. - st,lps001wp-press
  47. - st,lps25h-press
  48. - st,lps331ap-press