Path: blob/main/sys/contrib/device-tree/Bindings/iio/health/max30102.txt
48524 views
Maxim MAX30102 heart rate and pulse oximeter sensor1Maxim MAX30105 optical particle-sensing module23* https://datasheets.maximintegrated.com/en/ds/MAX30102.pdf4* https://datasheets.maximintegrated.com/en/ds/MAX30105.pdf56Required properties:7- compatible: must be "maxim,max30102" or "maxim,max30105"8- reg: the I2C address of the sensor9- interrupts: the sole interrupt generated by the device1011Refer to interrupt-controller/interrupts.txt for generic12interrupt client node bindings.1314Optional properties:15- maxim,red-led-current-microamp: configuration for red LED current16- maxim,ir-led-current-microamp: configuration for IR LED current17- maxim,green-led-current-microamp: configuration for green LED current18(max30105 only)1920Note that each step is approximately 200 microamps, ranging from 0 uA to2150800 uA.2223Example:2425max30102@57 {26compatible = "maxim,max30102";27reg = <0x57>;28maxim,red-led-current-microamp = <7000>;29maxim,ir-led-current-microamp = <7000>;30interrupt-parent = <&gpio1>;31interrupts = <16 2>;32};333435