blob: ae22df8eccd2564f7f42acaab74e44fdb0bf63a0 [file] [log] [blame]
/*
* Copyright (c) 2019 Phytec Messtechnik GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/
&arduino_i2c {
status = "okay";
amg88xx@68 {
compatible = "panasonic,amg88xx";
reg = <0x68>;
label = "AMG88XX";
/* Pin D6 from Arduino Connector */
int-gpios = <&arduino_header 12 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
status = "okay";
};
};