sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / Documentation / devicetree / bindings / iio / pressure / hp03.txt
blob54e7e70bcea52da324caf4f6c277573cca91f823
1 HopeRF HP03 digital pressure/temperature sensors
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.
11 Example:
13 hp03@0x77 {
14         compatible = "hoperf,hp03";
15         reg = <0x77>;
16         xclr-gpio = <&portc 0 0x0>;