sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / Documentation / devicetree / bindings / iio / accel / dmard06.txt
blobce105a12c645747dba77989a647fd104bc472dfc
1 Device tree bindings for Domintech DMARD05, DMARD06, DMARD07 accelerometers
3 Required properties:
4  - compatible           : Should be "domintech,dmard05"
5                                  or "domintech,dmard06"
6                                  or "domintech,dmard07"
7  - reg                  : I2C address of the chip. Should be 0x1c
9 Example:
10         &i2c1 {
11                 /* ... */
13                 accelerometer@1c {
14                         compatible = "domintech,dmard06";
15                         reg = <0x1c>;
16                 };
18                 /* ... */
19         };