Merge tag 'tegra-for-4.8-i2c' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra...
[cascardo/linux.git] / Documentation / devicetree / bindings / iio / chemical / atlas,ec-sm.txt
1 * Atlas Scientific EC-SM OEM sensor
2
3 http://www.atlas-scientific.com/_files/_datasheets/_oem/EC_oem_datasheet.pdf
4
5 Required properties:
6
7   - compatible: must be "atlas,ec-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
11
12   Refer to interrupt-controller/interrupts.txt for generic interrupt client
13   node bindings.
14
15 Example:
16
17 atlas@64 {
18         compatible = "atlas,ec-sm";
19         reg = <0x64>;
20         interrupt-parent = <&gpio1>;
21         interrupts = <16 2>;
22 };