|
/*
|
|
* 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";
|
|
};
|
|
};
|