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 - interrupt-parent: should be the phandle for the interrupt controller
11 - interrupts: the sole interrupt generated by the device
13 Refer to interrupt-controller/interrupts.txt for generic
14 interrupt client node bindings.
17 - maxim,red-led-current-microamp: configuration for red LED current
18 - maxim,ir-led-current-microamp: configuration for IR LED current
19 - maxim,green-led-current-microamp: configuration for green LED current
22 Note that each step is approximately 200 microamps, ranging from 0 uA to
28 compatible = "maxim,max30102";
30 maxim,red-led-current-microamp = <7000>;
31 maxim,ir-led-current-microamp = <7000>;
32 interrupt-parent = <&gpio1>;