Path: blob/master/Documentation/devicetree/bindings/iio/health/maxim,max30100.yaml
54804 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.2829maxim,pulse-width-us:30description: |31LED pulse width in microseconds. Appropriate pulse width depends on32factors such as optical window absorption, LED-to-sensor distance,33and expected reflectivity of the skin or contact surface.34enum: [200, 400, 800, 1600]35default: 16003637additionalProperties: false3839required:40- compatible41- reg42- interrupts4344examples:45- |46i2c {47#address-cells = <1>;48#size-cells = <0>;4950heart-rate@57 {51compatible = "maxim,max30100";52reg = <0x57>;53maxim,led-current-microamp = <24000 50000>;54interrupt-parent = <&gpio1>;55interrupts = <16 2>;56};57};58...596061