Lines Matching +full:pull +full:- +full:down
2 # SPDX-License-Identifier: Apache-2.0
7 node to route UART0 RX to pin P0.1 and enable the pull-up resistor on the
20 /* You can put this in places like a board-pinctrl.dtsi file in
35 /* both P0.3 and P0.4 are configured with pull-up */
36 bias-pull-up;
43 state. You would specify the low-power configuration for the same device
52 include/zephyr/dt-bindings/pinctrl/nrf-pinctrl.h header file.
55 pins, such as the 'bias-pull-up' property in group 2. Here is a list of
58 - bias-disable: Disable pull-up/down (default behavior, not required).
59 - bias-pull-up: Enable pull-up resistor.
60 - bias-pull-down: Enable pull-down resistor.
61 - low-power-enable: Configure pin as an input with input buffer
66 To link this pin configuration with a device, use a pinctrl-N property
70 #include "board-pinctrl.dtsi"
73 pinctrl-0 = <&uart0_default>;
74 pinctrl-names = "default";
77 compatible: "nordic,nrf-pinctrl"
81 child-binding:
84 child-binding:
89 - name: pincfg-node.yaml
90 property-allowlist:
91 - bias-disable
92 - bias-pull-down
93 - bias-pull-up
94 - low-power-enable
106 nordic,drive-mode:
110 Pin output drive mode. Available drive modes are pre-defined in
111 nrf-pinctrl.h. Note that extra modes may not be available on certain
113 SoC default, except for the "nordic,nrf-twi" and "nordic,nrf-twim"