Lines Matching +full:vdd +full:- +full:io
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Linus Walleij <linus.walleij@linaro.org>
20 - sharp,gp2ap002a00f
21 - sharp,gp2ap002s00f
30 vdd-supply:
31 description: VDD power supply a phandle to a regulator
33 vio-supply:
36 io-channels:
40 io-channel-names:
43 sharp,proximity-far-hysteresis:
47 device-unique and adjust the optical setting for proximity detection
50 sharp,proximity-close-hysteresis:
54 device-unique and adjust the optical setting for proximity detection
58 - compatible
59 - reg
60 - interrupts
61 - sharp,proximity-far-hysteresis
62 - sharp,proximity-close-hysteresis
67 - |
68 #include <dt-bindings/interrupt-controller/irq.h>
71 #address-cells = <1>;
72 #size-cells = <0>;
74 light-sensor@44 {
78 vdd-supply = <&vdd_regulator>;
79 vio-supply = <&vio_regulator>;
80 io-channels = <&adc_channel>;
81 io-channel-names = "alsout";
82 sharp,proximity-far-hysteresis = /bits/ 8 <0x2f>;
83 sharp,proximity-close-hysteresis = /bits/ 8 <0x0f>;