Lines Matching +full:apq8064 +full:- +full:pinctrl
1 Qualcomm APQ8064 TLMM block
4 - compatible: "qcom,apq8064-pinctrl"
5 - reg: Should be the base address and length of the TLMM block.
6 - interrupts: Should be the parent IRQ of the TLMM block.
7 - interrupt-controller: Marks the device node as an interrupt controller.
8 - #interrupt-cells: Should be two.
9 - gpio-controller: Marks the device node as a GPIO controller.
10 - #gpio-cells : Should be two.
13 - gpio-ranges: see ../gpio/gpio.txt
17 - gpio-reserved-ranges: see ../gpio/gpio.txt
19 Please refer to ../gpio/gpio.txt and ../interrupt-controller/interrupts.txt for
22 Please refer to pinctrl-bindings.txt in this directory for details of the
23 common pinctrl bindings used by client devices, including the meaning of the
30 parameters, such as pull-up, drive strength, etc.
42 The following generic properties as defined in pinctrl-bindings.txt are valid
45 pins, function, bias-disable, bias-pull-down, bias-pull-up, drive-strength,
46 output-low, output-high.
48 Non-empty subnodes must specify the 'pins' property.
51 gpio0-gpio89
63 msmgpio: pinctrl@800000 {
64 compatible = "qcom,apq8064-pinctrl";
67 gpio-controller;
68 #gpio-cells = <2>;
69 interrupt-controller;
70 #interrupt-cells = <2>;
73 pinctrl-names = "default";
74 pinctrl-0 = <&gsbi5_uart_default>;
75 gpio-ranges = <&msmgpio 0 0 90>;
85 drive-strength = <4>;
86 bias-disable;
91 drive-strength = <2>;
92 bias-pull-up;