3850f4ca64
Add driver for ScioSense ENS160 multi-gas sensor. The driver includes support for I2C and SPI, attributes for setting temperature and humidity compensation and data ready trigger. Also add ScioSense to the list of vendor prefixes. Signed-off-by: Gustavo Silva <gustavograzs@gmail.com>
15 lines
306 B
YAML
15 lines
306 B
YAML
# Copyright (c) 2024 Gustavo Silva
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: ScioSense ENS160 Digital Metal Oxide Multi-Gas Sensor
|
|
|
|
compatible: "sciosense,ens160"
|
|
|
|
include: sensor-device.yaml
|
|
|
|
properties:
|
|
int-gpios:
|
|
type: phandle-array
|
|
description: |
|
|
The interrupt pin of ENS160.
|