Lines Matching full:range
76 - pinctrl-single,gpio-range : list of value that are used to configure a GPIO
77 range. They're value of subnode phandle, pin base in pinctrl device, pin
78 number in this range, GPIO function value of this GPIO range.
79 The number of parameters is depend on #pinctrl-single,gpio-range-cells
83 pinctrl-single,gpio-range = <&range 0 3 0>, <&range 3 9 1>;
126 register, those pins could be defined as a GPIO range. This sub-node is required
127 by pinctrl-single,gpio-range property.
130 - #pinctrl-single,gpio-range-cells : the number of parameters after phandle in
131 pinctrl-single,gpio-range property.
133 range: gpio-range {
134 #pinctrl-single,gpio-range-cells = <3>;
187 /* sparse GPIO range could be supported */
188 pinctrl-single,gpio-range = <&range 0 3 0>, <&range 3 9 1>,
189 <&range 12 1 0>, <&range 13 29 1>,
190 <&range 43 1 0>, <&range 44 49 1>,
191 <&range 94 1 1>, <&range 96 2 1>;
193 range: gpio-range {
194 #pinctrl-single,gpio-range-cells = <3>;