Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/sys/contrib/device-tree/Bindings/iio/accel/kionix,kxcjk1013.txt
48523 views
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
};
25
26