Lines Matching +full:bias +full:- +full:pull +full:- +full:down
2 # SPDX-License-Identifier: Apache-2.0
17 slew-rate = "normal";
22 as normal drive strength and no pull. This corresponds to the following
30 bias-pull-up: PAD_PU_PD_ENx= (0x1 << pin_index)
31 bias-pull-down: PAD_PU_PD_ENx= (0x10 << pin_index)
33 compatible: "nxp,mci-io-mux"
36 - name: base.yaml
38 child-binding:
40 child-binding:
44 - name: pincfg-node.yaml
45 property-allowlist:
46 - bias-pull-up
47 - bias-pull-down
55 slew-rate:
59 - "slow"
60 - "normal"
61 - "fast"
62 - "ultra"
66 0 - slow slew rate
67 1 - normal slew rate
68 2 - fast slew rate
69 3 - fastest slew rate (ultra)