xref: /freebsd/sys/contrib/device-tree/Bindings/iio/accel/dmard06.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotDevice tree bindings for Domintech DMARD05, DMARD06, DMARD07 accelerometers
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotRequired properties:
4*c66ec88fSEmmanuel Vadot - compatible		: Should be "domintech,dmard05"
5*c66ec88fSEmmanuel Vadot				 or "domintech,dmard06"
6*c66ec88fSEmmanuel Vadot				 or "domintech,dmard07"
7*c66ec88fSEmmanuel Vadot - reg			: I2C address of the chip. Should be 0x1c
8*c66ec88fSEmmanuel Vadot
9*c66ec88fSEmmanuel VadotExample:
10*c66ec88fSEmmanuel Vadot	&i2c1 {
11*c66ec88fSEmmanuel Vadot		/* ... */
12*c66ec88fSEmmanuel Vadot
13*c66ec88fSEmmanuel Vadot		accelerometer@1c {
14*c66ec88fSEmmanuel Vadot			compatible = "domintech,dmard06";
15*c66ec88fSEmmanuel Vadot			reg = <0x1c>;
16*c66ec88fSEmmanuel Vadot		};
17*c66ec88fSEmmanuel Vadot
18*c66ec88fSEmmanuel Vadot		/* ... */
19*c66ec88fSEmmanuel Vadot	};
20