18c2ecf20Sopenharmony_ciKionix KXCJK-1013 Accelerometer device tree bindings
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci- compatible: Must be one of:
68c2ecf20Sopenharmony_ci    "kionix,kxcjk1013"
78c2ecf20Sopenharmony_ci    "kionix,kxcj91008"
88c2ecf20Sopenharmony_ci    "kionix,kxtj21009"
98c2ecf20Sopenharmony_ci    "kionix,kxtf9"
108c2ecf20Sopenharmony_ci - reg: i2c slave address
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ciOptional properties:
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci  - mount-matrix: an optional 3x3 mounting rotation matrix
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ciExample:
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_cikxtf9@f {
198c2ecf20Sopenharmony_ci	compatible = "kionix,kxtf9";
208c2ecf20Sopenharmony_ci	reg = <0x0F>;
218c2ecf20Sopenharmony_ci	mount-matrix =	"0", "1", "0",
228c2ecf20Sopenharmony_ci			"1", "0", "0",
238c2ecf20Sopenharmony_ci			"0", "0", "1";
248c2ecf20Sopenharmony_ci};
25