1/*
2 * Copyright (c) 2019 Centaur Analytics, Inc
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&i2c1 {
8
9	ti_tmp116: ti_tmp116@4b {
10		compatible = "ti,tmp116";
11		reg = <0x4B>;
12		#address-cells = <1>;
13		#size-cells = <0>;
14
15		eeprom: ti_tmp116_eeprom@0 {
16			compatible = "ti,tmp116-eeprom";
17			reg = <0x0>;
18			read-only;
19		};
20	};
21
22};
23