1/*
2 * Copyright (c) 2019, Linaro Ltd.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&i2c0 {
8	tmp112@4a {
9		compatible = "ti,tmp112";
10		reg = <0x4a>;
11	};
12};
13