kernel_samsung_a53x/Documentation/devicetree/bindings/iio/chemical/bme680.txt
2024-06-15 16:02:09 -03:00

11 lines
213 B
Text
Executable file

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