tsl2583.txt 520 B

12345678910111213141516171819202122232425
  1. * TAOS TSL 2580/2581/2583 ALS sensor
  2. Required properties:
  3. - compatible: Should be one of
  4. "amstaos,tsl2580"
  5. "amstaos,tsl2581"
  6. "amstaos,tsl2583"
  7. - reg: the I2C address of the device
  8. Optional properties:
  9. - interrupts: the sole interrupt generated by the device
  10. Refer to interrupt-controller/interrupts.txt for generic interrupt client
  11. node bindings.
  12. - vcc-supply: phandle to the regulator that provides power to the sensor.
  13. Example:
  14. tsl2581@29 {
  15. compatible = "amstaos,tsl2581";
  16. reg = <0x29>;
  17. };