18c2ecf20Sopenharmony_ci* ST UVIS25 uv sensor
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible: should be "st,uvis25"
58c2ecf20Sopenharmony_ci- reg: i2c address of the sensor / spi cs line
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ciOptional properties:
88c2ecf20Sopenharmony_ci- interrupts: interrupt mapping for IRQ. It should be configured with
98c2ecf20Sopenharmony_ci  flags IRQ_TYPE_LEVEL_HIGH, IRQ_TYPE_EDGE_RISING, IRQ_TYPE_LEVEL_LOW or
108c2ecf20Sopenharmony_ci  IRQ_TYPE_EDGE_FALLING.
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci  Refer to interrupt-controller/interrupts.txt for generic interrupt
138c2ecf20Sopenharmony_ci  client node bindings.
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ciExample:
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ciuvis25@47 {
188c2ecf20Sopenharmony_ci	compatible = "st,uvis25";
198c2ecf20Sopenharmony_ci	reg = <0x47>;
208c2ecf20Sopenharmony_ci	interrupt-parent = <&gpio0>;
218c2ecf20Sopenharmony_ci	interrupts = <0 IRQ_TYPE_EDGE_RISING>;
228c2ecf20Sopenharmony_ci};
23