Merge tag 'efi-next-for-v5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / iio / chemical / bme680.txt
1 Bosch Sensortec BME680 pressure/temperature/humidity/voc sensors
2
3 Required properties:
4 - compatible: must be "bosch,bme680"
5
6 Example:
7
8 bme680@76 {
9           compatible = "bosch,bme680";
10           reg = <0x76>;
11 };