Lines Matching +full:clock +full:- +full:frequency
6 - compatible: Must be one of
11 * "adi,adis16495-1"
12 * "adi,adis16495-2"
13 * "adi,adis16495-3"
14 * "adi,adis16497-1"
15 * "adi,adis16497-2"
16 * "adi,adis16497-3"
17 - reg: SPI chip select number for the device
18 - spi-max-frequency: Max SPI frequency to use
19 see: Documentation/devicetree/bindings/spi/spi-bus.txt
20 - spi-cpha: See Documentation/devicetree/bindings/spi/spi-bus.txt
21 - spi-cpol: See Documentation/devicetree/bindings/spi/spi-bus.txt
22 - interrupts: interrupt mapping for IRQ, accepted values are:
28 - interrupt-names: Data ready line selection. Valid values are:
35 - reset-gpios: must be the device tree identifier of the RESET pin. As the line
37 - clocks: phandle to the external clock. Should be set according to
38 "clock-names".
39 If this field is left empty together with the "clock-names" field, then
40 the internal clock is used.
41 - clock-names: The name of the external clock to be used. Valid values are:
42 * sync: In sync mode, the internal clock is disabled and the frequency
43 of the external clock signal establishes therate of data
45 The clock-frequency must be:
49 production is equal to the product of the external clock
50 frequency and the scale factor in the SYNC_SCALE register, see
52 The clock-frequency must be:
56 internal clock is used.
57 - adi,ext-clk-pin: The DIOx line to be used as an external clock input.
64 selection or external clock input). When a single pin has two
68 If this field is left empty, DIO2 is assigned as default external clock
74 compatible = "adi,adis16495-1";
76 spi-max-frequency = <3200000>;
77 spi-cpol;
78 spi-cpha;
80 interrupt-parent = <&gpio>;
81 interrupt-names = "DIO2";
83 clock-names = "sync";
84 adi,ext-clk-pin = "DIO1";