blob: 5e66d801b9259db3b231d1b2f6df766ebd59d3f2 [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";
int-gpios = <&arduino_header 12 0>; /* D6 */
status = "okay";
};
};