Searched full:ccs811 (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/devicetree/bindings/iio/chemical/ |
H A D | ams,ccs811.yaml | 4 $id: http://devicetree.org/schemas/iio/chemical/ams,ccs811.yaml# 7 title: AMS CCS811 VOC Sensor 18 - ams,ccs811 24 input to CCS811. 29 input to CCS811. 46 compatible = "ams,ccs811";
|
/linux/drivers/iio/chemical/ |
H A D | ccs811.c | 3 * ccs811.c - Support for AMS CCS811 VOC Sensor 9 * IIO driver for AMS CCS811 (I2C address 0x5A/0x5B set by ADDR Low/High) 50 * 1: Firmware is in application mode. CCS811 is ready to take ADC measurements 130 * The CCS811 powers-up in boot mode. A setup write to CCS811_APP_START will 457 dev_err(&client->dev, "no CCS811 sensor\n"); in ccs811_probe() 554 { "ccs811" }, 560 { .compatible = "ams,ccs811" }, 567 .name = "ccs811", 577 MODULE_DESCRIPTION("CCS811 volatile organic compounds sensor");
|
H A D | Kconfig | 72 config CCS811 config 73 tristate "AMS CCS811 VOC sensor" 79 CCS811 VOC (Volatile Organic Compounds) sensor
|
H A D | Makefile | 13 obj-$(CONFIG_CCS811) += ccs811.o
|
/linux/arch/arm/boot/dts/st/ |
H A D | stm32mp157a-iot-box.dts | 26 ccs811@5b { 27 compatible = "ams,ccs811";
|