Lines Matching full:mux
8 "reg-mux" : if parent device of mux controller is not syscon device
9 "mmio-mux" : if parent device of mux controller is syscon device
10 - #mux-control-cells : <1>
11 - mux-reg-masks : an array of register offset and pre-shifted bitfield mask
12 pairs, each describing a single mux control.
13 * Standard mux-controller bindings as decribed in mux-controller.txt
21 pair in the mux-reg-masks array.
24 The parent device of mux controller is not a syscon device.
32 mux: mux-controller {
33 compatible = "reg-mux";
34 #mux-control-cells = <1>;
35 mux-reg-masks = <0x54 0xf8>, /* 0: reg 0x54, bits 7:3 */
41 mdio-mux-1 {
42 compatible = "mdio-mux-multiplexer";
43 mux-controls = <&mux 0>;
64 mdio-mux-2 {
65 compatible = "mdio-mux-multiplexer";
66 mux-controls = <&mux 1>;
88 The parent device of mux controller is syscon device.
93 mux: mux-controller {
94 compatible = "mmio-mux";
95 #mux-control-cells = <1>;
97 mux-reg-masks = <0x3 0x30>, /* 0: reg 0x3, bits 5:4 */
103 video-mux {
104 compatible = "video-mux";
105 mux-controls = <&mux 0>;