1 Maxim MAX30102 heart rate and pulse oximeter sensor
2 Maxim MAX30105 optical particle-sensing module
4 * https://datasheets.maximintegrated.com/en/ds/MAX30102.pdf
5 * https://datasheets.maximintegrated.com/en/ds/MAX30105.pdf
8 - compatible: must be "maxim,max30102" or "maxim,max30105"
9 - reg: the I2C address of the sensor
10 - interrupts: the sole interrupt generated by the device
12 Refer to interrupt-controller/interrupts.txt for generic
13 interrupt client node bindings.
16 - maxim,red-led-current-microamp: configuration for red LED current
17 - maxim,ir-led-current-microamp: configuration for IR LED current
18 - maxim,green-led-current-microamp: configuration for green LED current
21 Note that each step is approximately 200 microamps, ranging from 0 uA to
27 compatible = "maxim,max30102";
29 maxim,red-led-current-microamp = <7000>;
30 maxim,ir-led-current-microamp = <7000>;
31 interrupt-parent = <&gpio1>;