Path: blob/main/sys/contrib/device-tree/Bindings/iio/health/afe4403.txt
48524 views
Texas Instruments AFE4403 Heart rate and Pulse Oximeter12Required properties:3- compatible : Should be "ti,afe4403".4- reg : SPI chip select address of device.5- tx-supply : Regulator supply to transmitting LEDs.6- interrupts : The interrupt line the device ADC_RDY pin is7connected to. For details refer to,8../../interrupt-controller/interrupts.txt.910Optional properties:11- reset-gpios : GPIO used to reset the device.12For details refer to, ../../gpio/gpio.txt.1314For other required and optional properties of SPI slave nodes15please refer to ../../spi/spi-bus.txt.1617Example:1819&spi0 {20heart_mon@0 {21compatible = "ti,afe4403";22reg = <0>;23spi-max-frequency = <10000000>;2425tx-supply = <&vbat>;2627interrupt-parent = <&gpio1>;28interrupts = <28 IRQ_TYPE_EDGE_RISING>;2930reset-gpios = <&gpio1 16 GPIO_ACTIVE_LOW>;31};32};333435