forked from ~ljy/RK356X_SDK_RELEASE

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