sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / Documentation / devicetree / bindings / iio / humidity / hts221.txt
blobb20ab9c12080e74877937c4b90c5955c283941a1
1 * HTS221 STM humidity + temperature sensor
3 Required properties:
4 - compatible: should be "st,hts221"
5 - reg: i2c address of the sensor / spi cs line
7 Optional properties:
8 - interrupt-parent: should be the phandle for the interrupt controller
9 - interrupts: interrupt mapping for IRQ. It should be configured with
10   flags IRQ_TYPE_LEVEL_HIGH or IRQ_TYPE_EDGE_RISING.
12   Refer to interrupt-controller/interrupts.txt for generic interrupt
13   client node bindings.
15 Example:
17 hts221@5f {
18         compatible = "st,hts221";
19         reg = <0x5f>;
20         interrupt-parent = <&gpio0>;
21         interrupts = <0 IRQ_TYPE_EDGE_RISING>;