Lines Matching full:lantiq
1 Lantiq XWAY pinmux controller
4 - compatible: "lantiq,<chip>-pinctrl", where <chip> is:
17 Lantiq's pin configuration nodes act as a container for an arbitrary number of
37 - lantiq,groups : An array of strings. Each string contains the name of a group.
39 - lantiq,function: A string containing the name of the function to mux to the
107 - lantiq,pins : An array of strings. Each string contains the name of a pin.
111 - lantiq,pull: Integer, representing the pull-down/up to apply to the pin.
113 - lantiq,open-drain: Boolean, enables open-drain on the defined pin.
134 compatible = "lantiq,danube-pinctrl";
144 lantiq,groups = "stp";
145 lantiq,function = "stp";
148 lantiq,groups = "gnt1";
149 lantiq,function = "pci";
152 lantiq,pins = "io4", "io5", "io6"; /* stp */
153 lantiq,open-drain;
154 lantiq,pull = <0>;