sensors on i2c_arm
Load: dtoverlay=i2c-sensor,<param>=<val>
Params: addr Set the address for the BME280, BMP280, TMP102,
- HDC100X or LM75
+ HDC100X, LM75 or SHT3x
bme280 Select the Bosch Sensortronic BME280
Valid addresses 0x76-0x77, default 0x76
veml6070 Select the Vishay VEML6070 ultraviolet light
sensor
+ sht3x Select the Sensiron SHT3x temperature and
+ humidity sensor. Valid addresses 0x44-0x45,
+ default 0x44
+
Name: i2c0-bcm2708
Info: Enable the i2c_bcm2708 driver for the i2c0 bus. Not all pin combinations
};
};
+ fragment@11 {
+ target = <&i2c_arm>;
+ __dormant__ {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ status = "okay";
+
+ sht3x: sht3x@44 {
+ compatible = "sht3x";
+ reg = <0x44>;
+ status = "okay";
+ };
+ };
+ };
+
__overrides__ {
addr = <&bme280>,"reg:0", <&bmp280>,"reg:0", <&tmp102>,"reg:0",
- <&lm75>,"reg:0",<&hdc100x>,"reg:0";
+ <&lm75>,"reg:0", <&hdc100x>,"reg:0", <&sht3x>,"reg:0";
bme280 = <0>,"+0";
bmp085 = <0>,"+1";
bmp180 = <0>,"+2";
hdc100x = <0>,"+8";
tsl4531 = <0>,"+9";
veml6070 = <0>,"+10";
+ sht3x = <0>,"+11";
};
};