summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/staging/iio/light/ltr659-ps.txt
blob: 02197b60a28cd32dedab73d9831ee27733b9eb3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
* LTR659 proximity sensor

Required properties:
- compatible: must be "lite-on,ltr659"
- reg: i2c address of the device. It is 0x23.
- vdd-supply: regulator supply for chip
- vled-supply: regulator supply for led anode.

Example:

	ltr659@23 {
		compatible = "lite-on,ltr659";
		reg = <0x23>;
		vdd-supply = <&palmas_smps9>;
		vled-supply = <&palmas_smps8>;
	};