xtensa: fix high memory/reserved memory collision
[cris-mirror.git] / Documentation / devicetree / bindings / iio / light / tsl2583.txt
blob8e2066c83f700cd0a7454140ab5341f9f9f7b40f
1 * TAOS TSL 2580/2581/2583 ALS sensor
3 Required properties:
5   - compatible: Should be one of
6                 "amstaos,tsl2580"
7                 "amstaos,tsl2581"
8                 "amstaos,tsl2583"
9   - reg: the I2C address of the device
11 Optional properties:
13   - interrupt-parent: should be the phandle for the interrupt controller
14   - interrupts: the sole interrupt generated by the device
16   Refer to interrupt-controller/interrupts.txt for generic interrupt client
17   node bindings.
19   - vcc-supply: phandle to the regulator that provides power to the sensor.
21 Example:
23 tsl2581@29 {
24         compatible = "amstaos,tsl2581";
25         reg = <0x29>;