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