1 * MAX44009 Ambient Light Sensor
5 - compatible: should be "maxim,max44009"
6 - reg: the I2C address of the device (default is <0x4a>)
10 - interrupts: interrupt mapping for GPIO IRQ. Should be configured with
11 IRQ_TYPE_EDGE_FALLING.
13 Refer to interrupt-controller/interrupts.txt for generic interrupt client
19 compatible = "maxim,max44009";
22 interrupt-parent = <&gpio1>;
23 interrupts = <17 IRQ_TYPE_EDGE_FALLING>;