tsl2563.txt 402 B

12345678910111213141516171819
  1. * AMS TAOS TSL2563 ambient light sensor
  2. Required properties:
  3. - compatible : should be "amstaos,tsl2563"
  4. - reg : the I2C address of the sensor
  5. Optional properties:
  6. - amstaos,cover-comp-gain : integer used as multiplier for gain
  7. compensation (default = 1)
  8. Example:
  9. tsl2563@29 {
  10. compatible = "amstaos,tsl2563";
  11. reg = <0x29>;
  12. amstaos,cover-comp-gain = <16>;
  13. };