Lines Matching +full:pinctrl +full:- +full:bindings
5 Please refer file <devicetree/bindings/pinctrl/pinctrl-bindings.txt>
6 for details of the common pinctrl bindings used by client devices,
10 --------------------------
13 - pinctrl-names: A pinctrl state named per <pinctrl-bindings.txt>.
14 - pinctrl[0...n]: Properties to contain the phandle for pinctrl states per
15 <pinctrl-bindings.txt>.
17 The pin configurations are defined as child of the pinctrl states node. Each
18 sub-node have following properties:
21 ------------------
22 - #gpio-cells: Should be two. The first cell is the pin number and the
25 - gpio-controller: Marks the device node as a GPIO controller.
27 - pins: List of pins. Valid values of pins properties are: gpio0, gpio1.
30 Documentation/devicetree/bindings/mfd/rockchip,rk808.yaml
33 -------------------
35 <pinctrl-bindings.txt>. Absence of properties will leave the configuration
38 output-low,
39 output-high.
46 --------
50 gpio-controller;
51 #gpio-cells = <2>;
53 pinctrl-names = "default";
54 pinctrl-0 = <&pmic_int_l>, <&rk805_default>;
60 output-high;