1/*
2 * Copyright (c) 2019 Peter Bigot Consulting, LLC
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&i2c0 { /* SDA PTE25, SCL PTE24, ALERT PTE26 */
8	sht3xd@44 {
9		compatible = "sensirion,sht3xd";
10		reg = <0x44>;
11		alert-gpios = <&gpioe 26 GPIO_ACTIVE_HIGH>;
12	};
13};
14