Lines Matching +full:pinmux +full:-
4 -------------------
6 - compatible: SoC-specific compatible string "renesas,<soc-specific>-pinctrl"
7 followed by "renesas,rzn1-pinctrl" as fallback. The SoC-specific compatible
9 "renesas,r9a06g032-pinctrl" for RZ/N1D
10 "renesas,r9a06g033-pinctrl" for RZ/N1S
11 - reg: Address base and length of the memory area where the pin controller
13 - clocks: phandle for the clock, see the description of clock-names below.
14 - clock-names: Contains the name of the clock:
18 pinctrl: pin-controller@40067000 {
19 compatible = "renesas,r9a06g032-pinctrl", "renesas,rzn1-pinctrl";
22 clock-names = "bus";
25 Sub-nodes
26 ---------
31 - Pin multiplexing sub-nodes:
32 A pin multiplexing sub-node describes how to configure a set of
34 A single sub-node may define several pin configurations.
35 Please refer to pinctrl-bindings.txt to get to know more on generic
38 The allowed generic formats for a pin multiplexing sub-node are the
41 node-1 {
42 pinmux = <PIN_ID_AND_MUX>, <PIN_ID_AND_MUX>, ... ;
46 node-2 {
47 sub-node-1 {
48 pinmux = <PIN_ID_AND_MUX>, <PIN_ID_AND_MUX>, ... ;
52 sub-node-2 {
53 pinmux = <PIN_ID_AND_MUX>, <PIN_ID_AND_MUX>, ... ;
59 sub-node-n {
60 pinmux = <PIN_ID_AND_MUX>, <PIN_ID_AND_MUX>, ... ;
65 node-3 {
66 pinmux = <PIN_ID_AND_MUX>, <PIN_ID_AND_MUX>, ... ;
69 sub-node-1 {
70 pinmux = <PIN_ID_AND_MUX>, <PIN_ID_AND_MUX>, ... ;
76 sub-node-n {
77 pinmux = <PIN_ID_AND_MUX>, <PIN_ID_AND_MUX>, ... ;
84 pinconfig in node-3 does not apply to the sub-nodes.
86 Client sub-nodes shall refer to pin multiplexing sub-nodes using the phandle
91 client-1 {
93 pinctrl-0 = <&node-1>;
97 client-2 {
99 pinctrl-0 = <&node-2>;
104 - pinmux:
111 argument list of a single "pinmux" property.
112 Integers values in the "pinmux" argument list are assembled as:
116 <include/dt-bindings/pinctrl/rzn1-pinctrl.h>
123 - bias-disable - disable any pin bias
124 - bias-pull-up - pull up the pin with 50 KOhm
125 - bias-pull-down - pull down the pin with 50 KOhm
126 - bias-high-impedance - high impedance mode
127 - drive-strength - sink or source at most 4, 6, 8 or 12 mA
134 pinmux = <
146 pinmux = <RZN1_PINMUX(103, RZN1_FUNC_UART0_I)>; /* TXD */
149 pinmux = <RZN1_PINMUX(104, RZN1_FUNC_UART0_I)>; /* RXD */
150 bias-pull-up;