mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-27 03:49:57 -04:00
BME680 is a pressure/temperature/humidity/voc sensor. Signed-off-by: Sebastien Bourdelin <sebastien.bourdelin@gmail.com> Acked-by: Himanshu Jha <himanshujha199640@gmail.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
12 lines
213 B
Plaintext
12 lines
213 B
Plaintext
Bosch Sensortec BME680 pressure/temperature/humidity/voc sensors
|
|
|
|
Required properties:
|
|
- compatible: must be "bosch,bme680"
|
|
|
|
Example:
|
|
|
|
bme680@76 {
|
|
compatible = "bosch,bme680";
|
|
reg = <0x76>;
|
|
};
|