Lines Matching +full:db8500 +full:- +full:prcmu

4 - compatible: "stericsson,db8500-pinctrl", "stericsson,db8540-pinctrl",
5 "stericsson,stn8815-pinctrl"
6 - nomadik-gpio-chips: array of phandles to the corresponding GPIO chips
8 - prcm: phandle to the PRCMU managing the back end of this pin controller
10 Please refer to pinctrl-bindings.txt in this directory for details of the
23 (see pinctrl-bindings.txt):
26 - function: A string containing the name of the function to mux to the
28 - groups : An array of strings. Each string contains the name of a pin
30 set-up.
33 - pins: A string array describing the pins affected by the configuration
35 - ste,config: Handle of pin configuration node
38 - ste,input : <0/1/2>
43 - ste,output: <0/1/2>
48 - ste,sleep: <0/1>
52 - ste,sleep-input: <0/1/2/3>
58 - ste,sleep-output: <0/1/2>
63 - ste,sleep-gpio: <0/1>
67 - ste,sleep-wakeup: <0/1>
68 0: wake-up detection enabled,
69 1: wake-up detection disabled.
71 - ste,sleep-pull-disable: <0/1>
72 0: GPIO pull-up or pull-down resistor is enabled, when pin is an input,
73 1: GPIO pull-up and pull-down resistor are disabled.
78 compatible = "stericsson,db8500-pinctrl";
79 nomadik-gpio-chips = <&gpio0>, <&gpio1>, <&gpio2>, <&gpio3>;
80 prcm = <&prcmu>;
82 pinctrl-names = "default";
86 ste,sleep-input = <3>;
87 ste,sleep-wakeup = <1>;
88 ste,sleep-pull-disable = <0>;
93 ste,sleep-output = <1>;
94 ste,sleep-wakeup = <1>;
95 ste,sleep-pull-disable = <0>;
100 ste,sleep-output = <2>;
101 ste,sleep-wakeup = <1>;
102 ste,sleep-pull-disable = <0>;
145 pinctrl-names = "default","sleep";
146 pinctrl-0 = <&uart0_default_mux>, <&uart0_default_mode>;
147 pinctrl-1 = <&uart0_sleep_mode>;