xref: /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/light/apds9960.txt
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/light/
18c2ecf20Sopenharmony_ci* Avago APDS9960 gesture/RGB/ALS/proximity sensor
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_cihttps://www.avagotech.com/docs/AV02-4191EN
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ciRequired properties:
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci  - compatible: must be "avago,apds9960"
88c2ecf20Sopenharmony_ci  - reg: the I2c address of the sensor
98c2ecf20Sopenharmony_ci  - interrupts : the sole interrupt generated by the device
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci  Refer to interrupt-controller/interrupts.txt for generic interrupt client
128c2ecf20Sopenharmony_ci  node bindings.
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ciExample:
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ciapds9960@39 {
178c2ecf20Sopenharmony_ci	compatible = "avago,apds9960";
188c2ecf20Sopenharmony_ci	reg = <0x39>;
198c2ecf20Sopenharmony_ci	interrupt-parent = <&gpio1>;
208c2ecf20Sopenharmony_ci	interrupts = <16 1>;
218c2ecf20Sopenharmony_ci};
22

Indexes created Thu Nov 07 10:32:03 CST 2024