]> git.karo-electronics.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/iio/health/max30100.txt
Merge remote-tracking branches 'asoc/fix/imx-spdif', 'asoc/fix/mtk', 'asoc/fix/mxs...
[karo-tx-linux.git] / Documentation / devicetree / bindings / iio / health / max30100.txt
1 Maxim MAX30100 heart rate and pulse oximeter sensor
2
3 * https://datasheets.maximintegrated.com/en/ds/MAX30100.pdf
4
5 Required properties:
6   - compatible: must be "maxim,max30100"
7   - reg: the I2C address of the sensor
8   - interrupt-parent: should be the phandle for the interrupt controller
9   - interrupts: the sole interrupt generated by the device
10
11   Refer to interrupt-controller/interrupts.txt for generic
12   interrupt client node bindings.
13
14 Example:
15
16 max30100@057 {
17         compatible = "maxim,max30100";
18         reg = <57>;
19         interrupt-parent = <&gpio1>;
20         interrupts = <16 2>;
21 };