Lines Matching +full:dual +full:- +full:channel
13 - compatible: Should be one of
14 * "xlnx,zynq-xadc-1.00.a": When using the ZYNQ device
16 * "xlnx,axi-xadc-1.00.a": When using the axi-xadc pcore to
18 - reg: Address and length of the register set for the device
19 - interrupts: Interrupt for the XADC control interface.
20 - clocks: When using the ZYNQ this must be the ZYNQ PCAP clock,
21 when using the AXI-XADC pcore this must be the clock that provides the
25 - xlnx,external-mux:
30 * "dual": External multiplexer mode is used with two
32 - xlnx,external-mux-channel: Configures which pair of pins is used to
40 Valid values for dual external multiplexer mode are:
41 1: VAUXP[0]/VAUXN[0] - VAUXP[8]/VAUXN[8]
42 2: VAUXP[1]/VAUXN[1] - VAUXP[9]/VAUXN[9]
44 8: VAUXP[7]/VAUXN[7] - VAUXP[15]/VAUXN[15]
47 external multiplexer mode (either single or dual). If the device is
49 - xnlx,channels: List of external channels that are connected to the ADC
51 * #address-cells: Should be 1.
52 * #size-cells: Should be 0.
58 Each child node represents one channel and has the following
61 * reg: Pair of pins the channel is connected to.
67 Note each channel number should only be used at most
70 * xlnx,bipolar: If set the channel is used in bipolar
76 compatible = "xlnx,zynq-xadc-1.00.a";
79 interrupt-parent = <&gic>;
83 #address-cells = <1>;
84 #size-cells = <0>;
85 channel@0 {
88 channel@1 {
91 channel@8 {
98 compatible = "xlnx,axi-xadc-1.00.a";
101 interrupt-parent = <&gic>;
105 #address-cells = <1>;
106 #size-cells = <0>;
107 channel@0 {