vdpa: Use simpler version of ida allocation
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / iio / pressure / hp03.txt
1 HopeRF HP03 digital pressure/temperature sensors
2
3 Required properties:
4 - compatible: must be "hoperf,hp03"
5 - xclr-gpio: must be device tree identifier of the XCLR pin.
6              The XCLR pin is a reset of the ADC in the chip,
7              it must be pulled HI before the conversion and
8              readout of the value from the ADC registers and
9              pulled LO afterward.
10
11 Example:
12
13 hp03@77 {
14         compatible = "hoperf,hp03";
15         reg = <0x77>;
16         xclr-gpio = <&portc 0 0x0>;
17 };