Lines Matching +full:pinctrl +full:- +full:bindings
1 AXP209 GPIO & pinctrl controller
3 This driver follows the usual GPIO bindings found in
4 Documentation/devicetree/bindings/gpio/gpio.txt
6 This driver follows the usual pinctrl bindings found in
7 Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt
9 This driver employs the per-pin muxing pattern.
12 - compatible: Should be one of:
13 - "x-powers,axp209-gpio"
14 - "x-powers,axp813-gpio"
15 - #gpio-cells: Should be two. The first cell is the pin number and the
17 - gpio-controller: Marks the device node as a GPIO controller.
20 Documentation/devicetree/bindings/mfd/axp20x.txt
25 compatible = "x-powers,axp209";
27 interrupt-parent = <&nmi_intc>;
29 interrupt-controller;
30 #interrupt-cells = <1>;
33 compatible = "x-powers,axp209-gpio";
34 gpio-controller;
35 #gpio-cells = <2>;
45 gpio0_adc: gpio0-adc {
52 pinctrl-names = "default";
53 pinctrl-0 = <&gpio0_adc>;
57 -------------------------
63 ------
65 ------------------------
71 ------
73 ------------------------