docs: admin-guide: Fix default value of max_map_count in sysctl/vm.rst
[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 };