1 * HTS221 STM humidity + temperature sensor
4 - compatible: should be "st,hts221"
5 - reg: i2c address of the sensor / spi cs line
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
18 compatible = "st,hts221";
20 interrupt-parent = <&gpio0>;
21 interrupts = <0 IRQ_TYPE_EDGE_RISING>;