Lines Matching +full:2 +full:pin
6 The RPi Pico pin controller is a node responsible for controlling
7 pin function selection and pin properties, such as routing a UART0 Rx
8 to pin 1 and enabling the pullup resistor on that pin.
17 All device pin configurations should be placed in child nodes of the
35 /* group 2 */
39 /* enable input on pin 1 */
45 The 'uart0_default' child node encodes the pin configurations for a
49 As shown, pin configurations are organized in groups within each child node.
50 Each group can specify a list of pin function selections in the 'pinmux'
53 A group can also specify shared pin properties common to all the specified
54 pins, such as the 'input-enable' property in group 2. Here is a list of
55 supported standard pin properties:
60 - input-enable: Enable input from the pin.
62 - drive-strength: Set the drive strength of the pin, in milliamps. Possible
63 values are: 2, 4, 8, 12 (default: 4mA)
67 To link pin configurations with a device, use a pinctrl-N property for some
105 pin number and the alternative function of the pin.
108 - 2
114 The drive strength of a pin, in mA. The default value is 4mA, as this
122 The slew rate of a pin. 0 corresponds to slow, and 1 corresponds to fast.
129 - 2
133 Override output-enable for a pin.
139 - 2 (RP2_GPIO_OVERRIDE_LOW) - disable output.