xtensa: fix high memory/reserved memory collision
[cris-mirror.git] / Documentation / devicetree / bindings / iio / health / max30102.txt
blobef2ca0a0306fdee1ce8d71ffb6684d3b25626d3e
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
7 Required properties:
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.
16 Optional properties:
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
20     (max30105 only)
22     Note that each step is approximately 200 microamps, ranging from 0 uA to
23     50800 uA.
25 Example:
27 max30102@57 {
28         compatible = "maxim,max30102";
29         reg = <0x57>;
30         maxim,red-led-current-microamp = <7000>;
31         maxim,ir-led-current-microamp = <7000>;
32         interrupt-parent = <&gpio1>;
33         interrupts = <16 2>;