1/* 2 * Copyright (c) 2022 Panasonic Industrial Devices Europe GmbH 3 * SPDX-License-Identifier: Apache-2.0 4 */ 5 6&arduino_i2c { 7 status = "okay"; 8 amg88xx_amg88xx_grid_eye_eval_shield: amg88xx@68 { 9 compatible = "panasonic,amg88xx"; 10 reg = <0x68>; 11 /* Pin D2 from Arduino Connector */ 12 int-gpios = <&arduino_header 8 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; 13 status = "okay"; 14 }; 15}; 16