Lines Matching +full:imx93 +full:- +full:pinctrl
2 # SPDX-License-Identifier: Apache-2.0
5 The node has the 'pinctrl' node label set in MCUX SoC's devicetree. These
15 bias-pull-up;
16 slew-rate = "slow";
17 drive-strength = "x1";
26 input-schmitt-enable: HYS=1
27 drive-open-drain: OD=1
28 bias-pull-down: PD=0
29 bias-pull-up: PU
30 slew-rate: FSEL1=<enum_idx>
31 drive-strength: DSE=<enum_idx>
32 input-enable: SION=1 (in SW_MUX_CTL_PAD register)
40 FSEL1=<slew-rate>,
41 DSE=<drive-strength>,
45 compatible: "nxp,imx93-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 - "x0"
76 - "x1"
77 - "x2"
78 - "x3"
79 - "x4"
80 - "x5"
81 - "x6"
91 slew-rate:
95 - "slow"
96 - "slightly_slow"
97 - "slightly_fast"
98 - "fast"