hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Kionix KXCJK-1013 Accelerometer device tree bindings
 
Required properties:
 
- compatible: Must be one of:
    "kionix,kxcjk1013"
    "kionix,kxcj91008"
    "kionix,kxtj21009"
    "kionix,kxtf9"
 - reg: i2c slave address
 
Optional properties:
 
  - mount-matrix: an optional 3x3 mounting rotation matrix
 
Example:
 
kxtf9@f {
   compatible = "kionix,kxtf9";
   reg = <0x0F>;
   mount-matrix =    "0", "1", "0",
           "1", "0", "0",
           "0", "0", "1";
};