Path: blob/main/sys/contrib/device-tree/Bindings/iio/health/max30100.txt
48524 views
Maxim MAX30100 heart rate and pulse oximeter sensor12* https://datasheets.maximintegrated.com/en/ds/MAX30100.pdf34Required properties:5- compatible: must be "maxim,max30100"6- reg: the I2C address of the sensor7- interrupts: the sole interrupt generated by the device89Refer to interrupt-controller/interrupts.txt for generic10interrupt client node bindings.1112Optional properties:13- maxim,led-current-microamp: configuration for LED current in microamperes14while the engine is running. First indexed value is the configuration for15the RED LED, and second value is for the IR LED.1617Refer to the datasheet for the allowed current values.1819Example:2021max30100@57 {22compatible = "maxim,max30100";23reg = <0x57>;24maxim,led-current-microamp = <24000 50000>;25interrupt-parent = <&gpio1>;26interrupts = <16 2>;27};282930