Lines Matching +full:mux +full:- +full:control +full:- +full:names
4 - compatible: "nvidia,tegra20-pinmux"
5 - reg: Should contain the register physical address and length for each of
6 the tri-state, mux, pull-up/down, and pad control register sets.
8 Please refer to pinctrl-bindings.txt in this directory for details of the
15 mux function to select on those pin(s)/group(s), and various pin configuration
16 parameters, such as pull-up, tristate, drive strength, etc.
22 other words, a subnode that lists a mux function but no pin configuration
25 information about e.g. the mux function or tristate parameter. For this
30 Required subnode-properties:
31 - nvidia,pins : An array of strings. Each string contains the name of a pin or
32 group. Valid values for these names are listed below.
34 Optional subnode-properties:
35 - nvidia,function: A string containing the name of the function to mux to the
36 pin or group. Valid values for function names are listed below. See the Tegra
38 - nvidia,pull: Integer, representing the pull-down/up to apply to the pin.
40 - nvidia,tristate: Integer.
42 - nvidia,high-speed-mode: Integer. Enable high speed mode the pins.
44 - nvidia,schmitt: Integer. Enables Schmitt Trigger on the input.
46 - nvidia,low-power-mode: Integer. Valid values 0-3. 0 is least power, 3 is
49 - nvidia,pull-down-strength: Integer. Controls drive strength. 0 is weakest.
52 - nvidia,pull-up-strength: Integer. Controls drive strength. 0 is weakest.
55 - nvidia,slew-rate-rising: Integer. Controls rising signal slew rate. 0 is
58 - nvidia,slew-rate-falling: Integer. Controls falling signal slew rate. 0 is
68 Valid values for pin and group names are:
70 mux groups:
94 With some exceptions, these support nvidia,high-speed-mode,
95 nvidia,schmitt, nvidia,low-power-mode, nvidia,pull-down-strength,
96 nvidia,pull-up-strength, nvidia,slew-rate-rising, nvidia,slew-rate-falling.
120 compatible = "nvidia,tegra20-pinmux";
121 reg = < 0x70000014 0x10 /* Tri-state registers */
122 0x70000080 0x20 /* Mux registers */
123 0x700000a0 0x14 /* Pull-up/down registers */
124 0x70000868 0xa8 >; /* Pad control registers */
141 pinctrl-names = "default";
142 pinctrl-0 = <&sdio4_default>;