1
0
Fork 0

ARM: dts: xt875: add section for kionix kxtf9

Add section for kionix kxtf9.

Signed-off-by: Carl Philipp Klemm <philipp@uvos.xyz>
[tony@atomide.com: removed extra header from description]
Signed-off-by: Tony Lindgren <tony@atomide.com>
zero-sugar-mainline-defconfig
Carl Philipp Klemm 2020-11-08 19:43:39 +01:00 committed by Tony Lindgren
parent 06607cfa0f
commit 5a7b624037
1 changed files with 16 additions and 0 deletions

View File

@ -37,3 +37,19 @@
};
};
};
&i2c4 {
kxtf9: accelerometer@f {
compatible = "kionix,kxtf9";
reg = <0x0f>;
vdd-supply = <&vhvio>;
interrupt-parent = <&gpio2>;
interrupts = <2 IRQ_TYPE_EDGE_RISING>;
rotation-matrix = "0", "-1", "0",
"1", "0", "0",
"0", "0", "1";
};
};