Lines Matching refs:mux
5 - #mux-control-cells : <0> if parallel (the three muxes are bound together
6 with a single mux controller controlling all three muxes), or <1> if
7 not (one mux controller for each mux).
8 * Standard mux-controller bindings as described in mux-controller.yaml
18 - idle-state : if present, array of states that the mux controllers will have
27 * Three independent mux controllers (of which one is used).
28 * Mux 0 is disconnected when idle, mux 1 idles in the previously
29 * selected state and mux 2 idles with signal B.
32 mux: mux-controller@50 {
35 #mux-control-cells = <1>;
41 adc-mux {
42 compatible = "io-channel-mux";
46 mux-controls = <&mux 2>;
53 * Three parallel muxes with one mux controller, useful e.g. if
58 pmux: mux-controller@50 {
61 #mux-control-cells = <0>;
67 diff-adc-mux {
68 compatible = "io-channel-mux";
72 mux-controls = <&pmux>;