Lines Matching +full:pinctrl +full:- +full:0
4 - compatible : "sirf,atlas7-ioc"
5 - reg : Address range of the pinctrl registers
7 For example, pinctrl might have properties like the following:
8 pinctrl: ioc@18880000 {
9 compatible = "sirf,atlas7-ioc";
10 reg = <0x18880000 0x1000>;
12 a_ac97_pmx: ac97@0 {
21 sd2_pmx: sd2@0 {
31 sample0_cfg: sample0@0 {
34 bias-pull-up;
38 sample1_cfg: sample1@0 {
41 input-schmitt-enable;
45 sample2_cfg: sample2@0 {
48 bias-pull-down;
52 sample3_cfg: sample3@0 {
55 drive-strength = <2>;
60 Please refer to pinctrl-bindings.txt in this directory for details of the common
61 pinctrl bindings used by client devices.
66 Required subnode-properties:
67 - groups : An array of strings. Each string contains the name of a group.
68 - function: A string containing the name of the function to mux to the
73 drivers/pinctrl/pinctrl-sirf.c
75 For example, pinctrl might have subnodes like the following:
76 sd0_pmx: sd0@0 {
83 sd1_pmx0: sd1@0 {
98 it can add the following to its board-specific .dts file.
100 pinctrl-names = "default";
101 pinctrl-0 = <&sd1_pmx0>;
107 pinctrl-names = "default";
108 pinctrl-0 = <&sd1_pmx1>;