1 Maxim MAX30100 heart rate and pulse oximeter sensor
3 * https://datasheets.maximintegrated.com/en/ds/MAX30100.pdf
6 - compatible: must be "maxim,max30100"
7 - reg: the I2C address of the sensor
8 - interrupt-parent: should be the phandle for the interrupt controller
9 - interrupts: the sole interrupt generated by the device
11 Refer to interrupt-controller/interrupts.txt for generic
12 interrupt client node bindings.
15 - maxim,led-current-microamp: configuration for LED current in microamperes
16 while the engine is running. First indexed value is the configuration for
17 the RED LED, and second value is for the IR LED.
19 Refer to the datasheet for the allowed current values.
24 compatible = "maxim,max30100";
26 maxim,led-current-microamp = <24000 50000>;
27 interrupt-parent = <&gpio1>;