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:
29 pairs, each describing a single mux control.
35 - mux-reg-masks
36 - '#mux-control-cells'
42 /* The parent device of mux controller is not a syscon device. */
44 #include <dt-bindings/mux/mux.h>
46 mux-controller {
47 compatible = "reg-mux";
48 #mux-control-cells = <1>;
49 mux-reg-masks =
54 mdio-mux-1 {
55 compatible = "mdio-mux-multiplexer";
56 mux-controls = <&mux1 0>;
74 mdio-mux-2 {
75 compatible = "mdio-mux-multiplexer";
76 mux-controls = <&mux1 1>;
95 /* The parent device of mux controller is syscon device. */
97 #include <dt-bindings/mux/mux.h>
102 mux2: mux-controller {
103 compatible = "mmio-mux";
104 #mux-control-cells = <1>;
106 mux-reg-masks =
113 video-mux {
114 compatible = "video-mux";
115 mux-controls = <&mux2 0>;