Merge tag 'pwm/for-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / iio / chemical / atlas,ph-sm.txt
1 * Atlas Scientific pH-SM OEM sensor
2
3 http://www.atlas-scientific.com/_files/_datasheets/_oem/pH_oem_datasheet.pdf
4
5 Required properties:
6
7   - compatible: must be "atlas,ph-sm"
8   - reg: the I2C address of the sensor
9   - interrupts: the sole interrupt generated by the device
10
11   Refer to interrupt-controller/interrupts.txt for generic interrupt client
12   node bindings.
13
14 Example:
15
16 atlas@65 {
17         compatible = "atlas,ph-sm";
18         reg = <0x65>;
19         interrupt-parent = <&gpio1>;
20         interrupts = <16 2>;
21 };