Path: blob/master/Documentation/devicetree/bindings/iio/health/maxim,max30100.yaml
26309 views
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/iio/health/maxim,max30100.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Maxim MAX30100 heart rate and pulse oximeter sensor78maintainers:9- Matt Ranostay <matt.ranostay@konsulko.com>1011properties:12compatible:13const: maxim,max301001415reg:16maxItems: 11718interrupts:19maxItems: 120description: Connected to ADC_RDY pin.2122maxim,led-current-microamp:23minItems: 224maxItems: 225description: |26LED current whilst the engine is running. First indexed value is27the configuration for the RED LED, and second value is for the IR LED.2829additionalProperties: false3031required:32- compatible33- reg34- interrupts3536examples:37- |38i2c {39#address-cells = <1>;40#size-cells = <0>;4142heart-rate@57 {43compatible = "maxim,max30100";44reg = <0x57>;45maxim,led-current-microamp = <24000 50000>;46interrupt-parent = <&gpio1>;47interrupts = <16 2>;48};49};50...515253