18c2ecf20Sopenharmony_ci* MAX44009 Ambient Light Sensor 28c2ecf20Sopenharmony_ci 38c2ecf20Sopenharmony_ciRequired properties: 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci- compatible: should be "maxim,max44009" 68c2ecf20Sopenharmony_ci- reg: the I2C address of the device (default is <0x4a>) 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ciOptional properties: 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci- interrupts: interrupt mapping for GPIO IRQ. Should be configured with 118c2ecf20Sopenharmony_ci IRQ_TYPE_EDGE_FALLING. 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ciRefer to interrupt-controller/interrupts.txt for generic interrupt client 148c2ecf20Sopenharmony_cinode bindings. 158c2ecf20Sopenharmony_ci 168c2ecf20Sopenharmony_ciExample: 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_cilight-sensor@4a { 198c2ecf20Sopenharmony_ci compatible = "maxim,max44009"; 208c2ecf20Sopenharmony_ci reg = <0x4a>; 218c2ecf20Sopenharmony_ci 228c2ecf20Sopenharmony_ci interrupt-parent = <&gpio1>; 238c2ecf20Sopenharmony_ci interrupts = <17 IRQ_TYPE_EDGE_FALLING>; 248c2ecf20Sopenharmony_ci}; 25