Lines Matching +full:pinctrl +full:- +full:2

1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/rockchip,pinctrl.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Heiko Stuebner <heiko@sntech.de>
18 Please refer to pinctrl-bindings.txt in this directory for details of the
19 common pinctrl bindings used by client devices, including the meaning of the
26 various pad settings such as pull-up, etc.
29 defined as gpio sub-nodes of the pinmux controller.
34 - rockchip,px30-pinctrl
35 - rockchip,rk2928-pinctrl
36 - rockchip,rk3036-pinctrl
37 - rockchip,rk3066a-pinctrl
38 - rockchip,rk3066b-pinctrl
39 - rockchip,rk3128-pinctrl
40 - rockchip,rk3188-pinctrl
41 - rockchip,rk3228-pinctrl
42 - rockchip,rk3288-pinctrl
43 - rockchip,rk3308-pinctrl
44 - rockchip,rk3328-pinctrl
45 - rockchip,rk3368-pinctrl
46 - rockchip,rk3399-pinctrl
47 - rockchip,rk3568-pinctrl
48 - rockchip,rk3588-pinctrl
49 - rockchip,rv1108-pinctrl
50 - rockchip,rv1126-pinctrl
65 "#address-cells":
66 enum: [1, 2]
68 "#size-cells":
69 enum: [1, 2]
74 - $ref: pinctrl.yaml#
77 - compatible
78 - rockchip,grf
81 "gpio@[0-9a-f]+$":
84 $ref: /schemas/gpio/rockchip,gpio-bank.yaml#
89 "pcfg-[a-z0-9-]+$":
92 bias-disable: true
94 bias-pull-down: true
96 bias-pull-pin-default: true
98 bias-pull-up: true
100 drive-strength:
104 input-enable: true
106 input-schmitt-enable: true
108 output-high: true
110 output-low: true
120 $ref: /schemas/types.yaml#/definitions/uint32-matrix
124 - minimum: 0
128 - minimum: 0
132 - minimum: 0
137 - description:
139 to use as described in pinctrl-bindings.txt.
142 - |
143 #include <dt-bindings/interrupt-controller/arm-gic.h>
144 #include <dt-bindings/pinctrl/rockchip.h>
146 pinctrl: pinctrl {
147 compatible = "rockchip,rk3066a-pinctrl";
150 #address-cells = <1>;
151 #size-cells = <1>;
155 compatible = "rockchip,gpio-bank";
160 gpio-controller;
161 #gpio-cells = <2>;
163 interrupt-controller;
164 #interrupt-cells = <2>;
167 pcfg_pull_default: pcfg-pull-default {
168 bias-pull-pin-default;
172 uart2_xfer: uart2-xfer {
180 compatible = "snps,dw-apb-uart";
184 pinctrl-0 = <&uart2_xfer>;
185 pinctrl-names = "default";
186 reg-io-width = <1>;
187 reg-shift = <2>;