1/*
2 * Copyright (c) 2020, Richard Osterloh
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&feather_i2c {
8	vcnl4040@60 {
9		compatible = "vishay,vcnl4040";
10		reg = <0x60>;
11		int-gpios = <&feather_header 14 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
12		led-current = <200>;
13		led-duty-cycle = <320>;
14		proximity-it = "8";
15		proximity-trigger = "close";
16		als-it = <640>;
17	};
18};
19