1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/iio/health/ti,afe4403.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Texas Instruments AFE4403 Heart rate and Pulse Oximeter
10 - Jonathan Cameron <jic23@kernel.org>
20 description: Supply to transmitting LEDs.
24 description: Connected to ADC_RDY pin.
28 spi-max-frequency: true
30 additionalProperties: false
38 #include <dt-bindings/gpio/gpio.h>
39 #include <dt-bindings/interrupt-controller/irq.h>
45 compatible = "ti,afe4403";
47 spi-max-frequency = <10000000>;
49 interrupt-parent = <&gpio1>;
50 interrupts = <28 IRQ_TYPE_EDGE_RISING>;
51 reset-gpios = <&gpio1 16 GPIO_ACTIVE_LOW>;