1/* 2 * Copyright (c) 2019 Centaur Analytics, Inc 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7&arduino_i2c { 8 9 ti_hdc: ti_hdc@40 { 10 compatible = "ti,hdc","ti,hdc1080"; 11 reg = <0x40>; 12 }; 13 14}; 15