1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/iio/health/maxim,max30102.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Maxim MAX30102 heart rate and pulse oximeter and MAX30105 particle-sensor
10 - Matt Ranostay <matt.ranostay@konsulko.com>
23 description: Connected to ADC_RDY pin.
25 maxim,red-led-current-microamp:
26 description: RED LED current. Each step is approximately 200 microamps.
30 maxim,ir-led-current-microamp:
31 description: IR LED current. Each step is approximately 200 microamps.
35 maxim,green-led-current-microamp:
36 description: Green LED current. Each step is approximately 200 microamps.
48 maxim,green-led-current-microamp: false
50 additionalProperties: false
64 compatible = "maxim,max30102";
66 maxim,red-led-current-microamp = <7000>;
67 maxim,ir-led-current-microamp = <7000>;
68 interrupt-parent = <&gpio1>;