dmard06.txt 381 B

1234567891011121314151617181920
  1. Device tree bindings for Domintech DMARD05, DMARD06, DMARD07 accelerometers
  2. Required properties:
  3. - compatible : Should be "domintech,dmard05"
  4. or "domintech,dmard06"
  5. or "domintech,dmard07"
  6. - reg : I2C address of the chip. Should be 0x1c
  7. Example:
  8. &i2c1 {
  9. /* ... */
  10. accelerometer@1c {
  11. compatible = "domintech,dmard06";
  12. reg = <0x1c>;
  13. };
  14. /* ... */
  15. };