1/* 2 * Copyright (c) 2018-2019 Peter Bigot Consulting, LLC 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7&i2c0 { /* SDA H16=PC10, SCL H15=PC11, ALERT H13=PF6 */ 8 sht3xd@44 { 9 compatible = "sensirion,sht3xd"; 10 reg = <0x44>; 11 label = "SHT3XD"; 12 alert-gpios = <&gpiof 6 GPIO_ACTIVE_HIGH>; 13 }; 14}; 15