Lines Matching +full:control +full:- +full:selection
2 # SPDX-License-Identifier: Apache-2.0
13 #include <dt-bindings/pinctrl/quicklogic-eos-s3-pinctrl.h>
18 input-enable;
22 output-enable;
26 compatible: "quicklogic,eos-s3-pinctrl"
34 child-binding:
40 - name: pincfg-node.yaml
41 property-allowlist:
42 - input-enable
43 - output-enable
44 - bias-pull-up
45 - bias-pull-down
46 - bias-high-impedance
47 - input-schmitt-enable
48 - drive-strength
55 slew-rate:
57 The default value "slow" matches the power-on reset value.
61 - "slow"
62 - "fast"
63 quicklogic,control-selection:
65 Control selection for IO output.
66 It's either controlled from registers of the A0 always-on domain,
67 fabric-controlled for signaling with FPGA,
68 or other-controller for bidirectional signals.
69 The default value "a0registers" matches the power-on reset value.
73 - "a0registers"
74 - "others"
75 - "fabric"