Lines Matching +full:mux +full:- +full:controller
1 Bindings for Analog Devices ADGS1408/1409 8:1/Dual 4:1 Mux
4 - compatible : Should be one of
7 * Standard mux-controller bindings as described in mux-controller.yaml
10 - gpio-controller : if present, #gpio-cells is required.
11 - #gpio-cells : should be <2>
12 - First cell is the GPO line number, i.e. 0 to 3
14 - Second cell is used to specify active high (0)
18 - idle-state : if present, the state that the mux controller will have
28 * One mux controller.
29 * Mux state set to idle as is (no idle-state declared)
32 mux: mux-controller@0 {
35 spi-max-frequency = <1000000>;
36 #mux-control-cells = <0>;
40 adc-mux {
41 compatible = "io-channel-mux";
42 io-channels = <&adc 1>;
43 io-channel-names = "parent";
44 mux-controls = <&mux>;