Lines Matching +full:spi +full:- +full:max +full:- +full:frequency
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Alexandru Ardelean <alexandru.ardelean@analog.com>
15 - adi,adis16375
16 - adi,adis16480
17 - adi,adis16485
18 - adi,adis16488
19 - adi,adis16490
20 - adi,adis16495-1
21 - adi,adis16495-2
22 - adi,adis16495-3
23 - adi,adis16497-1
24 - adi,adis16497-2
25 - adi,adis16497-3
38 interrupt-names:
45 - DIO1
46 - DIO2
47 - DIO3
48 - DIO4
50 spi-max-frequency: true
52 spi-cpha: true
53 spi-cpol: true
55 reset-gpios:
63 clock-names:
65 sync: In sync mode, the internal clock is disabled and the frequency
68 The clock-frequency must be:
73 frequency and the scale factor in the SYNC_SCALE register, see
75 The clock-frequency must be:
79 - sync
80 - pps
82 adi,ext-clk-pin:
94 - DIO1
95 - DIO2
96 - DIO3
97 - DIO4
102 - compatible
103 - reg
104 - interrupts
105 - spi-cpha
106 - spi-cpol
107 - spi-max-frequency
110 - |
111 #include <dt-bindings/interrupt-controller/irq.h>
112 spi {
113 #address-cells = <1>;
114 #size-cells = <0>;
117 compatible = "adi,adis16495-1";
119 spi-max-frequency = <3200000>;
120 spi-cpol;
121 spi-cpha;
123 interrupt-parent = <&gpio>;
124 interrupt-names = "DIO2";
126 clock-names = "sync";
127 adi,ext-clk-pin = "DIO1";