Lines Matching full:mux
4 $id: http://devicetree.org/schemas/mux/reg-mux.yaml#
19 - reg-mux # parent device of mux controller is not syscon device
20 - mmio-mux # parent device of mux controller is syscon device
24 '#mux-control-cells':
27 mux-reg-masks:
33 description: Each entry pair describes a single mux control.
39 - mux-reg-masks
40 - '#mux-control-cells'
46 /* The parent device of mux controller is not a syscon device. */
48 #include <dt-bindings/mux/mux.h>
50 mux-controller {
51 compatible = "reg-mux";
52 #mux-control-cells = <1>;
53 mux-reg-masks =
58 mdio-mux-1 {
59 compatible = "mdio-mux-multiplexer";
60 mux-controls = <&mux1 0>;
78 mdio-mux-2 {
79 compatible = "mdio-mux-multiplexer";
80 mux-controls = <&mux1 1>;
99 /* The parent device of mux controller is syscon device. */
101 #include <dt-bindings/mux/mux.h>
105 mux2: mux-controller {
106 compatible = "mmio-mux";
107 #mux-control-cells = <1>;
109 mux-reg-masks =
116 video-mux {
117 compatible = "video-mux";
118 mux-controls = <&mux2 0>;