Lines Matching +full:line +full:- +full:ranges
2 # SPDX-License-Identifier: Apache-2.0
7 "gpio-controller":
11 "#gpio-cells":
19 This property indicates the number of in-use slots of available slots
28 gpio-reserved-ranges:
31 If not all the GPIOs at offsets 0...N-1 are usable for ngpios = <N>, then
36 For example, setting "gpio-reserved-ranges = <3 2>, <10 1>;" means that
38 gpio-line-names:
39 type: string-array
44 child-binding:
56 mux-hog {
57 gpio-hog;
59 output-high;
64 test-hog {
65 gpio-hog;
67 output-low;
68 line-name = "test";
73 gpio-hog:
89 precedence over the output-low and output-high properties.
90 output-low:
94 property takes precedence over the output-high property.
95 output-high:
99 line-name:
102 Optional GPIO line name.