Lines Matching +full:bias +full:- +full:pull +full:- +full:pin +full:- +full:default
1 * Pin configuration for TI DA850/OMAP-L138/AM18x
3 These SoCs have a separate controller for setting bias (internal pullup/down).
4 Bias can only be selected for groups rather than individual pins.
8 - compatible: Must be "ti,da850-pupd"
9 - reg: Base address and length of the memory resource used by the pullup/down
12 The controller node also acts as a container for pin group configuration nodes.
15 Pin Group Node Properties:
17 - groups: An array of strings, each string containing the name of a pin group.
20 The pin configuration parameters use the generic pinconf bindings defined in
21 pinctrl-bindings.txt in this directory. The supported parameters are
22 bias-disable, bias-pull-up, bias-pull-down.
26 -------
30 pinconf: pin-controller@22c00c {
31 compatible = "ti,da850-pupd";
35 In board-specific file:
38 pinctrl-0 = <&pinconf_bias_groups>;
39 pinctrl-names = "default";
41 pinconf_bias_groups: bias-groups {
42 pull-up {
44 bias-pull-up;
46 pull-down {
48 bias-pull-down;
52 bias-disable;