Lines Matching full:lantiq
1 Lantiq XWAY pinmux controller
4 - compatible: "lantiq,pinctrl-xway", (DEPRECATED: Use "lantiq,pinctrl-danube")
5 "lantiq,pinctrl-xr9", (DEPRECATED: Use "lantiq,xrx100-pinctrl" or
6 "lantiq,xrx200-pinctrl")
7 "lantiq,pinctrl-ase", (DEPRECATED: Use "lantiq,ase-pinctrl")
8 "lantiq,<chip>-pinctrl", where <chip> is:
21 Lantiq's pin configuration nodes act as a container for an arbitrary number of
41 - lantiq,groups : An array of strings. Each string contains the name of a group.
43 - lantiq,function: A string containing the name of the function to mux to the
134 - lantiq,pins : An array of strings. Each string contains the name of a pin.
138 - lantiq,pull: Integer, representing the pull-down/up to apply to the pin.
140 - lantiq,open-drain: Boolean, enables open-drain on the defined pin.
167 compatible = "lantiq,danube-pinctrl";
177 lantiq,groups = "stp";
178 lantiq,function = "stp";
181 lantiq,groups = "gnt1";
182 lantiq,function = "pci";
185 lantiq,pins = "io4", "io5", "io6"; /* stp */
186 lantiq,open-drain;
187 lantiq,pull = <0>;