Lines Matching +full:external +full:- +full:signal

6 - compatible: Must be one of
12 * "adi,adis16495-1"
13 * "adi,adis16495-2"
14 * "adi,adis16495-3"
15 * "adi,adis16497-1"
16 * "adi,adis16497-2"
17 * "adi,adis16497-3"
18 - reg: SPI chip select number for the device
19 - spi-max-frequency: Max SPI frequency to use
20 see: Documentation/devicetree/bindings/spi/spi-bus.txt
21 - spi-cpha: See Documentation/devicetree/bindings/spi/spi-bus.txt
22 - spi-cpol: See Documentation/devicetree/bindings/spi/spi-bus.txt
23 - interrupts: interrupt mapping for IRQ, accepted values are:
29 - interrupt-names: Data ready line selection. Valid values are:
35 signal.
36 - reset-gpios: must be the device tree identifier of the RESET pin. As the line
38 - clocks: phandle to the external clock. Should be set according to
39 "clock-names".
40 If this field is left empty together with the "clock-names" field, then
42 - clock-names: The name of the external clock to be used. Valid values are:
44 of the external clock signal establishes therate of data
46 The clock-frequency must be:
50 production is equal to the product of the external clock
53 The clock-frequency must be:
58 - adi,ext-clk-pin: The DIOx line to be used as an external clock input.
65 selection or external clock input). When a single pin has two
69 If this field is left empty, DIO2 is assigned as default external clock
75 compatible = "adi,adis16495-1";
77 spi-max-frequency = <3200000>;
78 spi-cpol;
79 spi-cpha;
81 interrupt-parent = <&gpio>;
82 interrupt-names = "DIO2";
84 clock-names = "sync";
85 adi,ext-clk-pin = "DIO1";