Lines Matching +full:sync +full:- +full:in +full:- +full:gpios
1 GPIO-based multiplexer controller bindings
7 - compatible : "gpio-mux"
8 - mux-gpios : list of gpios used to control the multiplexer, least
10 - #mux-control-cells : <0>
11 * Standard mux-controller bindings as decribed in mux-controller.txt
14 - idle-state : if present, the state the mux will have when idle. The
23 mux: mux-controller {
24 compatible = "gpio-mux";
25 #mux-control-cells = <0>;
27 mux-gpios = <&pioA 0 GPIO_ACTIVE_HIGH>,
31 adc-mux {
32 compatible = "io-channel-mux";
33 io-channels = <&adc 0>;
34 io-channel-names = "parent";
36 mux-controls = <&mux>;
38 channels = "sync-1", "in", "out", "sync-2";
41 i2c-mux {
42 compatible = "i2c-mux";
43 i2c-parent = <&i2c1>;
45 mux-controls = <&mux>;
47 #address-cells = <1>;
48 #size-cells = <0>;
52 #address-cells = <1>;
53 #size-cells = <0>;
62 #address-cells = <1>;
63 #size-cells = <0>;