Commit 180ab171 authored by Lorenzo Bianconi's avatar Lorenzo Bianconi Committed by Jonathan Cameron

dt-bindings: iio: imu: st_lsm6dsx: add asm330lhhx device bindings

Add device bindings for asm330lhhx IMU sensor.
Use lsm6dsr as fallback device for asm330lhhx since it implements all
the features currently supported by asm330lhhx.
Signed-off-by: default avatarLorenzo Bianconi <lorenzo@kernel.org>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/2e5304b7e11085d4e701b4b591fd79cc54f01301.1649100168.git.lorenzo@kernel.orgSigned-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent fdd70d7a
...@@ -14,23 +14,27 @@ description: ...@@ -14,23 +14,27 @@ description:
properties: properties:
compatible: compatible:
enum: oneOf:
- st,lsm6ds3 - enum:
- st,lsm6ds3h - st,lsm6ds3
- st,lsm6dsl - st,lsm6ds3h
- st,lsm6dsm - st,lsm6dsl
- st,ism330dlc - st,lsm6dsm
- st,lsm6dso - st,ism330dlc
- st,asm330lhh - st,lsm6dso
- st,lsm6dsox - st,asm330lhh
- st,lsm6dsr - st,lsm6dsox
- st,lsm6ds3tr-c - st,lsm6dsr
- st,ism330dhcx - st,lsm6ds3tr-c
- st,lsm9ds1-imu - st,ism330dhcx
- st,lsm6ds0 - st,lsm9ds1-imu
- st,lsm6dsrx - st,lsm6ds0
- st,lsm6dst - st,lsm6dsrx
- st,lsm6dsop - st,lsm6dst
- st,lsm6dsop
- items:
- const: st,asm330lhhx
- const: st,lsm6dsr
reg: reg:
maxItems: 1 maxItems: 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment