blob: 736dba505430c960b59a2a4a7042e7232ba775b4 [file] [log] [blame]
/*
* Copyright (c) 2018-2019 Peter Bigot Consulting, LLC
*
* SPDX-License-Identifier: Apache-2.0
*/
&i2c0 { /* SDA P0.26, SCL P0.27, ALERT P1.10 */
sht3xd@44 {
compatible = "sensirion,sht3xd";
reg = <0x44>;
label = "SHT3XD";
alert-gpios = <&gpio1 10 GPIO_INT_ACTIVE_HIGH>;
};
};