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 LPUART1 pins:
15 bias-pull-up;
16 slew-rate = "slow";
17 drive-strength = "x1";
21 Both pins will be configured with a slow slew rate, and minimum drive
26 input-schmitt-enable: HYS=1
27 bias-pull-up: PUE=1, PE=1
28 bias-pull-down: PUE=0, PE=1
29 drive-open-drain: ODE=1
30 slew-rate: FSEL=<enum_idx>
31 drive-strength: DSE=<enum_idx>
32 input-enable: SION=1 (in SW_MUX_CTL_PAD register)
40 SRE=<slew-rate>,
41 DSE=<drive-strength>,
45 compatible: "nxp,imx8mp-pinctrl"
49 child-binding:
51 child-binding:
56 - name: pincfg-node.yaml
57 property-allowlist:
58 - input-schmitt-enable
59 - drive-open-drain
60 - input-enable
61 - bias-pull-up
62 - bias-pull-down
71 drive-strength:
75 - "x1"
76 - "x4"
77 - "x2"
78 - "x6"
81 00 X1- low drive strength
82 01 X4- high drive strength
83 10 X2- medium drive strength
84 11 X6- max drive strength
85 slew-rate:
89 - "slow"
90 - "fast"