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