1/* 2 * Copyright (c) 2019 Linaro Limited 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7&i2c0 { /* SDA P0.26, SCL P0.27, ALERT P0.11 */ 8 status = "okay"; 9 clock-frequency = <I2C_BITRATE_STANDARD>; 10 adt7420@48 { 11 compatible = "adi,adt7420"; 12 reg = <0x48>; 13 int-gpios = <&gpio0 11 GPIO_ACTIVE_LOW>; 14 }; 15}; 16