2019-09-13 23:06:56 +08:00
|
|
|
/*
|
|
|
|
* 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";
|
2019-12-23 20:45:15 +08:00
|
|
|
/* Pin D6 from Arduino Connector */
|
|
|
|
int-gpios = <&arduino_header 12 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
|
2019-09-13 23:06:56 +08:00
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
};
|