1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/iio/health/maxim,max30100.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Maxim MAX30100 heart rate and pulse oximeter sensor
10 - Matt Ranostay <matt.ranostay@konsulko.com>
21 description: Connected to ADC_RDY pin.
23 maxim,led-current-microamp:
24 $ref: /schemas/types.yaml#/definitions/uint32-array
28 LED current whilst the engine is running. First indexed value is
29 the configuration for the RED LED, and second value is for the IR LED.
31 additionalProperties: false
45 compatible = "maxim,max30100";
47 maxim,led-current-microamp = <24000 50000>;
48 interrupt-parent = <&gpio1>;