Lines Matching +full:pinmux +full:- +full:node
34 Pin multiplexing is a technology used to re-purpose a single
41 Function selection is performed by the pinmux controller, a SoC
43 Pinmux controller capabilities and register format depend
48 based systems, the pinmux controller is represented by a node in
52 Properties of such nodes are hardware-specific and handled
55 Pinmux controller device tree node
56 .Bd -literal
58 compatible = "vndr,soc1715-pinctrl";
76 Each configuration is described by setting the pinctrl-N
78 nodes of the pinmux controller node.
81 pinctrl-0 is a default configuration that is applied in the
85 can be referred to by name if the pinctrl-names property is set.
86 The value of pinctrl-names is a list of strings with names for
87 each pinctrl-N property.
93 .Bd -literal
95 compatible = "vndr,vndr-bl"
98 pinctrl-name = "active", "idle"
99 pinctrl-0 = <&backlight_active_pins>
100 pinctrl-1 = <&backlight_idle_pins>
118 .An -nosplit