hdc100x.txt 281 B

1234567891011121314151617
  1. * HDC100x temperature + humidity sensors
  2. Required properties:
  3. - compatible: Should contain one of the following:
  4. ti,hdc1000
  5. ti,hdc1008
  6. ti,hdc1010
  7. ti,hdc1050
  8. ti,hdc1080
  9. - reg: i2c address of the sensor
  10. Example:
  11. hdc100x@40 {
  12. compatible = "ti,hdc1000";
  13. reg = <0x40>;
  14. };