Lines Matching +full:low +full:- +full:speed
2 # SPDX-License-Identifier: Apache-2.0
30 To link pin configurations with a device, use a pinctrl-N property for some
33 #include "board-pinctrl.dtsi"
36 pinctrl-0 = <&uart0_default>;
37 pinctrl-names = "default";
40 compatible: "nuvoton,numaker-pinctrl"
48 child-binding:
50 child-binding:
54 - name: pincfg-node.yaml
55 property-allowlist:
56 - drive-open-drain
57 - input-schmitt-enable
64 be defined using pre-defined macros or, alternatively, using NVT_PINMUX
66 drive-strength:
68 default: "low"
70 - "low"
71 - "fast"
73 Set the driving strength of a pin. Hardware default configuration is low and
75 slew-rate:
77 default: "low"
79 - "low"
80 - "high"
81 - "fast"
83 Set the speed of a pin. This setting effectively limits the
84 slew rate of the output signal. Hardware default configuration is low.
85 Fast slew rate could support fast speed pins, like as SPI CLK up to 50MHz.