39b50ee37c
Added the new amg88xx sensor shield with designation amg88xx_grid_eye_eval_shield and updated the overlay, Kconfig and documentation files accordingly. The platforms that are compatible with new shield changed, so sensor sample yaml file was extended for both available shields. Signed-off-by: Steffen Jahnke <steffen.jahnke@eu.panasonic.com>
16 lines
379 B
Plaintext
16 lines
379 B
Plaintext
/*
|
|
* Copyright (c) 2022 Panasonic Industrial Devices Europe GmbH
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
&arduino_i2c {
|
|
status = "okay";
|
|
amg88xx_amg88xx_grid_eye_eval_shield: amg88xx@68 {
|
|
compatible = "panasonic,amg88xx";
|
|
reg = <0x68>;
|
|
/* Pin D2 from Arduino Connector */
|
|
int-gpios = <&arduino_header 8 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
|
|
status = "okay";
|
|
};
|
|
};
|