Lines Matching +full:- +full:pins
3 The pins of Palmas device can be set on different option and provides
7 - compatible: It must be one of following:
8 - "ti,palmas-pinctrl" for Palma series of the pincontrol.
9 - "ti,tps65913-pinctrl" for Palma series device TPS65913.
10 - "ti,tps80036-pinctrl" for Palma series device TPS80036.
12 Please refer to pinctrl-bindings.txt in this directory for details of the
18 list of pins. This configuration can include the mux function to select on
19 those pin(s), and various pin configuration parameters, such as pull-up,
32 - ti,palmas-enable-dvfs1: Enable DVFS1. Configure pins for DVFS1 mode.
35 - ti,palmas-enable-dvfs2: Enable DVFS2. Configure pins for DVFS2 mode.
38 - ti,palmas-override-powerhold: This is applicable for PMICs for which
43 scenarios. So for GPIO7 if ti,palmas-override-powerhold is set
49 pinctrl-bindings.txt:
51 Required: pins
52 Options: function, bias-disable, bias-pull-up, bias-pull-down,
53 drive-open-drain.
55 Note that many of these properties are only valid for certain specific pins.
56 See the Palmas device datasheet for complete details regarding which pins
72 functions is selected then directly pins register will be written with 0, 1, 2
73 or 3 respectively if it is valid for that pins or list of pins.
79 compatible = "ti,tps65913-pinctrl";
80 ti,palmas-enable-dvfs1;
81 pinctrl-names = "default";
82 pinctrl-0 = <&palmas_pins_state>;
86 pins = "gpio0";
88 bias-pull-up;
92 pins = "vac";
94 bias-pull-down;
98 pins = "gpio5";
100 drive-open-drain = <1>;