Lines Matching +full:bias +full:- +full:pull +full:- +full:pin +full:- +full:default
2 # SPDX-License-Identifier: Apache-2.0
5 The sensry SY1xx pin controller is a single node responsible for controlling
6 pin configuration, such as pull-up, pull-down, tri-state, ...
25 input-enable;
31 pinctrl-0 = <&uart0_tx &uart0_rx>;
32 pinctrl-names = "default";
35 Every pin configuration will be configured in a 32bit register. The configuration
36 itself is 8bit wide. So we have a number of 4 pin configurations per 32bit register.
41 Allowed modifiers for each pin are:
42 - bias-high-impedance
43 - bias-pull-down
44 - bias-pull-up
45 - input-enable
46 - input-schmitt-enable
48 compatible: "sensry,sy1xx-pinctrl"
56 child-binding:
60 - name: pincfg-node.yaml
61 property-allowlist:
62 - bias-high-impedance
63 - bias-pull-down
64 - bias-pull-up
65 - input-enable
66 - input-schmitt-enable
73 Pin mux selection. See the SOC level pinctrl header