18c2ecf20Sopenharmony_ci* Sharp GP2AP020A00F I2C Proximity/ALS sensor
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciThe proximity detector sensor requires power supply
48c2ecf20Sopenharmony_cifor its built-in led. It is also defined by this binding.
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ciRequired properties:
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci  - compatible : should be "sharp,gp2ap020a00f"
98c2ecf20Sopenharmony_ci  - reg : the I2C slave address of the light sensor
108c2ecf20Sopenharmony_ci  - interrupts : interrupt specifier for the sole interrupt generated
118c2ecf20Sopenharmony_ci		 by the device
128c2ecf20Sopenharmony_ci  - vled-supply : VLED power supply, as covered in ../regulator/regulator.txt
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ciExample:
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_cigp2ap020a00f@39 {
178c2ecf20Sopenharmony_ci	compatible = "sharp,gp2ap020a00f";
188c2ecf20Sopenharmony_ci	reg = <0x39>;
198c2ecf20Sopenharmony_ci	interrupts = <2 0>;
208c2ecf20Sopenharmony_ci	vled-supply = <...>;
218c2ecf20Sopenharmony_ci};
22