1/*
2 * Copyright (c) 2019, Linaro Ltd.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&i2c0 {
8	th02@40 {
9		compatible = "hoperf,th02";
10		reg = <0x40>;
11	};
12
13	glcd: glcd@3e {
14		compatible = "seeed,grove-lcd-rgb";
15		reg = <0x3e>;
16	};
17};
18