mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00: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>
11 lines
213 B
Text
11 lines
213 B
Text
Bosch Sensortec BME680 pressure/temperature/humidity/voc sensors
|
|
|
|
Required properties:
|
|
- compatible: must be "bosch,bme680"
|
|
|
|
Example:
|
|
|
|
bme680@76 {
|
|
compatible = "bosch,bme680";
|
|
reg = <0x76>;
|
|
};
|