summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/iio/light/gp2ap020a00f.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/iio/light/gp2ap020a00f.txt')
-rw-r--r--dts/Bindings/iio/light/gp2ap020a00f.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/dts/Bindings/iio/light/gp2ap020a00f.txt b/dts/Bindings/iio/light/gp2ap020a00f.txt
new file mode 100644
index 0000000000..9231c82317
--- /dev/null
+++ b/dts/Bindings/iio/light/gp2ap020a00f.txt
@@ -0,0 +1,21 @@
+* Sharp GP2AP020A00F I2C Proximity/ALS sensor
+
+The proximity detector sensor requires power supply
+for its built-in led. It is also defined by this binding.
+
+Required properties:
+
+ - compatible : should be "sharp,gp2ap020a00f"
+ - reg : the I2C slave address of the light sensor
+ - interrupts : interrupt specifier for the sole interrupt generated
+ by the device
+ - vled-supply : VLED power supply, as covered in ../regulator/regulator.txt
+
+Example:
+
+gp2ap020a00f@39 {
+ compatible = "sharp,gp2ap020a00f";
+ reg = <0x39>;
+ interrupts = <2 0>;
+ vled-supply = <...>;
+};