1/*
2 * Copyright (c) 2019 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/ {
8
9 aliases {
10 light-sensor = &grove_light;
11 };
12
13 grove_light: grove_light {
14 compatible = "seeed,grove-light";
15 io-channels = <&arduino_adc 0>;
16 };
17};
18