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