Lines Matching +full:rk3328 +full:- +full:grf +full:- +full:gpio

6 muxing options with option 0 being the use as a GPIO.
8 Please refer to pinctrl-bindings.txt in this directory for details of the
16 settings such as pull-up, etc.
19 defined as gpio sub-nodes of the pinmux controller.
22 - compatible: should be
23 "rockchip,px30-pinctrl": for Rockchip PX30
24 "rockchip,rv1108-pinctrl": for Rockchip RV1108
25 "rockchip,rk2928-pinctrl": for Rockchip RK2928
26 "rockchip,rk3066a-pinctrl": for Rockchip RK3066a
27 "rockchip,rk3066b-pinctrl": for Rockchip RK3066b
28 "rockchip,rk3128-pinctrl": for Rockchip RK3128
29 "rockchip,rk3188-pinctrl": for Rockchip RK3188
30 "rockchip,rk3228-pinctrl": for Rockchip RK3228
31 "rockchip,rk3288-pinctrl": for Rockchip RK3288
32 "rockchip,rk3308-pinctrl": for Rockchip RK3308
33 "rockchip,rk3328-pinctrl": for Rockchip RK3328
34 "rockchip,rk3368-pinctrl": for Rockchip RK3368
35 "rockchip,rk3399-pinctrl": for Rockchip RK3399
36 "rockchip,rk3568-pinctrl": for Rockchip RK3568
38 - rockchip,grf: phandle referencing a syscon providing the
42 - rockchip,pmu: phandle referencing a syscon providing the pmu registers
48 - reg: first element is the general register space of the iomux controller
51 Use rockchip,grf and rockchip,pmu described above instead.
53 Required properties for gpio sub nodes:
54 See rockchip,gpio-bank.yaml
57 - rockchip,pins: 3 integers array, represents a group of pins mux and config
59 The MUX 0 means gpio and MUX 1 to N mean the specific device function.
61 to use, as described in pinctrl-bindings.txt in this directory.
65 #include <dt-bindings/pinctrl/rockchip.h>
70 compatible = "rockchip,rk3066a-pinctrl";
71 rockchip,grf = <&grf>;
73 #address-cells = <1>;
74 #size-cells = <1>;
78 compatible = "rockchip,gpio-bank";
83 gpio-controller;
84 #gpio-cells = <2>;
86 interrupt-controller;
87 #interrupt-cells = <2>;
93 bias-pull-pin-default
97 uart2_xfer: uart2-xfer {
105 compatible = "snps,dw-apb-uart";
108 reg-shift = <2>;
109 reg-io-width = <1>;
112 pinctrl-names = "default";
113 pinctrl-0 = <&uart2_xfer>;