Lines Matching +full:spi +full:- +full:cpol
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Cristian Pop <cristian.pop@analog.com>
16 https://www.analog.com/media/en/technical-documentation/data-sheets/ad5766-5767.pdf
21 - adi,ad5766
22 - adi,ad5767
24 output-range-microvolts:
25 $ref: /schemas/types.yaml#/definitions/int32-array
32 spi-max-frequency:
35 spi-cpol: true
37 reset-gpios:
43 - compatible
44 - output-range-microvolts
45 - reg
46 - spi-max-frequency
47 - spi-cpol
52 - |
53 spi {
54 #address-cells = <1>;
55 #size-cells = <0>;
59 output-range-microvolts = <(-5000000) 5000000>;
61 spi-cpol;
62 spi-max-frequency = <1000000>;
63 reset-gpios = <&gpio 22 0>;