Lines Matching +full:high +full:- +full:level
2 # SPDX-License-Identifier: Apache-2.0
20 /* You can put this in places like a board-pinctrl.dtsi file in
24 /* include pre-defined pins and functions for the SoC used by the board */
25 #include <dt-bindings/pinctrl/it8xxx2-pinctrl.h>
31 gpio-voltage = "1p8";
35 gpio-voltage = "1v8";
40 bias-pull-up;
51 To link pin configurations with a device, use a pinctrl-N property for some
54 #include "board-pinctrl.dtsi"
57 pinctrl-0 = <&uart1_rx_pb0_default &uart1_tx_pb1_default>;
58 pinctrl-1 = <&uart1_rx_pb0_sleep &uart1_tx_pb1_sleep>;
59 pinctrl-names = "default", "sleep";
62 compatible: "ite,it8xxx2-pinctrl"
66 child-binding:
71 - name: pincfg-node.yaml
72 property-allowlist:
73 - bias-high-impedance
74 - bias-pull-pin-default
75 - bias-pull-up
76 - bias-pull-down
77 - input-enable
78 - drive-push-pull
79 - drive-open-drain
84 type: phandle-array
88 gpio-voltage:
97 - "3v3"
98 - "1v8"
100 drive-strength:
103 We can configure this property to drive a high or low current selection.
107 Define the high level 0b: 8mA
108 low level 1b: 4mA or 2mA
110 - "high"
111 - "low"