ntb: intel: add Intel NTB LTR vendor support for gen4 NTB
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / iio / accel / kionix,kxcjk1013.txt
1 Kionix KXCJK-1013 Accelerometer device tree bindings
2
3 Required properties:
4
5 - compatible: Must be one of:
6     "kionix,kxcjk1013"
7     "kionix,kxcj91008"
8     "kionix,kxtj21009"
9     "kionix,kxtf9"
10  - reg: i2c slave address
11
12 Optional properties:
13
14   - mount-matrix: an optional 3x3 mounting rotation matrix
15
16 Example:
17
18 kxtf9@f {
19         compatible = "kionix,kxtf9";
20         reg = <0x0F>;
21         mount-matrix =  "0", "1", "0",
22                         "1", "0", "0",
23                         "0", "0", "1";
24 };