Lines Matching full:node
7 === Pin Controller Node ===
14 - gpio-controller: Marks the device node as a GPIO controller.
19 For example, the following is the bare minimum node:
28 As a pin controller device, in addition to the required properties, this node
34 === Pin Configuration Node ===
36 Each pin configuration node is a sub-node of the pin controller node and is a
42 "pin configuration node".
44 === Pin Group Node ===
46 A pin group node specifies the desired pin mux for an arbitrary number of
47 pins. The name of the pin group node is optional and not used.
49 A pin group node only affects the properties specified in the node, and has no
52 The pin group node accepts a subset of the generic pin config properties. For
56 Required Pin Group Node Properties:
59 configured by this node. The format of a pin name string is "GP_xy", where x
84 In the example above, a single pin group configuration node defines the
85 "client select" for the Rx and Tx signals of uart0. The uart0 node references
86 that pin configuration node using the &uart0_default phandle.