Lines Matching +full:spi +full:- +full:cpol
4 - compatible: Must be "adi,ad5592r"
5 - reg: SPI chip select number for the device
6 - spi-max-frequency: Max SPI frequency to use (< 30000000)
7 - spi-cpol: The AD5592R requires inverse clock polarity (CPOL) mode
10 - compatible: Must be "adi,ad5593r"
11 - reg: I2C address of the device
14 - #address-cells: Should be 1.
15 - #size-cells: Should be 0.
16 - channel nodes:
22 can be found in <dt-bindings/iio/adi,ad5592r.h>.
36 * adi,off-state: State of this channel when unused or the
39 <dt-bindings/iio/adi,ad5592r.h>.
49 - vref-supply: Phandle to the external reference voltage supply. This should
52 - reset-gpios : GPIO spec for the RESET pin. If specified, it will be
54 - gpio-controller: Marks the device node as a GPIO controller.
55 - #gpio-cells: Should be 2. The first cell is the GPIO number and the second
56 cell specifies GPIO flags, as defined in <dt-bindings/gpio/gpio.h>.
60 #include <dt-bindings/iio/adi,ad5592r.h>
62 vref: regulator-vref {
63 compatible = "regulator-fixed";
64 regulator-name = "vref-ad559x";
65 regulator-min-microvolt = <3300000>;
66 regulator-max-microvolt = <3300000>;
67 regulator-always-on;
71 #size-cells = <0>;
72 #address-cells = <1>;
73 #gpio-cells = <2>;
77 spi-max-frequency = <1000000>;
78 spi-cpol;
80 vref-supply = <&vref>; /* optional */
81 reset-gpios = <&gpio0 86 0>; /* optional */
82 gpio-controller;
99 adi,off-state = <CH_OFFSTATE_PULLDOWN>;
104 adi,off-state = <CH_OFFSTATE_PULLDOWN>;
109 adi,off-state = <CH_OFFSTATE_PULLDOWN>;
114 adi,off-state = <CH_OFFSTATE_PULLDOWN>;
119 adi,off-state = <CH_OFFSTATE_PULLDOWN>;
125 #include <dt-bindings/iio/adi,ad5592r.h>
128 #size-cells = <0>;
129 #address-cells = <1>;
130 #gpio-cells = <2>;
133 gpio-controller;
138 adi,off-state = <CH_OFFSTATE_PULLDOWN>;
143 adi,off-state = <CH_OFFSTATE_PULLDOWN>;
148 adi,off-state = <CH_OFFSTATE_PULLDOWN>;
153 adi,off-state = <CH_OFFSTATE_PULLDOWN>;