Lines Matching +full:bias +full:- +full:pull +full:- +full:pin +full:- +full:default
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)
21 If only required properties are supplied, the pin will have the following
26 SRE=<slew-rate>,
27 DSE=<drive-strength>,
34 compatible: "nxp,imx7d-pinctrl"
38 child-binding:
39 description: iMX pin controller pin group
40 child-binding:
42 iMX pin controller pin configuration node.
45 - name: pincfg-node.yaml
46 property-allowlist:
47 - input-schmitt-enable
48 - input-enable
49 - bias-pull-up
50 - bias-pull-down
57 Pin mux selections for this group. See the soc level iomuxc DTSI file
59 drive-strength:
63 - "x1"
64 - "x4"
65 - "x2"
66 - "x6"
68 Pin output drive strength. Sets the DSE field in the IOMUXC peripheral.
69 slew-rate:
73 - "fast"
74 - "slow"
76 Select slew rate for pin. Corresponds to SRE field in IOMUXC peripheral
79 bias-pull-up-value:
81 default: "100k"
83 - "unused"
84 - "5k"
85 - "47k"
86 - "100k"
88 Select pull up resistor value. Sets PS field in IOMUXC peripheral.
89 Default of 100k as this is most common default register value for
91 01: 5K- 5K pull up resistor
92 10: 47K- 47K pull up resistor
93 11: 100K- 100K pull up resistor