1# Copyright (c) 2018, Linaro Limited 2# SPDX-License-Identifier: Apache-2.0 3 4description: CCS811 digital air quality sensor 5 6compatible: "ams,ccs811" 7 8include: [sensor-device.yaml, i2c-device.yaml] 9 10properties: 11 wake-gpios: 12 type: phandle-array 13 description: | 14 The WAKEn pin is asserted to communicate with the sensor. The 15 sensor receives this as an active-low signal. 16 17 reset-gpios: 18 type: phandle-array 19 description: | 20 The RESETn pin is asserted to disable the sensor causing a hard 21 reset. The sensor receives this as an active-low signal. 22 23 irq-gpios: 24 type: phandle-array 25 description: | 26 The INTn pin signals that a new reading is available. The 27 sensor generates an active-low level signal which remains 28 asserted until the data is read. 29