Lines Matching +full:max +full:- +full:pins
2 # SPDX-License-Identifier: Apache-2.0
8 fields in a group select the pins to be configured, and the remaining
9 devicetree properties set configuration values for those pins
10 for example, here is an group configuring UART2 pins:
15 drive-strength = "40-ohm";
16 slew-rate = "slow";
20 Both pins will be configured with a slow slew rate, and maximum drive
26 input-schmitt-enable: HYS=1
27 bias-pull-up: PUE=1
28 drive-open-drain: ODE=1
29 slew-rate: SRE=<enum_idx>
30 drive-strength: DSE=<enum_idx>
31 input-enable: SION=1 (in SW_MUX_CTL_PAD register)
39 SRE=<slew-rate>,
40 DSE=<drive-strength>,
44 compatible: "nxp,imx8m-pinctrl"
48 child-binding:
50 child-binding:
55 - name: pincfg-node.yaml
56 property-allowlist:
57 - input-schmitt-enable
58 - drive-open-drain
59 - input-enable
60 - bias-pull-up
61 - bias-pull-down
70 drive-strength:
74 - "disabled"
75 - "255-ohm"
76 - "105-ohm"
77 - "75-ohm"
78 - "85-ohm"
79 - "65-ohm"
80 - "45-ohm"
81 - "40-ohm"
87 000 HI-Z — Output driver is disabled (Hi-Z State)
95 slew-rate:
99 - "slow"
100 - "medium"
101 - "fast"
102 - "max"
108 11 MAX — Max Frequency Slew Rate (200Mhz)