Commit 5a7b6240 authored by Carl Philipp Klemm's avatar Carl Philipp Klemm Committed by Tony Lindgren
Browse files

ARM: dts: xt875: add section for kionix kxtf9



Add section for kionix kxtf9.

Signed-off-by: default avatarCarl Philipp Klemm <philipp@uvos.xyz>
[tony@atomide.com: removed extra header from description]
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 06607cfa
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -37,3 +37,19 @@ backlight_led: led@0 {
		};
	};
};

&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";
	};
};