linux/linux-5.4.31/Documentation/devicetree/bindings/iio/chemical/bme680.txt

12 lines
213 B
Plaintext
Raw Normal View History

2024-01-30 10:43:28 +00:00
Bosch Sensortec BME680 pressure/temperature/humidity/voc sensors
Required properties:
- compatible: must be "bosch,bme680"
Example:
bme680@76 {
compatible = "bosch,bme680";
reg = <0x76>;
};