1# Copyright (c) 2019, Phytec Messtechnik GmbH 2# SPDX-License-Identifier: Apache-2.0 3 4description: Panasonic AMG88XX 8x8 (64) pixel infrared array sensor 5 6compatible: "panasonic,amg88xx" 7 8include: [sensor-device.yaml, i2c-device.yaml] 9 10properties: 11 int-gpios: 12 type: phandle-array 13 required: true 14 description: Interrupt pin. 15 16 The interrupt pin of AMG88XX is open-drain, active low. 17 If connected directly the MCU pin should be configured 18 as pull-up, active low. 19