Lines Matching +full:bias +full:- +full:pull +full:- +full:pin +full:- +full:default
8 - compatible:
9 Must be "brcm,ns2-pinmux"
11 - reg:
13 Northstar2 IOMUX and pin configuration registers.
17 - function:
20 - groups:
23 - pins:
24 List of pin names to change configuration
26 The generic properties bias-disable, bias-pull-down, bias-pull-up,
27 drive-strength, slew-rate, input-enable, input-disable are supported
31 Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt
36 compatible = "brcm,ns2-pinmux";
41 pinctrl-names = "default";
42 pinctrl-0 = <&nand_sel>, <&uart3_rx>, <&sdio0_d4>;
50 /* Pull up the uart3 rx pin */
53 bias-pull-up;
56 /* Set the drive strength of sdio d4 pin */
59 drive-strength = <8>;