objtool: Re-arrange validate_functions()
[linux-block.git] / Documentation / devicetree / bindings / iio / chemical / atlas,orp-sm.txt
CommitLineData
ce08cc98
MR
1* Atlas Scientific ORP-SM OEM sensor
2
3https://www.atlas-scientific.com/_files/_datasheets/_oem/ORP_oem_datasheet.pdf
4
5Required properties:
6
7 - compatible: must be "atlas,orp-sm"
8 - reg: the I2C address of the sensor
ce08cc98
MR
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
14Example:
15
16atlas@66 {
17 compatible = "atlas,orp-sm";
18 reg = <0x66>;
19 interrupt-parent = <&gpio1>;
20 interrupts = <16 2>;
21};