sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / Documentation / devicetree / bindings / iio / health / max30100.txt
blob295a9edfa4fdcf89506c54321e573fa7cf044bcd
1 Maxim MAX30100 heart rate and pulse oximeter sensor
3 * https://datasheets.maximintegrated.com/en/ds/MAX30100.pdf
5 Required properties:
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.
14 Optional properties:
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.
21 Example:
23 max30100@057 {
24         compatible = "maxim,max30100";
25         reg = <57>;
26         maxim,led-current-microamp = <24000 50000>;
27         interrupt-parent = <&gpio1>;
28         interrupts = <16 2>;