summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/iio/light/apds9300.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/iio/light/apds9300.txt')
-rw-r--r--dts/Bindings/iio/light/apds9300.txt21
1 files changed, 0 insertions, 21 deletions
diff --git a/dts/Bindings/iio/light/apds9300.txt b/dts/Bindings/iio/light/apds9300.txt
deleted file mode 100644
index 3aa6db3ee9..0000000000
--- a/dts/Bindings/iio/light/apds9300.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-* Avago APDS9300 ambient light sensor
-
-https://www.avagotech.com/docs/AV02-1077EN
-
-Required properties:
-
- - compatible : should be "avago,apds9300"
- - reg : the I2C address of the sensor
-
-Optional properties:
-
- - interrupts : interrupt mapping for GPIO IRQ
-
-Example:
-
-apds9300@39 {
- compatible = "avago,apds9300";
- reg = <0x39>;
- interrupt-parent = <&gpio2>;
- interrupts = <29 8>;
-};