mirror of
https://github.com/torvalds/linux.git
synced 2026-04-25 01:52:32 -04:00
Document device tree bindings for Kionix KXCJK-1013 Accelerometer driver. Signed-off-by: Robert Yang <decatf@gmail.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
18 lines
289 B
Plaintext
18 lines
289 B
Plaintext
Kionix KXCJK-1013 Accelerometer device tree bindings
|
|
|
|
Required properties:
|
|
|
|
- compatible: Must be one of:
|
|
"kionix,kxcjk1013"
|
|
"kionix,kxcj91008"
|
|
"kionix,kxtj21009"
|
|
"kionix,kxtf9"
|
|
- reg: i2c slave address
|
|
|
|
Example:
|
|
|
|
kxtf9@f {
|
|
compatible = "kionix,kxtf9";
|
|
reg = <0x0F>;
|
|
};
|