Lines Matching +full:bias +full:- +full:pull +full:- +full:down
2 # SPDX-License-Identifier: Apache-2.0
14 bias-pull-up: PE=1, PS=<bias-pull-up-value index>
15 bias-pull-down: PE=1, PS=0
16 input-schmitt-enable: HYS=1
17 slew-rate: SRE=<enum idx>
18 drive-strength: DSE=<enum idx>
19 input-enable: SION=1 (in SW_PAD_CTL_MUX register)
26 SRE=<slew-rate>,
27 DSE=<drive-strength>,
34 compatible: "nxp,imx7d-pinctrl"
38 child-binding:
40 child-binding:
45 - name: pincfg-node.yaml
46 property-allowlist:
47 - input-schmitt-enable
48 - input-enable
49 - bias-pull-up
50 - bias-pull-down
59 drive-strength:
63 - "x1"
64 - "x4"
65 - "x2"
66 - "x6"
69 slew-rate:
73 - "fast"
74 - "slow"
79 bias-pull-up-value:
83 - "unused"
84 - "5k"
85 - "47k"
86 - "100k"
88 Select pull up resistor value. Sets PS field in IOMUXC peripheral.
91 01: 5K- 5K pull up resistor
92 10: 47K- 47K pull up resistor
93 11: 100K- 100K pull up resistor