Lines Matching refs:mux
4 $id: http://devicetree.org/schemas/net/mdio-mux-multiplexer.yaml#
13 This is a special case of MDIO mux when MDIO mux is defined as a consumer
14 of a mux producer device. The mux producer can be of any type like mmio mux
15 producer, gpio mux producer or generic register based mux producer.
19 - $ref: /schemas/net/mdio-mux.yaml#
23 const: mdio-mux-multiplexer
25 mux-controls:
30 - mux-controls
36 mux: mux-controller { // Mux Producer
37 compatible = "reg-mux";
38 #mux-control-cells = <1>;
39 mux-reg-masks = <0x54 0xf8>, /* 0: reg 0x54, bits 7:3 */
43 mdio-mux-1 { // Mux consumer
44 compatible = "mdio-mux-multiplexer";
45 mux-controls = <&mux 0>;
63 mdio-mux-2 { // Mux consumer
64 compatible = "mdio-mux-multiplexer";
65 mux-controls = <&mux 1>;