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