summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/iio/accel/kionix,kxsd9.txt
blob: b25bf3a77e0fd3b08b5a810d504d2fe762df0b8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Kionix KXSD9 Accelerometer device tree bindings

Required properties:
 - compatible: 		should be set to "kionix,kxsd9"
 - reg:			i2c slave address

Optional properties:
 - vdd-supply:		The input supply for VDD
 - iovdd-supply:	The input supply for IOVDD
 - interrupts:		The movement detection interrupt
 - mount-matrix:	See mount-matrix.txt

Example:

kxsd9@18 {
	compatible = "kionix,kxsd9";
	reg = <0x18>;
	interrupt-parent = <&foo>;
	interrupts = <57 IRQ_TYPE_EDGE_FALLING>;
	iovdd-supply = <&bar>;
	vdd-supply = <&baz>;
};