16 lines
215 B
Plaintext
16 lines
215 B
Plaintext
|
/*
|
||
|
* Copyright (c) 2019 Centaur Analytics, Inc
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
&arduino_i2c {
|
||
|
|
||
|
ti_hdc: ti_hdc@40 {
|
||
|
compatible = "ti,hdc","ti,hdc1080";
|
||
|
reg = <0x40>;
|
||
|
label = "HDC1080";
|
||
|
};
|
||
|
|
||
|
};
|