Lines Matching +full:channel +full:- +full:6
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:
17 Each child node represents one channel and has the following
19 * reg: Pin on which this channel is connected to.
20 * adi,mode: Mode or function of this channel.
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;
84 channel@0 {
88 channel@1 {
92 channel@2 {
96 channel@3 {
99 adi,off-state = <CH_OFFSTATE_PULLDOWN>;
101 channel@4 {
104 adi,off-state = <CH_OFFSTATE_PULLDOWN>;
106 channel@5 {
109 adi,off-state = <CH_OFFSTATE_PULLDOWN>;
111 channel@6 {
112 reg = <6>;
114 adi,off-state = <CH_OFFSTATE_PULLDOWN>;
116 channel@7 {
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;
135 channel@0 {
138 adi,off-state = <CH_OFFSTATE_PULLDOWN>;
140 channel@1 {
143 adi,off-state = <CH_OFFSTATE_PULLDOWN>;
145 channel@2 {
148 adi,off-state = <CH_OFFSTATE_PULLDOWN>;
150 channel@6 {
151 reg = <6>;
153 adi,off-state = <CH_OFFSTATE_PULLDOWN>;