mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
e049ca5fa7
Add device tree bindings for Measurement-Specialties HTU21 temperature & humidity sensor and humidity part of MS8607 sensor Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
14 lines
293 B
Plaintext
14 lines
293 B
Plaintext
*HTU21 - Measurement-Specialties htu21 temperature & humidity sensor and humidity part of MS8607 sensor
|
|
|
|
Required properties:
|
|
|
|
- compatible: should be "meas,htu21" or "meas,ms8607-humidity"
|
|
- reg: I2C address of the sensor
|
|
|
|
Example:
|
|
|
|
htu21@40 {
|
|
compatible = "meas,htu21";
|
|
reg = <0x40>;
|
|
};
|