dt-bindings: iio: accel: adxl313: Add compatibles for adxl312 and adxl314
Extend the adi,adxl313.yaml file with information regrding the ADXL312 and ADXL314 devices. Signed-off-by: George Mois <george.mois@analog.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20220905132018.364900-1-george.mois@analog.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
5d5129b17f
commit
abf90541d1
|
@ -4,20 +4,24 @@
|
||||||
$id: http://devicetree.org/schemas/iio/accel/adi,adxl313.yaml#
|
$id: http://devicetree.org/schemas/iio/accel/adi,adxl313.yaml#
|
||||||
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
||||||
|
|
||||||
title: Analog Devices ADXL313 3-Axis Digital Accelerometer
|
title: Analog Devices ADXL312, ADXL313, and ADXL314 3-Axis Digital Accelerometers
|
||||||
|
|
||||||
maintainers:
|
maintainers:
|
||||||
- Lucas Stankus <lucas.p.stankus@gmail.com>
|
- Lucas Stankus <lucas.p.stankus@gmail.com>
|
||||||
|
|
||||||
description: |
|
description: |
|
||||||
Analog Devices ADXL313 3-Axis Digital Accelerometer that supports
|
Analog Devices ADXL312, ADXL313, and ADXL314 3-Axis Digital Accelerometer that
|
||||||
both I2C & SPI interfaces.
|
support both I2C & SPI interfaces.
|
||||||
|
https://www.analog.com/en/products/adxl312.html
|
||||||
https://www.analog.com/en/products/adxl313.html
|
https://www.analog.com/en/products/adxl313.html
|
||||||
|
https://www.analog.com/en/products/adxl314.html
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
enum:
|
enum:
|
||||||
|
- adi,adxl312
|
||||||
- adi,adxl313
|
- adi,adxl313
|
||||||
|
- adi,adxl314
|
||||||
|
|
||||||
reg:
|
reg:
|
||||||
maxItems: 1
|
maxItems: 1
|
||||||
|
|
Loading…
Reference in New Issue