1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/iio/imu/adi,adis16475.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Analog Devices ADIS16475 and similar IMUs
10 - Nuno Sá <nuno.sa@analog.com>
13 Analog Devices ADIS16475 and similar IMUs
14 https://www.analog.com/media/en/technical-documentation/data-sheets/ADIS16475.pdf
58 Must be the device tree identifier of the RESET pin. If specified,
59 it will be asserted during driver probe. As the line is active low,
60 it should be marked GPIO_ACTIVE_LOW.
65 Configures the device SYNC pin. The following modes are supported
70 $ref: /schemas/types.yaml#/definitions/uint32
76 This property must be present if the clock mode is scaled-sync through
77 clock-names property. In this mode, the input clock can have a range
78 of 1Hz to 128HZ which must be scaled to originate an allowable sample
79 rate. This property specifies that rate.
117 adi,sync-mode: [ clocks ]
119 additionalProperties: false
123 #include <dt-bindings/interrupt-controller/irq.h>
125 #address-cells = <1>;
128 adis16475: adis16475-3@0 {
129 compatible = "adi,adis16475-3";
133 spi-max-frequency = <2000000>;
134 interrupts = <4 IRQ_TYPE_EDGE_RISING>;
135 interrupt-parent = <&gpio>;