Sophie

Sophie

distrib > Mageia > 7 > aarch64 > by-pkgid > 8f031626cf8f7c7d41484ce0c4c8ee51 > files > 2366

kernel-doc-5.4.17-1.mga7.noarch.rpm

* MAX44009 Ambient Light Sensor

Required properties:

- compatible: should be "maxim,max44009"
- reg: the I2C address of the device (default is <0x4a>)

Optional properties:

- interrupts: interrupt mapping for GPIO IRQ. Should be configured with
  IRQ_TYPE_EDGE_FALLING.

Refer to interrupt-controller/interrupts.txt for generic interrupt client
node bindings.

Example:

light-sensor@4a {
	compatible = "maxim,max44009";
	reg = <0x4a>;

	interrupt-parent = <&gpio1>;
	interrupts = <17 IRQ_TYPE_EDGE_FALLING>;
};